Search found 5 matches

by bluehash
Fri Jun 29, 2007 8:57 am
Forum: PSP Development
Topic: gcc 4.1.0 and gcc 4.1.1
Replies: 13
Views: 4123

Thank you for your responses.
But I still get those errors after clearing up the environment.
by bluehash
Fri Jun 29, 2007 7:21 am
Forum: PSP Development
Topic: gcc 4.1.0 and gcc 4.1.1
Replies: 13
Views: 4123

Thanks. Clearing it helped.It went quite further, till I get to this /bin/sh mklibgcc > tmp-libgcc.mk mv tmp-libgcc.mk libgcc.mk gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definiti...
by bluehash
Fri Jun 29, 2007 5:19 am
Forum: PSP Development
Topic: gcc 4.1.0 and gcc 4.1.1
Replies: 13
Views: 4123

It's set to
[root@localhost psptoolchain]# $LIBRARY_PATH
-bash: /opt/simulation/player/lib:: No such file or directory

Thats something I was working on before.
Has it to be assigned something else?
by bluehash
Fri Jun 29, 2007 4:21 am
Forum: PSP Development
Topic: gcc 4.1.0 and gcc 4.1.1
Replies: 13
Views: 4123

Thank you. I'm running as root. On the terminal I type export PSPDEV=/usr/local/pspdev export PATH=$PATH:$PSPDEV/bin ..as in the readme.txt I get this while running the scripts checking for wait3... checking LIBRARY_PATH variable... contains current directory configure: error: *** LIBRARY_PATH shoul...
by bluehash
Fri Jun 29, 2007 1:45 am
Forum: PSP Development
Topic: gcc 4.1.0 and gcc 4.1.1
Replies: 13
Views: 4123

gcc 4.1.0 and gcc 4.1.1

Hello,
I already have gcc 4.1.1 running on my machine(FC6)

Since the toolchain script has gcc 4.1.0, would it hurt my original version or would it compile it separately?

Thank you.