Hello team,
LGES asked how to configure the compiler option below in the S32DS for PA v2.1.
They plan to develop a library file to their customer, and received the compiler option below. However, they have no idea about how to configure it in the S32DS tool.
Compile option: -std=c99 -DSTART_FROM_FLASH -DCPU_MPC5748G -DTURN_ON_CPU0 -DDEV_ERROR_DETECT
Could you please help this question?
Best regards,
James
Hi James,
if I understand it correctly - there is only one compiler option -std=c99. This one can be set in Project Properties -> C/C++ Build -> Settings -> Stendard S32DS C compiler -> Dialect:
Other parameters are pre-processor macros and can be defined on the same place in Preprocessor:
Hello Jiri,
Thank you so much for your answer.
Best regards,
James