Why is the temp file used at compile time

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Why is the temp file used at compile time

773件の閲覧回数
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 件の賞賛
返信
1 返信

743件の閲覧回数
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 件の賞賛
返信