Jump to content
43oh

Firmata on TM4C123GXL Tiva-C launchpad compile error


Recommended Posts

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

 

 

 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...