How do I import the generated code into the s32 development environment

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

How do I import the generated code into the s32 development environment

跳至解决方案
994 次查看
niebaochang
Contributor I

I in matable MBD toolbox generates a about mpc5744p single-chip computer code, but I can't put these code successful import S32 development environment, in the process of generating code, I have the target compilers chose S32, but manually import the generated code file will still be a mistakeQQ截图20180718085713.png

标记 (2)
0 项奖励
1 解答
827 次查看
mikedoidge
NXP Employee
NXP Employee

Hello,

There is already a great article on this.

https://community.nxp.com/message/925216 

Hope it helps,

Mike

在原帖中查看解决方案

2 回复数
828 次查看
mikedoidge
NXP Employee
NXP Employee

Hello,

There is already a great article on this.

https://community.nxp.com/message/925216 

Hope it helps,

Mike

827 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

in my opinion you are facing standard C issues - like missing headers, missing path to headers and So on. Just make sure that you have set all include paths correctly and project contains all necessary headers. 

Jiri

0 项奖励