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.
gcc compiling error
-
- Posts: 9
- Joined: Thu Aug 11, 2005 1:52 pm
gcc compiling error
Mike3285: wtf is a palindrome
MaroonSand: no its not dude
MaroonSand: no its not dude
You should probably try figuring out why echo is segfaulting:
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.
Code: Select all
echo timestamp > full-stamp
/bin/sh: line 1: 1932 Segmentation fault (core dumped) make all
make: *** [all-build-fixincludes] Error 139
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.
-
- Posts: 9
- Joined: Thu Aug 11, 2005 1:52 pm