1.Enumeration values compiled with S32DS3.5 default to a length of 32 bits. Please refer to the attached document for more details.
2.I want to change the size of the enumeration from 32 bits to 8 bits. Where can I make this modification?
Above, thank you!
Hello @victory,
Change -fno-short-enums to -fshort_enums.
If you use RTD drivers, however, according to the release notes, it requires -fno-short-enums.
Regards,
Daniel
The problem has been solved.
Thanks