Using S32DS, how to force non-vle build for the entire project (MPC5644A).
The default is vle build. Removing "powerpc-eabivle-" generates error.
Hello,
please open project properties and add -mno-vle option into Compiler Command line pattern.
When you will download the project into the microcontroller please also check, if you have disabled VLE in RCHW.
Regards,
Martin
Hi Martin,
Thanks for your support, since I use sons script instead of S32 default compile, so I add -mno-vle in cc flag, but it shows multiple error like unrecognized opcode: `e_add16i'/`e_rlwinm'/`e_b'/`se_rfi'/`se_illegal'. Do you have any idea how to deal with this?
Best regard
Thank you Martin.