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

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

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

Jump to solution
983 Views
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

Tags (2)
0 Kudos
1 Solution
816 Views
mikedoidge
NXP Employee
NXP Employee

Hello,

There is already a great article on this.

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

Hope it helps,

Mike

View solution in original post

2 Replies
817 Views
mikedoidge
NXP Employee
NXP Employee

Hello,

There is already a great article on this.

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

Hope it helps,

Mike

816 Views
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 Kudos