I have install all the necesary libraries but i got a error from psptoolchain.sh:
The error is in line 26 of xregx.h what is an include of 'xreg2.h', and the error is a segmentation fault. I had search in the web but i don't get the solution to my problem.[..........]
checking whether the linker (ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse nm output... make[2]: se ingresa al directorio `/home/usuario/psp/psptoolchain/build/binutils-2.16.1/build-psp/libiberty/testsuite'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/usuario/psp/psptoolchain/build/binutils-2.16.1/build-psp/libiberty/testsuite'
if [ x"" != x ]; then \
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/regex.c -o pic/regex.o; \
else true; fi
ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../libiberty/../include -W -Wall -Wtraditional -pedantic ../../libiberty/regex.c -o regex.o
In file included from ../../libiberty/../include/xregex.h:26,
from ../../libiberty/regex.c:199:
Fallo de segmentación
Por favor envíe un reporte completo de bichos,
con el código preprocesado si es apropiado.
Vea <URL:http://gcc.gnu.org/bugs.html> para más instrucciones.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.2/README.Bugs>.
make[1]: *** [regex.o] Error 1
make[1]: se sale del directorio `/home/usuario/psp/psptoolchain/build/binutils-2.16.1/build-psp/libiberty'
make: *** [all-libiberty] Error 2
make: *** Se espera a que terminen otras tareas....
creating libtool
updating cache ./config.cache
configure: loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether to install libbfd... yes
[..........................]
config.status: executing depfiles commands
config.status: executing default commands
../scripts/001-binutils-2.16.1.sh: Failed.
Somebody can help me?
Thnks.