S32K144 Example build error

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

S32K144 Example build error

805 Views
comodo77
Contributor I

Hello I am a lateral entrant to the new S32K144EVB and I have intalled the MBD package and also the support package tried to compile and flash an example but I get an compile error which does not describe what the error is:

2018-12-06 11_10_30-MATLAB R2017b.png

Thx for your support

Regards

I think I have the solution here:

https://community.nxp.com/thread/488537 

but it should be fixed by NXP.

Labels (1)
0 Kudos
1 Reply

633 Views
constantinrazva
NXP Employee
NXP Employee

Hello comodo77‌,

The problem is most likely that it does not find libwinpthread-1.dll and can't build the executable using gcc6.3. 

An option would be to manually add {MBDT_ROOT}\tools\gcc-6.3-arm32-eabi\bin to PATH system environment variable - to test this you could run the setenv command from MATLAB terminal.

Another option would be to update the following files:

{MBDT_ROOT}\mbdtbx_s32k14x\mbdtbx_s32k14x\mbd_s32k14_make_rtw.p [modify]

{MBDT_ROOT}\mbdtbx_s32k\mscripts\utils\mbd_s32k_add_gcc_to_path.p [add]

Please let us know if this fixes your issues.

Kind regards,

Razvan.

0 Kudos