chintanp 0 Posted August 31, 2015 Share Posted August 31, 2015 I am trying to run the Firmata library code on my TIVA-C launchpad TM4C123GXL. Firmata located here: https://github.com/energia/Energia/tree/master/libraries/Firmata Now I have followed the instructions on the page, but still get the error when trying to compile the StandardFirmata. The error is : StandardFirmata.cpp.o: In function `setPinModeCallback(unsigned char, int)':StandardFirmata.cpp:(.text._Z18setPinModeCallbackhi+0x5a): undefined reference to `Servo::attached()'StandardFirmata.cpp:(.text._Z18setPinModeCallbackhi+0x1ec): undefined reference to `Servo::attached()'StandardFirmata.cpp.o: In function `sysexCallback(unsigned char, unsigned char, unsigned char*)':StandardFirmata.cpp:(.text._Z13sysexCallbackhhPh+0x1d6): undefined reference to `Servo::attached()'collect2.exe: error: ld returned 1 exit status Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.