Gents,
One of my code compiles well when using CCSV4.2, pardon me I do not know which compiler version is used there. I have been recently trying the new compiler using CCSv5.1 and one of my code compiles with warnings. It sounds like the compiler is not able to understand something like:
typedef struct _COMMAND_PKT_TX {...} __attribute__ ((packed)) struct;
Warning 1173-D is triggered. Obviously I need my data structures to be aligned on1 byte and this is why my code was like that on CCSv4. Does it means the new compiler having a default 1 byte alignment or that the alignment needs to be specified in the compiler options?
Any help would be greatly appreciated!
Best Regards,
Arnaud