Menu

#69 please reduce console output by compiler

Time Permitting
closed
None
5
2014-10-12
2014-10-01
Chibby
No

Hi!
Please consider reducing the compiler output per file from e.g.:

Building file: ../system/src/stm32f4-hal/stm32f4xx_hal.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard [...]
Finished building: ../system/src/stm32f4-hal/stm32f4xx_hal.c

to something like:

Invoking: Cross ARM C Compiler for ../system/src/stm32f4-hal/stm32f4xx_hal.c
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard [...]

The current usage of comments makes large project quite a mess to compile..
Thank you,
P

Discussion

  • Liviu Ionescu (ilg)

    Thank you for your suggestion, I'll check what can be done, but please note that the makefiles are generated by CDT, not by the plug-in, and I do not have easy access to customise all CDT behaviour.

    In addition, the 'Finished building' messages are intended for parallel builds.

     
  • Liviu Ionescu (ilg)

    • status: open --> open-accepted
    • assigned_to: Liviu Ionescu (ilg)
     
  • Chibby

    Chibby - 2014-10-01

    Oh - okay ..
    Is there a way to customize CDT myself to fit my needs? I didn't find out how to do it.

     
    • Liviu Ionescu (ilg)

      you can rewrite any part of the CDT to do whatever you want, but don't expect to be easy.

       
  • Liviu Ionescu (ilg)

    unfortunately this detail is not under my plug-in's control.

     
  • Liviu Ionescu (ilg)

    • status: open-accepted --> closed