paulfer 0 Posted December 27, 2017 Share Posted December 27, 2017 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. Quote Link to post Share on other sites
bluehash 1,581 Posted December 27, 2017 Share Posted December 27, 2017 Seems like an open issue that @Rei Vilo had logged: https://github.com/energia/cc3200-core/issues/19 Quote Link to post Share on other sites
paulfer 0 Posted December 28, 2017 Author Share Posted December 28, 2017 Oh dear. Thanks a mil. 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.