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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

3,949 次查看
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.

标签 (2)
3 回复数

2,341 次查看
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

2,341 次查看
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 项奖励
回复

2,341 次查看
MPC8313ERDB_h
Contributor III

Thank you Martin.

0 项奖励
回复