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
Solved! Go to Solution.
Hi,
Please uncheck "Save Temporary files" and perform a clean operation prior to build. See below picture.
Best regards,
Rares
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
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?
Hi,
Please uncheck "Save Temporary files" and perform a clean operation prior to build. See below picture.
Best regards,
Rares
Rares:
you are right!thanks very much!