Why is the temp file used at compile time by S32 Design Studio IDE
And the temporary file is causing me to have problems with build
Why does this error occur and how to fix it
S32DS version:
Version: 2017.R1
Build id: 171018
When I bulid, the console error message is as follows:
 Mehul_Patel_NXP
		
			Mehul_Patel_NXP
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, @lzzs ,
The GCC compiler uses temp file while converting from .c to .s
You can use -save-temps option while compiling to analyze the temporary files :
https://stackoverflow.com/questions/39344183/gcc-save-temporary-output-with-extra-information
I guess, It seems something wrong with system language (I might be wrong).
Please let us know if you find anything analyzing the temp files.
Also, is if possible you can switch to latest version of the S32DS, that may help to solve the issues in your development.
Thank you. Best regards.
-Mehul Patel
