This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Compiling Simplescalar


I'm trying to run Simplescalar on a machine with sun-solaris2.9 according to the instructions here

http://www.simplescalar.com/docs/install_guide_v2.txt

I extracted binutils and configured it as:

sridharb@s1 [~/ss/binutils-2.5.2] % ./configure --target=ssbig-na-sstrix --with- gnu-as --with-gnu-ld --disable-nls --prefix=/home/msia/sridharb/ss Configuring for a sparc-sun-solaris2.9 host. Created "Makefile" in /home/msia/sridharb/ss/binutils-2.5.2 using "config/mh-sol aris" sridharb@s1 [~/ss/binutils-2.5.2] % make

I am getting these errors

gcc -c -g -I. -I./../include -DHAVE_SYSCONF ./dummy.c 2>/dev/null
*** Error code 1
make: Fatal error: Command failed for target `dummy.o'
Current working directory /home/msia/sridharb/ss/binutils-2.5.2/libiberty
*** Error code 1
make: Fatal error: Command failed for target `all-libiberty'

I hope someone can tell me what is causing this.

Thank you
Balaji



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