psptoolchain error

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
catron
Posts: 2
Joined: Sun May 21, 2006 1:26 am

psptoolchain error

Post by catron »

hello, i am setting up the toolchain and cygwin on my new computer.

i am facing an error when installing:

Code: Select all

include   -DL_gcov_fork -c ../../gcc/libgcov.c -o libgcc/./_gcov_fork.o
/home/Catron/psptoolchain/build/gcc-4.1.0/build-psp/./gcc/xgcc -B/home/Catron/ps
ptoolchain/build/gcc-4.1.0/build-psp/./gcc/ -B/usr/local/pspdev/psp/bin/ -B/usr/
local/pspdev/psp/lib/ -isystem /usr/local/pspdev/psp/include -isystem /usr/local
/pspdev/psp/sys-include -O2  -O2 -g -O2   -DIN_GCC -DCROSS_COMPILE   -W -Wall -W
write-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -
isystem ./include  -G 0 -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc
 -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/
include   -DL_gcov_execl -c ../../gcc/libgcov.c -o libgcc/./_gcov_execl.o
/home/Catron/psptoolchain/build/gcc-4.1.0/build-psp/./gcc/xgcc -B/home/Catron/ps
ptoolchain/build/gcc-4.1.0/build-psp/./gcc/ -B/usr/local/pspdev/psp/bin/ -B/usr/
local/pspdev/psp/lib/ -isystem /usr/local/pspdev/psp/include -isystem /usr/local
/pspdev/psp/sys-include -O2  -O2 -g -O2   -DIN_GCC -DCROSS_COMPILE   -W -Wall -W
write-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -
isystem ./include  -G 0 -g  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc
 -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/
include   -DL_gcov_execlp -c ../../gcc/libgcov.c -o libgcc/./_gcov_execlp.o
/home/Catron/psptoolchain/build/gcc-4.1.0/build-psp/./gcc/as: line 2: /usr/local
/pspdev/bin/psp-as: Device or resource busy
/home/Catron/psptoolchain/build/gcc-4.1.0/build-psp/./gcc/as: line 2: /usr/local
/pspdev/bin/psp-as: No error
make[3]: *** [libgcc/./_gcov_execl.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/Catron/psptoolchain/build/gcc-4.1.0/build-psp/
gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/home/Catron/psptoolchain/build/gcc-4.1.0/build-psp/
gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/Catron/psptoolchain/build/gcc-4.1.0/build-psp'

make: *** [all] Error 2
../scripts/002-gcc-4.1.0-stage1.sh: Failed.
any help??

thanks, catron
the programmers life:
have a problem, solve it, have a new problem.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

There are literally DOZENS of threads on setting up the toolchain with cygwin. Read a few.
Post Reply