| View previous topic :: View next topic |
| Author |
Message |
orphan frequently
Joined: 11 Aug 2005 Posts: 9
|
Posted: Tue Aug 16, 2005 12:46 pm Post subject: gcc compiling error |
|
|
make[1]: Entering directory `/tmp/pspdev/gcc-4.0.1/build-psp/build-i686-pc-cygwi
n/fixincludes'
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../
../fixincludes/../include ../../../fixincludes/fixincl.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../
../fixincludes/../include ../../../fixincludes/fixtests.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../
../fixincludes/../include ../../../fixincludes/fixfixes.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../
../fixincludes/../include ../../../fixincludes/server.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../
../fixincludes/../include ../../../fixincludes/procopen.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../
../fixincludes/../include ../../../fixincludes/fixlib.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../
../fixincludes/../include ../../../fixincludes/fixopts.c
gcc -g -O2 -o fixincl.exe fixincl.o fixtests.o fixfixes.o server.o procopen.o
fixlib.o fixopts.o ../libiberty/libiberty.a
echo timestamp > full-stamp
/bin/sh: line 1: 1932 Segmentation fault (core dumped) make all
make: *** [all-build-fixincludes] Error 139
ERROR BUILDING GCC
Alas, the same procedure and cygwin setup on a different comp lands me with a biiter taste in my mouth, sscurvy, and a nasty error message when compiling. im following the procedure at www.pspupdates.com/lesson01.htm that worked for me before, but fails me now. any help would be appreciated. _________________ Mike3285: wtf is a palindrome
MaroonSand: no its not dude |
|
| Back to top |
|
 |
ooPo Site Admin
Joined: 17 Jan 2004 Posts: 2032 Location: Canada
|
Posted: Tue Aug 16, 2005 2:00 pm Post subject: |
|
|
You should probably try figuring out why echo is segfaulting:
| Code: | echo timestamp > full-stamp
/bin/sh: line 1: 1932 Segmentation fault (core dumped) make all
make: *** [all-build-fixincludes] Error 139 |
You say you tried it on two different computers? Very strange. Is it possible both computers have a heat issue or have bad ram?
As an aside, the only procedure I can recommend is the one on our wiki, available at:
http://wiki.pspdev.org/psp:programming_faq
Anywhere else runs the risk of being out of date at any given time. |
|
| Back to top |
|
 |
orphan frequently
Joined: 11 Aug 2005 Posts: 9
|
Posted: Tue Aug 16, 2005 2:36 pm Post subject: |
|
|
ill be gone for a bit, but then ill try from scratch whats on that page, thanks _________________ Mike3285: wtf is a palindrome
MaroonSand: no its not dude |
|
| Back to top |
|
 |
|