cancel
Showing results for 
Search instead for 
Did you mean: 

How to get less text on output while bulding a project in SPC5Studio?

Yannek
Associate III

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.

0693W000001suMeQAI.png

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

3 REPLIES 3
Erwan YVIN
ST Employee

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

Yannek
Associate III

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

Yannek
Associate III

Any conclusions?