Jump to content
43oh

Error compiling for board CC3200-LAUNCHXL (80MHz).


Recommended Posts

Hi Guys

I installed Energia on my PC and it is running fine. BUT now I install on my brothers pc and i get this message when trying to run any of the example sketches.

He is using a win7 4 bit pc.

Energia: 1.6.10E18 (Windows 7), Board: "CC3200-LAUNCHXL (80MHz)"

Build options changed, rebuilding all
<command-line>:0:15: warning: ISO C++11 requires whitespace after the macro name

In file included from c:\users\owner\appdata\local\energia15\packages\energia\tools\arm-none-eabi-gcc\6.3.1-20170620\arm-none-eabi\include\string.h:10:0,

                 from C:\Users\owner\AppData\Local\Energia15\packages\energia\hardware\cc3200\1.0.2\cores\cc3200/Energia.h:8,

                 from C:\Users\owner\AppData\Local\Energia15\packages\energia\hardware\cc3200\1.0.2\cores\cc3200/Arduino.h:3,

                 from sketch\sketch_dec27a.ino.cpp:1:

c:\users\owner\appdata\local\energia15\packages\energia\tools\arm-none-eabi-gcc\6.3.1-20170620\arm-none-eabi\include\stdlib.h:225:8: error: conflicting declaration of C function 'char* utoa(unsigned int, char*, int)'

 char * _EXFUN(utoa,(unsigned, char *, int));

        ^

In file included from C:\Users\owner\AppData\Local\Energia15\packages\energia\hardware\cc3200\1.0.2\cores\cc3200/Energia.h:10:0,

                 from C:\Users\owner\AppData\Local\Energia15\packages\energia\hardware\cc3200\1.0.2\cores\cc3200/Arduino.h:3,

                 from sketch\sketch_dec27a.ino.cpp:1:

C:\Users\owner\AppData\Local\Energia15\packages\energia\hardware\cc3200\1.0.2\cores\cc3200/itoa.h:34:14: note: previous declaration 'char* utoa(long unsigned int, char*, int)'

 extern char* utoa( unsigned long value, char *string, int radix ) ;

              ^~~~

exit status 1
Error compiling for board CC3200-LAUNCHXL (80MHz).

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

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...