Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
51122380
Commit
51122380
authored
Dec 14, 2011
by
Sven Robertz
Browse files
... and updated paths
parent
8c8b4a81
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/simple/datagram/thr_compile.sh
View file @
51122380
#(cd ../../../lib/c; make)
(
cd
..
;
sh compile.sh
)
gcc
-o
thr_example
-L
../../../lib/c
-I
.
-I
..
-I
../../../lib/c thr_example.c ../gen/simple.c
-llabcomm
#gcc -o thr_example -L ../../../lib/c -I . -I .. -I ../../../lib/c thr_example.c ../gen/simple.c ../../../lib/c/labcomm_thr_reader_writer.c ../../../lib/c/ThrottleDrv/*.c -llabcomm
gcc
-o
thr_example
-L
../../../lib/c
-I
.
-I
..
-I
../../../lib/c
-I
../../../lib/c/experimental thr_example.c ../gen/simple.c
-llabcomm
examples/simple/datagram/udp_compile.sh
View file @
51122380
...
...
@@ -2,6 +2,6 @@
(
cd
..
;
sh compile.sh
)
gcc
-g
-o
udp_encoder
-L
../../../lib/c
-I
.
-I
..
-I
../../../lib/c udp_encoder.c ../gen/simple.c
-llabcomm
gcc
-g
-o
udp_encoder
-L
../../../lib/c
-I
.
-I
..
-I
../../../lib/c
-I
../../../lib/c/experimental
udp_encoder.c ../gen/simple.c
-llabcomm
gcc
-g
-o
udp_decoder
-L
../../../lib/c
-I
.
-I
..
-I
../../../lib/c udp_decoder.c ../gen/simple.c
-llabcomm
gcc
-g
-o
udp_decoder
-L
../../../lib/c
-I
.
-I
..
-I
../../../lib/c
-I
../../../lib/c/experimental
udp_decoder.c ../gen/simple.c
-llabcomm
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment