wiki:DevelopmentTools/ColorGCC

Version 1 (modified by brecht, 13 years ago) ( diff )

basic setup instructions (1)

The colorgcc perl script colorizes GCC output. This makes it easier to spot warnings and errors in long compiler outputs.

To install colorgcc in Haiku, execute the following commands in a shell:

cd /boot/develop/abi/x86/gcc2/tools/current/bin
wget NOTYET
mv gcc gcc_real
mv g++ g++_real
ln -s colorgcc2.pl gcc
ln -s colorgcc2.pl g++

cd /boot/develop/abi/x86/gcc4/tools/current/bin
wget NOTYET
mv gcc gcc_real
mv g++ g++_real
ln -s colorgcc4.pl gcc
ln -s colorgcc4.pl g++

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.