I have a piece of code which is about to be integrated to my project. this piece of code is not tested using the Code composer studio and compiler before
at first the build came up with a lot of errors complaining about not running on a recommended compiler, so i enabled the --gcc and it turned out to be a lot better.
it seems like the main issue is the attribute for the structures. i have tried with and without: __attribute__((packed)) and the result looks like this
the error shows that this __attribute__((packed)) is not a accepted attribute, so which one should i then use, suggestions are welcome. could it be that the error appearing using no attribute has nothing to do with the attribute?