Closed madebr closed 3 years ago
Hello @madebr.
I'm not sure if it currently compiles on Windows using mingw
, we are sure that it compiles in WSL
.
Anyway, now we have split the toolchain into smaller parts and repos. So first of all, I think that this issue, "if it still exists", should be moved to the https://github.com/ps2dev/ps2toolchain-ee Have in mind that the whole toolchain has been updated, so most probably even these specific changes are no longer valid anyway.
So please, don't hesitate to create the issue there.
Thanks!
Hello,
I've created a conan recipe for building ps2toolchain. This is a transliteration of the bash scripts to a python conan script, using the ps2dev patches. It is currently able to create packages for Linux and Macos.
Creating packages on Windows (using this mingw toolchain) fails while building binutils (more specific the intl library). This is the build log. This error is shown:
Does this error ring a bell somewhere? Is it actually possible to build ps2toolchain on Windows using mingw? The same error is emitted when using the bash scripts.
This mingw toolchain is used: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/
NB: I had to apply 2 changes to get it building on apple-clang:
-DSTDC_HEADERS
toCFLAGS
while building binutils and gccThanks!