diff options
| author | John "Lameguy" Wilbert Villamor <lameguy64@gmail.com> | 2021-11-22 14:40:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-22 14:40:59 +0800 |
| commit | 45123e1b968d1883fed9b8526157ce2c4bffc4a7 (patch) | |
| tree | d20c80fbd4f5a5d1d3972669625972cea6b3684d /TOOLCHAIN.md | |
| parent | 538f28cfbbbb8163ab8a96de77d6887123856c81 (diff) | |
| parent | 9b00e5f7ff163a8fc6f341dbf237d90c61dadddc (diff) | |
| download | psn00bsdk-45123e1b968d1883fed9b8526157ce2c4bffc4a7.tar.gz | |
Merge pull request #43 from spicyjpeg/cmake
Even more CMake fixes, submodules, pads example
Diffstat (limited to 'TOOLCHAIN.md')
| -rw-r--r-- | TOOLCHAIN.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TOOLCHAIN.md b/TOOLCHAIN.md index 8ecee38..2a78ccb 100644 --- a/TOOLCHAIN.md +++ b/TOOLCHAIN.md @@ -25,7 +25,8 @@ the latest stable release of GCC and binutils. If for some reason you are having problems you may try building one of the following versions, which have been tested extensively: -- GCC **7.4.0** with binutils **2.31** +- ~~GCC 7.4.0 with binutils 2.31~~ (the linker fails to build PS1 DLLs) +- GCC **11.1.0** with binutils **2.36** - GCC **11.2.0** with binutils **2.37** If you wish to pick an older GCC release but don't know which binutils version @@ -220,4 +221,4 @@ implemented due to bloat concerns that it may introduce. Besides, the official SDK lacks full C++ support as well. ----------------------------------------- -_Last updated on 2021-10-18 by spicyjpeg_ +_Last updated on 2021-10-31 by spicyjpeg_ |
