S32DS: How to force non-vle build for the entire project (MPC5644A)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS: How to force non-vle build for the entire project (MPC5644A)

2,634 Views
MPC8313ERDB_h
Contributor III

Using S32DS, how to force non-vle build for the entire project (MPC5644A).

The default is vle build. Removing "powerpc-eabivle-" generates error.

Labels (2)
3 Replies

1,026 Views
martin_kovar
NXP Employee
NXP Employee

Hello,

please open project properties and add -mno-vle option into Compiler Command line pattern.

pastedImage_1.png

When you will download the project into the microcontroller please also check, if you have disabled VLE in RCHW.

Regards,

Martin

1,026 Views
xiaoxisun
Contributor I

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

0 Kudos

1,026 Views
MPC8313ERDB_h
Contributor III

Thank you Martin.

0 Kudos