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.
Hello,
I'm using CCS12.4.
The compiler manual says: • ANSI/ISO C89 (--c89, default for C files)
When I compile with the language (-std) set to empty (and therefore the default) in CCS GUI...
,...my program builds just fine.
But when I select 'c89' I get all sorts of errors.
The implication is that c89 is not the default language despite what the manual claims.
Please confirm what the default language is.
Similar to this other forum thread, you are using the wrong compiler manual.
Please confirm what the default language is.
Please see the C/C++ Language Standard Options part of the tiarmclang online manual.
Thanks and regards,
-George
Ah, I see. Thank you.
In my defence, there is only one ARM compiler manual listed under CCSTUDIO IDE, configuration, compiler or debugger | TI.com. To someone who's new to ARM that is the obvious (and only) choice.
Please add the HTML link for the tiarmlang manual.