Recent content by AlexTrashDog

  1. AlexTrashDog

    WIP updated homebrew toolchain for PS2

    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!
  2. AlexTrashDog

    WIP updated homebrew toolchain for PS2

    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.
  3. AlexTrashDog

    WIP updated homebrew toolchain for PS2

    If this question is directed at me, yea I'm the same person who joined the Discord.
  4. AlexTrashDog

    WIP updated homebrew toolchain for PS2

    Makes sense. Is there a complete list of dependencies I should be aware of? I'm aiming for a totally reproducible build.
  5. AlexTrashDog

    WIP updated homebrew toolchain for PS2

    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...
Back
Top