Hi,
Logs I see now and Logs I would like to see are below:
Yes, every command of the output is on a separate line.
I am using the C::B build system.
 
**********This is the output I get normally************
-------------- Build: Debug in Base-429-00 (compiler: GNU ARM GCC Compiler)---------------
arm-none-eabi-g++.exe  -mcpu=cortex-m4 -mthumb -g  -DDEBUG=1    -IInc -I"C:\emIDE V2.20\arm\arm-none-eabi\include"  -c c:\EM_workspace\Base-429-00\Setup\startup.S -o obj\Debug\Setup\startup.o
arm-none-eabi-gcc.exe  -mcpu=cortex-m4 -mthumb -g  -DDEBUG=1    -IInc -I"C:\emIDE V2.20\arm\arm-none-eabi\include"  -c c:\EM_workspace\Base-429-00\Src\main.c -o obj\Debug\Src\main.o
arm-none-eabi-gcc.exe  -o bin\Debug\Base-429-00.elf @obj\Debug\objects.obj  -Wl,-Map -Wl,bin\Debug\Base-429-00.elf.map -Wl,--gc-sections -n -Wl,-cref -mcpu=cortex-m4 -mthumb  -TSetup/Flash.ld  
Output size is 6.61 KB
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings (0 minutes, 0 seconds)
 
**********This is the output I would like to see************
-------------- Build: Debug in Base-429-00 (compiler: GNU ARM GCC Compiler)---------------
arm-none-eabi-g++.exe  -mcpu=cortex-m4 -mthumb -g  -DDEBUG=1    -IInc -I"C:\emIDE V2.20\arm\arm-none-eabi\include"  -c c:\EM_workspace\Base-429-00\Setup\startup.S -o obj\Debug\Setup\startup.o
arm-none-eabi-gcc.exe  -mcpu=cortex-m4 -mthumb -g  -DDEBUG=1    -IInc -I"C:\emIDE V2.20\arm\arm-none-eabi\include"  -c c:\EM_workspace\Base-429-00\Src\main.c -o obj\Debug\Src\main.o
arm-none-eabi-gcc.exe  -o bin\Debug\Base-429-00.elf @obj\Debug\objects.obj  -Wl,-Map -Wl,bin\Debug\Base-429-00.elf.map -Wl,--gc-sections -n -Wl,-cref -mcpu=cortex-m4 -mthumb  -TSetup/Flash.ld 
Output size is 6.61 KB
Process terminated with status 0 (0 minutes, 0 seconds)
0 errors, 0 warnings (0 minutes, 0 seconds)