2020-07-15 03:24 AM
I have a quite big project for SPC582B in SPC5Studio.
When I am building entire project - a lot of temporary files (really A LOT!) content is printed on the console. It takes literally over a 2 minutes to wait for the compilation to finish.
UDE STK finds new out.elf about 40s after start of building, this is also the time of building counted by SPC5Studio (as I have about 40 files - it is reasonable):
12:19:40 Build Finished (took 41s.5ms)
But I need to wait over 2 minutes for the SPC5Studio finishes printing the output.
Build Log file has over 20MB and it seems all to be printed at console.
How to get rid of all these temporary files from the output console? I'd like to have only errors and warnings there, but because of vast useless texts I can't even see error messages.
Switching "Use verbose compile" setting does not change anything.
Best Regards,
Yannek
2020-07-17 02:13 AM
Hello ,
41s is too long
Compilation should take 2 or 3s.
Did you use hightec compiler ?
Could you check the size of your elf files ?
Best Regards
Erwan
2020-07-17 02:32 AM
Hi Erwan,
I use FreeGCC with VLE support. My out.elf file is 1013 kB at the moment.
When I modify a single code file - compilation takes 2-3 seconds indeed. 40s is when I am editing top-level header affecting all source files, which seems fine to me. Unless all the temp files are printed at output...
Best,
Yannek
2020-07-23 01:41 PM
Any conclusions?