Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Modifying Compiler Output
Modifying Compiler Output [message #1708471] Wed, 16 September 2015 20:12
Kenny Koller is currently offline Kenny KollerFriend
Messages: 2
Registered: September 2015
Junior Member
When I build I get output that looks something like this for each file:

Building file: ../Source/wtd.c
Invoking: ARM gcc compiler
arm-xilinx-eabi-gcc -DDEBUG -Wall -O0 -g3 -I"/home/kenny/Development/Common.Core/SDK.Workspace/Application.BSP/ps7_cortexa9_1/include" -Wno-missing-braces -Wno-char-subscripts -c -fmessage-length=0 -MT"Source/wtd.o" -mfloat-abi=soft -D__USE_AMP__ -I../../Application.BSP/ps7_cortexa9_1/include -MMD -MP -MF"Source/wtd.d" -MT"Source/wtd.d" -o "Source/wtd.o" "../Source/wtd.c"
Finished building: ../Source/wtd.c


The makefiles are generated by CDT but can I modify this somehow? I'd like it to hide the compiler command line so that I just see something like:

Building: ../Source/wtd.c

Thanks,

Kenny
Previous Topic:Build Selected File(s) Not Working
Next Topic:IDE wont start
Goto Forum:
  


Current Time: Thu Apr 25 16:29:41 GMT 2024

Powered by FUDForum. Page generated in 0.02909 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top