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.
Steve Schwab said:What else do I need to do to get the beta compiler to correctly accept “__attribute__((packed))” to handle the PACKED attribute without error?
Add the compiler build option --gcc. Right-click the project name and choose Build Options | Build | TMS470 Compiler | Language Options, then click the box titled Enable Support for GCC Extensions (--gcc). The TI ARM compiler supports several extensions to the C language that were introduced by the GCC compiler. Among them is the packed attribute. These extensions are not supported by default; you have to use --gcc to enable them. For more detail see this wiki page.
Thanks and regards,
-George