Error in code generation using MBDToolbox_S32K1xx_2018.R1_20180723

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

Error in code generation using MBDToolbox_S32K1xx_2018.R1_20180723

697 Views
vikas1_singh
Contributor I

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

Labels (1)
0 Kudos
1 Reply

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