aboutsummaryrefslogtreecommitdiff
path: root/TOOLCHAIN.md
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-10-31 15:18:26 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-10-31 15:18:26 +0100
commit74388f8ff7df42bcdc8e113967a0d1c1902a9027 (patch)
tree2ccade54664b97f060f2a1fc93834ee469e1d648 /TOOLCHAIN.md
parent8b09040cf56bf732eccfc8a4bb1193d9ef0b10ac (diff)
downloadpsn00bsdk-74388f8ff7df42bcdc8e113967a0d1c1902a9027.tar.gz
Added CMake presets, updated installation guide
Diffstat (limited to 'TOOLCHAIN.md')
-rw-r--r--TOOLCHAIN.md5
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_