Hello,
I am currently developing for the MPC5744P platform using S32DS and the latest upgrade.
When I generate my project including the "MPC5744P_SDK_Z4_GCC" version 0.8.2, the generated linker file is wrong.
It is using a m_text of length 2560K while it should be 2048K.
I have checked all the files I have and found two wrong linker files in the following directories:
- C:\NXP\S32DS_Power_v2017.R1\S32DS\S32_SDK_MPC574xx_EAR_0.8.2\platform\devices\MPC5744P\linker\ghs
- C:\NXP\S32DS_Power_v2017.R1\S32DS\S32_SDK_MPC574xx_EAR_0.8.2\platform\devices\MPC5744P\linker\gcc
Another question is, which SDK should I include for the MPC5744P to release a production ready software?
I am using GCC as compiler.
Regards,
Eddy DERICK
Hi,
on my S32DS installation is the m_text section length 2048K
This file is linked by default and if you did some changes in other project - the change affects all existing and newly created projects.
For release purpose you can use RTM SDK version - latest one is S32PA RTM SDK v2.0.0
Jiri