On Tue, Mar 7, 2023 at 9:24 AM Sebastien Lorquet wrote:
> No
> V=1 is an entirely different thing.
> I dont want to see the output mangled with tons of arm-none-eabi-gcc
> command lines.
> This stuff is another breakage
> Sebastien

Well if the build is silent and you do not know what happens then you
want to know what happens by enabling Verbose Build (V=1 make switch)
at least to show us the log tail with error message maybe even finding
the problem cause yourself :-)

Have you tried on a clean source tree?

If compilation takes a lot of time you can speed things up by
providing -j4 make switch to use parallel build on 4 cpu (you may want
to adjust the number up to number cpu cores on your build machine).

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Reply via email to