Why is the temp file used at compile time

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Why is the temp file used at compile time

761 次查看
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 回复

731 次查看
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 项奖励
回复