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]

GCC Installation Issues


Greetings,

My attempt to install binutils and gcc sources on our university-owned Solaris machine, failed miserably.

Here's the error message I received:

../binutils-2.14/configure --target=$TARGET --prefix=$PREFIX
../binutils-2.14/configure: sed: not found
../binutils-2.14/configure: sed: not found
../binutils-2.14/configure: rm: not found
../binutils-2.14/configure: sed: not found

The TARGET was set to sparc-elf and PREFIX points to /opt/sparc-elf directory obtained after installing the bcc-linux sources from gaisler.com

I am using binutils-2.14 and gcc-3.2.3 sources (as prescribed by the maker of the Leon processor, Jiri Gaisler).

This is my first attempt to build a cross-compiler and I am lost due to lack of experience. What is it that I need to do to correctly install the sparc-elf-gcc cross-compiler? I will be very thankful for any help on this matter.

Regards, Mardav.


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