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.
Tool/software: TI C/C++ Compiler
I am trying to build an online software(available at: emsec.rub.de/.../:667:5]) using msp430-elf-gcc and I get the following error:
test/cpucycles.c:12:1: internal compiler error: in msp430_attr, at config/msp430/msp430.c:1835
{
^
Is it actually a compiler error or something with the software I am trying to use?
Thank you
What version of the compiler do you use? Use the command msp430-elf-gcc --version to see it.
A new version of the compiler will be available in about a week. Other bugs similar to this one are fixed in that version. So there is a chance this one is already fixed. Are you willing to wait and try out the new version?
Thanks and regards,
-George
I am currently using msp430-gcc 6.2.1.16 (Somnium Technologies limited). I think I can wait until the new release (if it'll be available on the TI website).
Is it possible to explain the reason for this type of error?
Thank you George for the quick reply.
Archies SK said:Is it possible to explain the reason for this type of error?
I don't know any specifics for your case. But, whenever a compiler issues a diagnostic about an internal error, a bug in the compiler is always at least part of what is wrong.
Thanks and regards,
-George