Search found 2 matches

by ehiller
Sun Feb 25, 2018 4:20 pm
Forum: ESP-IDF
Topic: make (gcc?) color output during build
Replies: 2
Views: 4250

Re: make (gcc?) color output during build

I'm pretty sure:

Code: Select all

esp32_win32_msys2_environment_and_toolchain-20180110
I can have the logs from the ESP32 itself be colorized. Just not GCC/make
by ehiller
Thu Feb 22, 2018 5:14 pm
Forum: ESP-IDF
Topic: make (gcc?) color output during build
Replies: 2
Views: 4250

make (gcc?) color output during build

I'm trying to give my build-process output some intelligibility by adding color to the output. With the underlying compiler being gcc, I thought all I would have to do is add some flags CFLAGS += -fdiagnostics-color=always CXXFLAGS += -fdiagnostics-color=always CPPFLAGS += -fdiagnostics-color=always...