toolchain install tip newlib error (fix tip)

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

Moderators: cheriff, TyRaNiD

Post Reply
amesianx
Posts: 3
Joined: Fri Oct 07, 2005 5:33 pm

toolchain install tip newlib error (fix tip)

Post by amesianx »

Code: Select all

psp-gcc -B/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/ -isystem /tmp/pspdev/n 
ewlib-1.13.0/build-psp/psp/newlib/targ-include -isystem /tmp/pspdev/newlib-1.13. 
0/newlib/libc/include -DPACKAGE=\"newlib\" -DVERSION=\"1.13.0\"  -I. -I../../../ 
../../newlib/libc/locale  -O2 -G0 -DPREFER_SIZE_OVER_SPEED -DCOMPACT_CTYPE -DCLO 
CK_PROVIDED -I/usr/local/pspdev/psp/sdk/include -fno-builtin    -O2 -g -O2   -O2 
 -g -O2  -c ../../../../../newlib/libc/locale/nl_langinfo.c 
psp-gcc -B/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/ -isystem /tmp/pspdev/n 
ewlib-1.13.0/build-psp/psp/newlib/targ-include -isystem /tmp/pspdev/newlib-1.13. 
0/newlib/libc/include -DPACKAGE=\"newlib\" -DVERSION=\"1.13.0\"  -I. -I../../../ 
../../newlib/libc/locale  -O2 -G0 -DPREFER_SIZE_OVER_SPEED -DCOMPACT_CTYPE -DCLO 
CK_PROVIDED -I/usr/local/pspdev/psp/sdk/include -fno-builtin    -O2 -g -O2   -O2 
 -g -O2  -c ../../../../../newlib/libc/locale/timelocal.c 
rm -f lib.a 
psp-ar cru lib.a locale.o fix_grouping.o        ldpart.o        lmessages.o lnum 
eric.o  lmonetary.o     nl_langinfo.o   timelocal.o 
psp-ranlib lib.a 
make[4]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc/ 
locale' 
Making all in sys 
make[4]: Entering directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc 
/sys' 
Making all in psp 
make[5]: Entering directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc 
/sys/psp' 
psp-gcc -B/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/ -isystem /tmp/pspdev/n 
ewlib-1.13.0/build-psp/psp/newlib/targ-include -isystem /tmp/pspdev/newlib-1.13. 
0/newlib/libc/include -DPACKAGE=\"newlib\" -DVERSION=\"1.13.0\"  -I. -I../../../ 
../../../newlib/libc/sys/psp  -O2 -G0 -DPREFER_SIZE_OVER_SPEED -DCOMPACT_CTYPE - 
DCLOCK_PROVIDED -I/usr/local/pspdev/psp/sdk/include -fno-builtin    -O2 -g -O2 
 -O2 -g -O2  -c ../../../../../../newlib/libc/sys/psp/libcglue.c 
../../../../../../newlib/libc/sys/psp/libcglue.c:25:22: error: psptypes.h: No su 
ch file or directory 
../../../../../../newlib/libc/sys/psp/libcglue.c:26:26: error: pspiofilemgr.h: N 
o such file or directory 
../../../../../../newlib/libc/sys/psp/libcglue.c:27:26: error: pspmodulemgr.h: N 
o such file or directory 
../../../../../../newlib/libc/sys/psp/libcglue.c:28:23: error: pspsysmem.h: No s 
uch file or directory 
../../../../../../newlib/libc/sys/psp/libcglue.c:29:26: error: pspthreadman.h: N 
o such file or directory 
../../../../../../newlib/libc/sys/psp/libcglue.c:30:22: error: psputils.h: No su 
ch file or directory 
make[5]: *** [libcglue.o] Error 1 
make[5]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc/ 
sys/psp' 
make[4]: *** [all-recursive] Error 1 
make[4]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc/ 
sys' 
make[3]: *** [all-recursive] Error 1 
make[3]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc' 

make[2]: *** [all-recursive] Error 1 
make[2]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib' 
make[1]: *** [all-recursive-am] Error 2 
make[1]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib' 
make: *** [all-target-newlib] Error 2 
ERROR BUILDING NEWLIB
make sure delete existing toolchain...

then type command in your cygwin..

echo $PATH

/cygdrive/c/pspsdk/bin <---- if exist left path or other path, delete...

then again toolchain install ( ./toolchain -n [ this command start from newlib ] )

sorry my poor english...
Korean Hacker... in psp2dev.org
Post Reply