tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Clang vs. GCC arm



On Jan 1, 2017, at 7:15 PM, Lloyd Parkes <lloyd%must-have-coffee.gen.nz@localhost> wrote:
> 
> As things stand right now, the ARM toolchain cannot be cross compiled from macOS because a bit of machine generated code inside GCC ends up with more nested parentheses than the standards recommend

A workaround for this is to

export HOST_CXXFLAGS=-fbracket-depth=512

before running build.sh.


Home | Main Index | Thread Index | Old Index