Iain Sandoe

Results 345 comments of Iain Sandoe

OK So there are two sources of build failure here, both of which result from modernisation of GCC (the 1-1-0 branch was originally built with gcc-5). 1. GCC now defaults...

First: I do not think you need xtools, at all, unless you are running into problems building exes. I originally spent the time doing this because it was impossible to...

please could we try moving general discussion on what is possible / methods for doing things etc. to a central place - I think stuff will get lost in the...

OK. I have fixed this (in the sources) already [1-1-0], I guess it's probably about time to do another binary (but will update the cctools and ld64 firsts).

out of curiosity - what was the build compiler in this case?

Thanks for the report. as noted in the build instructions: "at present there's not a usable test-suite (although using the resulting tools to build GCC/LLVM is a fairly good test)."...

Hi Mark, thanks for the patch. .. this seems reasonable. However, the master version of the aarch64 port really needs rebasing (I have been very busy with other work) so...

I'll need some more info to narrow this down: how are you configuring this? and with what build-time toolchain (e.g. Xcode version) thanks

so you are building on x86_64-linux-musl intending to host on x86_64-linux-musl recommendation A : drop every configure switch you don't need for some well-explained reason (e.g. --disable-multilib --disable-werror --enable-shared --enable-host-shared...

> We're using LLVM and cctools (instead of binutils). in my text 'binutils' is in quotes for the same reason - it's Xcode / LLVM based; (but I am using...