-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Hi Brian:
So I was able to compile the quiet-lwip correctly, but when I try to compile the examples, as noted on your wiki. I get this error? It's a Linker error actually.
mikek@mike-M6700:/Documents/Mike_Play_Learn/SDR_Radio/quiet/quiet-lwip-master/build$ make examples/Documents/Mike_Play_Learn/SDR_Radio/quiet/quiet-lwip-master/build$
[ 1%] Built target lwip_netif
[ 3%] Built target lwip_sys
[ 19%] Built target lwip_api
[ 50%] Built target lwip_core
[ 65%] Built target lwip_ipv4
[ 73%] Built target quiet_lwip
[ 75%] Building C object examples/CMakeFiles/kv_server.dir/src/kv_server.c.o
[ 76%] Linking C executable ../bin/kv_server
//usr/local/lib/libquiet.so: undefined reference to ofdmflexframesync_is_frame_open' //usr/local/lib/libquiet.so: undefined reference to
ofdmflexframesync_set_header_len'
//usr/local/lib/libquiet.so: undefined reference to ofdmflexframegen_set_header_len' //usr/local/lib/libquiet.so: undefined reference to
gmskframesync_set_header_len'
//usr/local/lib/libquiet.so: undefined reference to flexframesync_set_header_len' //usr/local/lib/libquiet.so: undefined reference to
gmskframegen_set_header_len'
//usr/local/lib/libquiet.so: undefined reference to flexframegen_set_header_len' //usr/local/lib/libquiet.so: undefined reference to
flexframesync_is_frame_open'
//usr/local/lib/libquiet.so: undefined reference to gmskframesync_is_frame_open' //usr/local/lib/libquiet.so: undefined reference to
resamp_rrrf_execute_output_block'
collect2: error: ld returned 1 exit status
examples/CMakeFiles/kv_server.dir/build.make:95: recipe for target 'bin/kv_server' failed
make[3]: *** [bin/kv_server] Error 1
CMakeFiles/Makefile2:760: recipe for target 'examples/CMakeFiles/kv_server.dir/all' failed
make[2]: *** [examples/CMakeFiles/kv_server.dir/all] Error 2
CMakeFiles/Makefile2:607: recipe for target 'examples/CMakeFiles/examples.dir/rule' failed
make[1]: *** [examples/CMakeFiles/examples.dir/rule] Error 2
Makefile:261: recipe for target 'examples' failed
make: *** [examples] Error 2
mikek@mike-M6700:
Any idea's
Thanks.
MikeK