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

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

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

Jump to solution
1,679 Views
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

Labels (1)
0 Kudos
1 Solution
1,535 Views
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

View solution in original post

0 Kudos
4 Replies
1,535 Views
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 Kudos
1,535 Views
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 Kudos
1,536 Views
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 Kudos
1,535 Views
jinhui_wu
Contributor III

Rares:
you are right!thanks very much!

0 Kudos