Author Topic: Logging toolchain command lines  (Read 2640 times)

Offline tim_c

  • Single posting newcomer
  • *
  • Posts: 5
Logging toolchain command lines
« on: July 08, 2008, 10:36:59 pm »
I'm working on a toolchain which feeds things to C::B

When a test application is compiled and linked by C::B  as configured by the data I sent, it would be very useful to have a log of the command lines sent out by C::B as a way to try and work out what C::B is doing. Working blind is no fun.

How do I turn on logging or otherwise capture the data?

Host OS is XP.

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Logging toolchain command lines
« Reply #1 on: July 09, 2008, 03:35:10 am »
Settings / Compiler and debugger / Other settings / Compiler logging = Full command line.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline tim_c

  • Single posting newcomer
  • *
  • Posts: 5
Re: Logging toolchain command lines
« Reply #2 on: July 09, 2008, 09:59:02 pm »
Thank you, spot on.