This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/EK-TM4C123GXL: Help with Energia Error, would like to rename the board or fix issue

Part Number: EK-TM4C123GXL
Other Parts Discussed in Thread: ENERGIA

Tool/software: TI C/C++ Compiler

Trying to understand why this is printed in the terminal when compiling and downloading, I've heard it has something to do possibly with the name of the board including a hyphen instead of an underscore.  How can I change it.

I'm using Energia.

<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]

<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
/Users/johnathankeck/Library/Energia15/packages/energia/hardware/tivac/1.0.2/cores/tivac/Stream.cpp: In member function 'bool Stream::find(char*)':
/Users/johnathankeck/Library/Energia15/packages/energia/hardware/tivac/1.0.2/cores/tivac/Stream.cpp:78:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
return findUntil(target, "");
^
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]
<command-line>:0:11: warning: ISO C99 requires whitespace after the macro name [enabled by default]