Search found 4 matches

by duffy399
Thu Dec 14, 2006 5:28 am
Forum: PSP Development
Topic: ./toolchain.sh -g is pathological before ./toolchain.sh -n
Replies: 0
Views: 899

./toolchain.sh -g is pathological before ./toolchain.sh -n

My post http://forums.ps2dev.org/viewtopic.php?t=7205 should actually have been a PSP Software Development forum topic. It may be the same issue on PS2 toolchain. but I only have experience using the PSP toolchain. I accidentally mis-posted it, because my initial post, on the related issue, http://f...
by duffy399
Thu Dec 14, 2006 5:02 am
Forum: PS2 Development
Topic: HELP
Replies: 2
Views: 2647

A reason why configure might not find sys/types.h

The Post at http://forums.ps2dev.org/viewtopic.php?p=48856#48856 explains why configure couldn't find sys/types.h Pathological versions of these files are configured: /tmp/pspdev/gcc-4.0.2/build-psp-c++/psp/libiberty/config.cache /tmp/pspdev/gcc-4.0.2/build-psp-c++/psp/libiberty/config.status /tmp/p...
by duffy399
Thu Dec 14, 2006 4:40 am
Forum: PS2 Development
Topic: ./toolchain.sh -g is pathological before ./toolchain.sh -n
Replies: 0
Views: 1414

./toolchain.sh -g is pathological before ./toolchain.sh -n

I had occasion to run the toolchain piecemeal, first running ./toolchain.sh -binutils to more expeditiously check something I had changed in just that area. Then I decided not to run ./toolchain.sh in its entirety, so I kicked off ./toolchain.sh -gcc since BUILD_GCC is listed next within the toolcha...
by duffy399
Thu Dec 14, 2006 3:04 am
Forum: PS2 Development
Topic: HELP
Replies: 2
Views: 2647

Happens because configure doesn't find sys/types.h

I had a similar error running the toolchain build, though for me it is in the build step for gcc-4.0.2/build-psp-c++/psp/libiberty/regex.c Sleuthing into it, I found that config.log showed that configure doesn't find sys/types.h, and later (consequently) configure doesn't find the typedef int pid_t;...