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

Cannot Build on M1 Mac #103

Closed quisys closed 10 months ago

quisys commented 10 months ago

toolchain.sh fails like this:

Installing latest environment status
HEAD is now at 484a8dd Merge pull request #12 from uyjulian/buildsystem_improve
Already on 'main'
Your branch is up to date with 'origin/main'.
HEAD is now at 9cca5c1 Added abi options to dvp-as for toolchain compatibility
Already on 'dvp-v2.14'
Your branch is up to date with 'origin/dvp-v2.14'.
creating cache ./config.cache
*** This configuration is not supported in the following subdirectories:
     ld
    (Any other directories should still work fine.)
rm: cannot remove 'conftest.dSYM': Is a directory
../configure: line 2713: test: too many arguments
../configure: line 2785: test: too many arguments
../configure: line 2857: test: too many arguments
../configure: line 3001: test: too many arguments
../configure: line 3073: test: too many arguments
../configure: line 3145: test: too many arguments
../configure: line 3217: test: too many arguments
../configure: line 3289: test: too many arguments
../configure: line 3370: test: too many arguments
../configure: line 3442: test: too many arguments
../configure: line 3514: test: too many arguments
../configure: line 3586: test: too many arguments
../configure: line 3658: test: too many arguments
../configure: line 3730: test: too many arguments
../configure: line 3802: test: too many arguments
updating cache ./config.cache
creating ./config.status
creating Makefile
sed: file conftest.s1 line 26: unterminated `s' command
make: *** No targets.  Stop.
../scripts/001-binutils.sh: Failed.
../scripts/001-dvp.sh: Failed.
AKuHAK commented 10 months ago

Duplication of https://github.com/ps2dev/ps2dev/issues/77