This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc-2.7.2.3 installation for simplescalar


ÖìÌúÓ¢ wrote:
I met a problem when executed "Make LANGUAGES="c c++" in comiling gcc-2.7.3.2 for
simplescalar in interl P4 redhat7.1 gcc 2.95.3.
The problem is:

cd SimpleScalar/gcc-2.7.2.3
$configure --host=i386-*-linux --target=sslittle-na-sstrix --with-gnu-as
--with-gnu-ld --prefix=/home/pretoria/SScalar
$make LANGUAGES=c
The following error occured during the make of gcc-2.7.2.3:
echo "__foo () {}" > dummy.c
./xgcc -B./ -DCROSS_COMPILE -DIN_GCC -g -I./include -c dummy.c
as: unrecognized option `-EL'
make: *** [libgcc1.null] Error 1


I found a mail of the same problem in the archive of 2000-08. But there is no
answer. By the way, I am a beginner. So I need your help.

Sounds like you need to set PATH to point to the binutils you compiled earlier.

By the way, that's a very old version of gcc, so most of us have forgotten
anything we knew about it by now.

I've never heard of simplescalar before.  I found three homepages for
the gcc port to that virtual machine:

http://www.cs.wisc.edu/~mscalar/simplescalar.html
http://www.simplescalar.com
http://arch.cs.ucdavis.edu/RAD/

None of the various mailing list archives pointed to from those pages
seem to work, but there is activity at the simplescalar.com site,
so maybe the mailing lists themselves there work, and would be a good
place to ask.
- Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]