![]() | 1 | initial version |
![]() | 2 | No.2 Revision |
![]() | 3 | No.3 Revision |
What compiler are you actually talking about? GCC?
Install colorgcc
.
Also, I think GCC has added that an internal feature, try -fdiagnostics-color
![]() | 4 | No.4 Revision |
What compiler are you actually talking about? GCC?
Install colorgcc
.
Also, I think GCC has an internal feature, try -fdiagnostics-color
.
Example:
$ gcc -fdiagnostics-color=auto foo.c
![]() | 5 | No.5 Revision |
What compiler are you actually talking about? GCC?
Install colorgcc
.
Also, I think GCC has an internal feature, try -fdiagnostics-color
.
Example:
$ gcc -fdiagnostics-color=auto foo.c
Check out the documentation here: https://gcc.gnu.org/onlinedocs/gcc-8.2.0/gcc/Diagnostic-Message-Formatting-Options.html