Skip to main content
Yannek
Associate III
July 15, 2020
Question

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

  • July 15, 2020
  • 3 replies
  • 1152 views

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

    This topic has been closed for replies.

    3 replies

    Erwan YVIN
    ST Employee
    July 17, 2020

    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
    YannekAuthor
    Associate III
    July 17, 2020

    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
    YannekAuthor
    Associate III
    July 23, 2020

    Any conclusions?