Search found 5 matches

by DragonSpawn
Fri Oct 12, 2007 10:21 pm
Forum: PSP Development
Topic: as: unrecognized option `-G0'
Replies: 14
Views: 4166

He says he's running the TOOLCHAIN.SH file. So he's trying to BUILD the toolchain. My guess is he's missing a dependency in the toolchain itself. Or maybe he didn't chown the /usr/local/pspdev so it couldn't install the psp-gcc and the rest after building them. If you don't make and chown /usr/loca...
by DragonSpawn
Fri Oct 12, 2007 7:24 am
Forum: PSP Development
Topic: as: unrecognized option `-G0'
Replies: 14
Views: 4166

Well the path is correct since psp-as is in the folder specified. As for the environment variables I would not even know where to begin.
by DragonSpawn
Fri Oct 12, 2007 5:42 am
Forum: PSP Development
Topic: as: unrecognized option `-G0'
Replies: 14
Views: 4166

Well, perhaps if you describe the problem EXACTLY as well as what you're doing EXACTLY. Kinda hard to give advice when you don't give any info. Fair enough. Running ./toolchain.sh on the latest psptoolchain gets as far as script 004 (newlib) at which I get the following error: psp-gcc -B/root/pspto...
by DragonSpawn
Fri Oct 12, 2007 1:51 am
Forum: PSP Development
Topic: as: unrecognized option `-G0'
Replies: 14
Views: 4166

export PSPDEV="/usr/local/pspdev" export PSPSDK="$PSPDEV/psp/sdk" export PSPPATH="$PSPDEV/bin:$PSPDEV/psp/bin:$PSPSDK/bin" export PATH="$PATH:$PSPPATH" export PKG_CONFIG_PATH="$PSPDEV/psp/lib/pkgconfig" That didnt work sadly....
by DragonSpawn
Thu Oct 11, 2007 7:55 pm
Forum: PSP Development
Topic: as: unrecognized option `-G0'
Replies: 14
Views: 4166

I have been getting the same problems recently. Does anyone have any ideas as to how resolve this, without having to reinstall linux hopefully. I have the most current psptoolchain as well.