tr@madeleine (tom reingold) (10/24/89)
Two questions:
=========
Question 1:
Trying to compile gcc 1.36 on a Sun3, at step 5, I typed
make CC="TERMCAP=x OBJS=x LIBFUNCS=x STAGESTUFF=x cc"
On step 9, I typed
make CC=stage1/gcc CFLAGS="-g -O -Bstage1/"
At this point, I got
./genflags md > tmp-insn-flags.h
sh: 3585 Memory fault
*** Error code 139
make: Fatal error: Command failed for target `stamp-flags.h'
What am I missing?
=========
Question 2:
Trying to compile gcc 1.36 on a Pyramid, at step 3, I typed
config.gcc pyramid
and got
config.gcc: cannot create a link `config.h',
since the file `config/xm-pyramid.h' does not exist.
What am I missing?
Thanks!
Tom Reingold |INTERNET: tr@bellcore.com
Bellcore |UUCP: bellcore!tr
444 Hoes La room 1H217 |PHONE: (201) 699-7058 [work],
Piscataway, NJ 08854-4182 | (201) 287-2345 [home]tr@madeleine.ctt.bellcore.com (tom reingold) (10/28/89)
Just the other day, I (tom reingold) wrote: $ $ Two questions: $ $ ========= $ Question 1: $ $ [...] $ $ At this point, I got $ $ ./genflags md > tmp-insn-flags.h $ sh: 3585 Memory fault $ *** Error code 139 $ make: Fatal error: Command failed for target `stamp-flags.h' $ $ What am I missing? $ $ ========= $ Question 2: $ $ [...] $ config.gcc: cannot create a link `config.h', $ since the file `config/xm-pyramid.h' does not exist. I got answers to both my questions. In both cases, I was being scatterbrained. For Sun, I had forgotten to use the sun3os4 option. For Pyramid, if I had looked in config/, I would have seen that I should use pyr, not pyramid. Thanks to the responders. I wanted to post this so no one else went through the trouble. Tom Reingold |INTERNET: tr@bellcore.com Bellcore |UUCP: bellcore!tr 444 Hoes La room 1H217 |PHONE: (201) 699-7058 [work], Piscataway, NJ 08854-4182 | (201) 287-2345 [home]