This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Help building cross-compiler


I am trying to build a cross-compiler hosted under
solaris 2.7 targeted at linux on Pentium boxes.

I have built binutils successfully. My host environment
has a functioning gcc for native compilation. I copied
over the contents of /usr/include in the target environment
to my $prefix/$target/sys-include. I also copied all target
libraries to a directory which was passed to the configure
program with the --with-libs option.

After running gcc-2.95.2/configure, when I run 'make all install',
the make terminates complaining as follows:
----------------
cd ../libiberty ; make "SHELL=/bin/sh" ...(lots of makevar settings)
make[2]: Entering directory .../$target/libiberty
make[2]: *** No targets.  Stop.
----------------
Looking at i586-linux/libiberty, I find it contains no
Makefile. i586-linux/libio and i586-linux/libstdc++ (the
other elements in i586-linux) do contain Makefiles.

Any idea what I am doing wrong ?

thanks
Ajit Sanzgiri
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


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


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