Hi Steven! Am Sonntag, 7. Juli 2019 20:44:21 UTC+2 schrieb Steven Coddington: > > Compiling /var/lib/cloud9/sandbox/librobotcontrol/examples/src/rc_blink.c > ... > cc rc_blink.c -o rc_blink > /tmp/ccRBAW5I.o: In function `__on_pause_release': > rc_blink.c:(.text+0x8): undefined reference to `rc_get_state' > rc_blink.c:(.text+0x14): undefined reference to `rc_set_state' > rc_blink.c:(.text+0x24): undefined reference to `rc_get_state' > rc_blink.c:(.text+0x30): undefined reference to `rc_set_state' > /tmp/ccRBAW5I.o: In function `__on_pause_press': >
Compiling passed, but the linker cannot find the functions declared by the header files, but not present in the binary. Does the linker find the binary at all? Did you execute sudo ldconfig after installing the library? Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/f012d200-e802-4245-a657-55f69f0f682c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
