Open niXman opened 4 years ago
@niXman Is there any progress? I'm a pkgsrc user and I have built this cross compiler many times. I'm sure this is possible. Please have a look at this, maybe you could learn something: https://pkgsrc.se/cross/mingw-w64 The drawback of pkgsrc is it's overly complex, if you could get your scripts working then I definitely prefer yours from pkgsrc.
Is cross-compile available here now? I can cross-compile gcc with posix thread. LINK here: https://github.com/eko5624/toolchain-test/discussions/6#discussion-5289277
But I tried to cross-compile gcc with mcf, something is wrong.
LINK here: https://github.com/eko5624/toolchain-test/discussions/5#discussioncomment-6144234
Any suggestions?
subj.
look at this branch: https://github.com/niXman/mingw-builds/tree/cross-build
now I can build everything up to GCS stage. then I faced with this error:
ATM I have no ideas why...
cmd line was used:
./build --mode=gcc-9.3.0 --arch=x86_64 --jobs=4 --rt-version=v7 --exceptions=seh --no-multilib --static-gcc --enable-languages=c,c++
tested on ubuntu 18.04 using MinGW-W64 cross-compiler provided by distro.
@Furniel maybe you have the time and desire to continue this ;)