how to reduce the size of project folder generated after i build the s32ds project?

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

how to reduce the size of project folder generated after i build the s32ds project?

跳至解决方案
1,858 次查看
jinhui_wu
Contributor III

Every time ,after i build the project about s32k.There lots of .i files and .s file generated in the file named Debug_FLASH in the computer.Their sizes are very large,which are above 100MB.

If i email the project to my colleague, the size is very large.

If i delete the Debug_FLASH file, my colleague need rebuild.

but when rebuilding in my colleague computer,some errors will appeare.

so i wonder whether the .i and .s files could be config to not be generated.

thanks

标签 (1)
0 项奖励
1 解答
1,714 次查看
raresvasile
NXP Employee
NXP Employee

Hi,

Please uncheck "Save Temporary files" and perform a clean operation prior to build. See below picture.

pastedImage_1.png

Best regards,

Rares

在原帖中查看解决方案

0 项奖励
4 回复数
1,714 次查看
stanish
NXP Employee
NXP Employee

Hi,

You can delete generated output directory Debug_FLASH. It will be recreated by the build process.

Please make sure you are using the same version of S32DS and updates on both computers.

Can you possibly post the error screenshot you get?

Stan

0 项奖励
1,714 次查看
jinhui_wu
Contributor III

stanislav:

   thanks,the error reason is that my colleague S32DS vision is different with mine.

 As you say,we should rebuild the project.

other way we have?

can we config the IDE  so that don't generate .i and .s files?

0 项奖励
1,715 次查看
raresvasile
NXP Employee
NXP Employee

Hi,

Please uncheck "Save Temporary files" and perform a clean operation prior to build. See below picture.

pastedImage_1.png

Best regards,

Rares

0 项奖励
1,714 次查看
jinhui_wu
Contributor III

Rares:
you are right!thanks very much!

0 项奖励