Why is the temp file used at compile time

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

Why is the temp file used at compile time

343 Views
lzzs
Contributor I

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:

20231026162624.jpg

 

0 Kudos
Reply
1 Reply

313 Views
Mehul_Patel_NXP
NXP Employee
NXP Employee

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 

0 Kudos
Reply