Error in code generation using MBDToolbox_S32K1xx_2018.R1_20180723

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

Error in code generation using MBDToolbox_S32K1xx_2018.R1_20180723

1,530 次查看
vikas1_singh
Contributor I

I am facing problem in code generation. Please check my environment variable path I have directed it to 2 paths. 

标签 (1)
0 项奖励
回复
1 回复

1,346 次查看
constantinrazva
NXP Employee
NXP Employee

Hello vikas1.singh@heromotocorp.com‌,

The GCC_S32K_TOOL environmental variable seems to be the problem. 

Can you try and run the following command in the MATLAB terminal:

setenv('GCC_S32K_TOOL', '{INSTALL_ROOT}\tools\gcc-6.3-arm32-eabi')

From what I can see from the log, if I don't have any typos the actual command should be the following:

setenv('GCC_S32K_TOOL', 'C:\Users\mbelec\Documents\MATLAB\Add-Ons\Toolboxes\NXP_MBDToolbox_S32K1xx\code\tools\gcc-6.3-arm32-eabi')

and try to build again after? If this works, set it in windows (the GCC_S32K_TOOL system env. variable).

Please let us know if you're still having issues with this.

Kind regards,

Razvan.

0 项奖励
回复