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]

Building arm cross-compiler for solaris-2.6


Hi,

I'm trying to build a gcc cross-compiler for the arm processor
architecture on
a solaris-2.6 host. After running the configure script, I wanted to
build the
compiler, but after executing 'make' I got the following error message:

 make all-recursive
 Making all in intl
 Making all in lib
 Making all in makeinfo
 make: Fatal error: Don't know how to make target `../lib/system.h'
 Current working directory /usr/appl/davor/src/gcc-obj/texinfo/makeinfo
 *** Error code 1
 make: Fatal error: Command failed for target `all-recursive'
 Current working directory /usr/appl/davor/src/gcc-obj/texinfo
 *** Error code 1
 make: Fatal error: Command failed for target `all-recursive-am'
 Current working directory /usr/appl/davor/src/gcc-obj/texinfo
 *** Error code 1
 make: Fatal error: Command failed for target `all-texinfo'

What am I making wrong? I also tried 'make LANGUAGES=c' but it didn't
help.
Does anybody know whether there is a precompiled binary available of the
arm
cross-compiler for solaris-2.6?
Thank you very much in advance for any comments.

Davor


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