gcc compiling error

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

Moderators: cheriff, TyRaNiD

Post Reply
orphan frequently
Posts: 9
Joined: Thu Aug 11, 2005 1:52 pm

gcc compiling error

Post by orphan frequently »

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
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

You should probably try figuring out why echo is segfaulting:

Code: Select all

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.
orphan frequently
Posts: 9
Joined: Thu Aug 11, 2005 1:52 pm

Post by orphan frequently »

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
Post Reply