energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
798 stars 671 forks source link

Error compiling for board LaunchPad (Tiva C) w/ tm4c123 (80MHz). #1010

Closed islamfahd closed 6 years ago

islamfahd commented 6 years ago

hello, i'm trying to upload fermata to Launchpad EK-TM4C123GXL rev: (V)0033317 following the steps in the read me and in the video, my IDE version is 1.6.10E18 board package version 1.0.3 OS Win 8.1 pro x64 when I try to verify and upload it gives me the following error message

Energia: 1.6.10E18 (Windows 8.1), Board: "LaunchPad (Tiva C) w/ tm4c123 (80MHz)"

In file included from C:\Users\islam\AppData\Local\Temp\arduino_modified_sketch_284915\StandardFirmata.ino:1:0:

C:\Program Files (x86)\energia\libraries\Firmata/Boards.h:471:19: warning: extra tokens at end of #ifndef directive

ifndef IS_PIN_SPI(p)

               ^

In file included from C:\Program Files (x86)\energia\libraries\Firmata\Firmata.h:16:0,

             from C:\Program Files (x86)\energia\libraries\Firmata\Firmata.cpp:17:

C:\Program Files (x86)\energia\libraries\Firmata\Boards.h:471:19: warning: extra tokens at end of #ifndef directive

ifndef IS_PIN_SPI(p)

               ^

sketch\StandardFirmata.ino.cpp.o: In function `setPinModeCallback(unsigned char, int)':

C:\Users\islam\AppData\Local\Temp\arduino_modified_sketch_284915/StandardFirmata.ino:188: undefined reference to `Servo::attached()'

C:\Users\islam\AppData\Local\Temp\arduino_modified_sketch_284915/StandardFirmata.ino:236: undefined reference to `Servo::attached()'

sketch\StandardFirmata.ino.cpp.o: In function `sysexCallback(unsigned char, unsigned char, unsigned char*)':

C:\Users\islam\AppData\Local\Temp\arduino_modified_sketch_284915/StandardFirmata.ino:439: undefined reference to `Servo::attached()'

collect2.exe: error: ld returned 1 exit status

exit status 1 Error compiling for board LaunchPad (Tiva C) w/ tm4c123 (80MHz).

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

New Text Document.txt