ERROR BUILDING NEWLIB problem

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

Moderators: cheriff, TyRaNiD

Post Reply
fone4u
Posts: 6
Joined: Mon Nov 06, 2006 5:21 am

ERROR BUILDING NEWLIB problem

Post by fone4u »

When I was building psptoolchain, I got the following errors?

Any suggustions on how to solve this?

Code: Select all

psp-gcc -B/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/ -isystem /tmp/pspdev/newlib-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/argz  -O2 -G0 -mno-explicit-relocs -DCOMPACT_CTYPE -DCLOCK_PROVIDED -DHAVE_RENAME -DHAVE_FCNTL -DMALLOC_ALIGNMENT=16 -I/usr/local/pspdev/psp/sdk/include -fno-builtin    -O2 -g -O2  -O2 -g -O2 -c ../../../../../newlib/libc/argz/dummy.c
as: unrecognized option `-G0'
gmake[4]: *** [dummy.o] Error 1
gmake[4]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc/argz'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib/libc'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib'
gmake[1]: *** [all-recursive-am] Error 2
gmake[1]: Leaving directory `/tmp/pspdev/newlib-1.13.0/build-psp/psp/newlib'
gmake: *** [all-target-newlib] Error 2
ERROR BUILDING NEWLIB
Post Reply