while deploying the Matlab Simulink model i am facing this issue
"gmake: *** [startup_S32K144.o] Error 1".how to solve this issue
 
					
				
		
 constantinrazva
		
			constantinrazva
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello satvenmechatronics,
Could you apply the Hotfix #3 (link) and test it again? We recommend you apply all the hotfixes, but for the current issue you are facing, this should solve it.
Please let us know if you have further issues.
Kind regards,
Razvan.
hello ,
Thank you for replying to us.
After following your instructions we are still not able to deploy our model to NXP Target Board .
We are getting this error.
the error file is attached.
 
					
				
		
 constantinrazva
		
			constantinrazva
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello satvenmechatronics,
Could you type getenv('GCC_S32K_TOOL') in the MATLAB command line? I think the GCC_S32K_TOOL environmental variable was not set correctly. It should point to the gcc folder ( [...]\NXP_MBDToolbox_S32K1xx\code\tools\gcc-6.3-arm32-eabi). You can either set it by using the setenv command in MATLAB (but this will only overwrite it for the current running instance), or you could (and should) set it from the windows environmental variables menu.
Kind regards,
Razvan.
