I was able to get GCC 9.5.0/binutils 2.40 to compile for the SPU, found out the problem was the GCC optimizations, none of the flags worked (-O1, -O2, -O3, and -Ofast), only worked if disabled with - O0, but using -O0 in some specific points of the compilation, not in everything, honestly this...