ps2dev / ps2toolchain

This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.
BSD 2-Clause "Simplified" License
239 stars 73 forks source link

not building in cygwin (fixed manually by editing files mid-build) #77

Closed skompc closed 11 months ago

skompc commented 4 years ago

Problem is as title says

I fixed it by changing all mentions of "MINGW64_NT" to "CYGWIN_NT-" and all mentions of "MINGW" to "CYGWI" in all files from the scripts folder then running toolchain.sh once. Then I commented out lines 6,7,10,11,15, and 16 from 001-binutils.sh Next I changed line 188 in build/binutils-2.14/libierty/pexwin-32.c to remove the underscores from before "spawnvp" and "spawnv" Finally I ran toolchain.sh again

still running build and will edit when complete and tested

AKuHAK commented 3 years ago

@skompc do you have any luck with your build?

skompc commented 3 years ago

@skompc do you have any luck with your build?

Unfortunately not... I haven't found the exact issue yet but I decided to reinstall windows for other reasons so I'll probably do it again using a fresh build environment

uyjulian commented 11 months ago

This doesn't seem to be an issue anymore. Reopen if this is not the case