This docker file is exactly what I was trying to build myself. I saw this in the ps2dev-scripts repo a while ago but builds were failing, hence pursuing things independently. Glad you got things building properly!
This Dockerfile is exactly what I was trying to build myself. The last time I checked the ps2dev-scripts repo builds were failing, hence pursuing things independently. Thanks for linking to this.
I've been trying to build the GCC 9.x version of the toolchain and keep running into build errors. Specifically:
repo init -u https://gitlab.com/ps2max/ps2dev-repo.git -b ee-toolchain-gcc9 --depth=1 && \
repo sync -j8 -c --no-tags
/bin/bash -c "source ./envsetup.sh && ./build-all.sh"
Fails...