public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Building arm cross-compiler for solaris-2.6
@ 2000-05-24 23:07 Davor Novosel
  2000-05-25 18:26 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: Davor Novosel @ 2000-05-24 23:07 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Building arm cross-compiler for solaris-2.6
  2000-05-24 23:07 Building arm cross-compiler for solaris-2.6 Davor Novosel
@ 2000-05-25 18:26 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2000-05-25 18:26 UTC (permalink / raw)
  To: Davor Novosel; +Cc: 'gcc-help@gcc.gnu.org'

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

On May 25, 2000, Davor Novosel <davor.novosel@fujitsu-fme.com> wrote:

>  make: Fatal error: Don't know how to make target `../lib/system.h'

You need a POSIX-compliant make, such as GNU make.  Solaris make won't
do it.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-05-25 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-24 23:07 Building arm cross-compiler for solaris-2.6 Davor Novosel
2000-05-25 18:26 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).