Hey guys, I've been trying to compile the gcc 4.1.0, with the psp toolchain. "Have been trying" - you read well. Been trying because after +/- 20min of compiling the script gives me an error and asks me to check the file config.log. This is the part of the file i found being more relevant:
"crt" stands for "c runtime". Its a place where architecture-specific code is supposed to go to get everything in a sane state I guess. It contains the very first bit of code that is run when your program starts up.
So from what I understand here from "trying to compile gcc 4.1.0 with the PSP toolchain", you are attempting to build a gcc that will on the PSP? The PSP toolchain is a cross-compiler, meaning that it runs on your PC but it targets the PSP.