public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc cross compiler
@ 1999-12-21  3:31 Jack Kistemaker
  1999-12-31 22:24 ` Jack Kistemaker
  0 siblings, 1 reply; 5+ messages in thread
From: Jack Kistemaker @ 1999-12-21  3:31 UTC (permalink / raw)
  To: 'help-gcc@gnu.org'

> I want to build a gcc-cross compiler from i386-linux or dos to hppa-hpux.
> Is there someone who has allready some experiance with it or knows where
> to
> download the right binutils?
> 
> 
> Jack Kistemaker
> jack@hgg.nl
> 

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

* gcc cross compiler
  1999-12-21  3:31 gcc cross compiler Jack Kistemaker
@ 1999-12-31 22:24 ` Jack Kistemaker
  0 siblings, 0 replies; 5+ messages in thread
From: Jack Kistemaker @ 1999-12-31 22:24 UTC (permalink / raw)
  To: 'help-gcc@gnu.org'

> I want to build a gcc-cross compiler from i386-linux or dos to hppa-hpux.
> Is there someone who has allready some experiance with it or knows where
> to
> download the right binutils?
> 
> 
> Jack Kistemaker
> jack@hgg.nl
> 

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

* RE: gcc cross compiler
  2002-01-05 16:43 Fwd: " Jeff Terrell
@ 2002-01-05 17:06 ` Alex Yu
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Yu @ 2002-01-05 17:06 UTC (permalink / raw)
  To: 'Jeff Terrell', help-gcc

> >I'm interested to know if a version of gcc is available 
> >Solaris but which generates code for Windows NT?

Jeff,

I suggest you to read these docs:

http://gcc.gnu.org/install/build.html
http://www.objsw.com/CrossGCC/

Alex


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

* GCC: Cross Compiler
  1999-12-14 11:11 GCC: Cross Compiler Lukas Ruf
@ 1999-12-31 22:24 ` Lukas Ruf
  0 siblings, 0 replies; 5+ messages in thread
From: Lukas Ruf @ 1999-12-31 22:24 UTC (permalink / raw)
  To: gcc help

Dear list,

Pre-Note: uname = SunOS 5.5.1 

while trying to install a cross compiler with host=sunos and
target=mips-idt-ecoff I always receive the same error message:
  xgcc: installation problem, cannot exec `mips-tfile': No such file or
  directory
  gmake[1]: *** [libgcc1-asm.a] Error 1
  gmake[1]: Leaving directory `/scratch/ruf/gcc-2.95.1/b-mips/gcc'
  gmake: *** [all-gcc] Error 2

If I try to build mips-tfile for the sun environment, I receive the
following list of errors (shortened):
  /scratch/ruf/gcc-2.95.1/b-solaris/gcc!109> gmake mips-tfile
  gcc -c  -DIN_GCC -DHAIFA  -DSVR4  -g  -DHAVE_CONFIG_H    -I. -I../../gcc
  -I../../gcc/config -I../../gcc/../include ../../gcc/mips-tfile.c
  ../../gcc/mips-tfile.c: In function `xmalloc':
  ../../gcc/mips-tfile.c:5677: `HOST_PTR_PRINTF' undeclared (first use in
  this function)
[...]
  ../../gcc/mips-tfile.c: At top level:
  ../../gcc/mips-tfile.c:5751: syntax error before `char'
  ../../gcc/mips-tfile.c:5767: syntax error before `char'
  gmake: *** [mips-tfile.o] Error 1

If I then try to build it from within the target mips configure
directory, I receive the other error messages:
  /scratch/ruf/gcc-2.95.1/b-mips/gcc!115> gmake mips-tfile
  gcc -c -DCROSS_COMPILE -DIN_GCC   -DSVR4  -g  -DHAVE_CONFIG_H    -I.
  -I../../gcc -I../../gcc/config -I../../gcc/../include
  ../../gcc/mips-tfile.c
  ../../gcc/mips-tfile.c:673: mips/a.out.h: No such file or directory
  gmake: *** [mips-tfile.o] Error 1

So, my beg to this list: If anyone knows how to overcome this problem,
please let me know.

Thanks in advance.

Kind regards,

Lukas

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

* GCC: Cross Compiler
@ 1999-12-14 11:11 Lukas Ruf
  1999-12-31 22:24 ` Lukas Ruf
  0 siblings, 1 reply; 5+ messages in thread
From: Lukas Ruf @ 1999-12-14 11:11 UTC (permalink / raw)
  To: gcc help

Dear list,

Pre-Note: uname = SunOS 5.5.1 

while trying to install a cross compiler with host=sunos and
target=mips-idt-ecoff I always receive the same error message:
  xgcc: installation problem, cannot exec `mips-tfile': No such file or
  directory
  gmake[1]: *** [libgcc1-asm.a] Error 1
  gmake[1]: Leaving directory `/scratch/ruf/gcc-2.95.1/b-mips/gcc'
  gmake: *** [all-gcc] Error 2

If I try to build mips-tfile for the sun environment, I receive the
following list of errors (shortened):
  /scratch/ruf/gcc-2.95.1/b-solaris/gcc!109> gmake mips-tfile
  gcc -c  -DIN_GCC -DHAIFA  -DSVR4  -g  -DHAVE_CONFIG_H    -I. -I../../gcc
  -I../../gcc/config -I../../gcc/../include ../../gcc/mips-tfile.c
  ../../gcc/mips-tfile.c: In function `xmalloc':
  ../../gcc/mips-tfile.c:5677: `HOST_PTR_PRINTF' undeclared (first use in
  this function)
[...]
  ../../gcc/mips-tfile.c: At top level:
  ../../gcc/mips-tfile.c:5751: syntax error before `char'
  ../../gcc/mips-tfile.c:5767: syntax error before `char'
  gmake: *** [mips-tfile.o] Error 1

If I then try to build it from within the target mips configure
directory, I receive the other error messages:
  /scratch/ruf/gcc-2.95.1/b-mips/gcc!115> gmake mips-tfile
  gcc -c -DCROSS_COMPILE -DIN_GCC   -DSVR4  -g  -DHAVE_CONFIG_H    -I.
  -I../../gcc -I../../gcc/config -I../../gcc/../include
  ../../gcc/mips-tfile.c
  ../../gcc/mips-tfile.c:673: mips/a.out.h: No such file or directory
  gmake: *** [mips-tfile.o] Error 1

So, my beg to this list: If anyone knows how to overcome this problem,
please let me know.

Thanks in advance.

Kind regards,

Lukas

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

end of thread, other threads:[~2002-01-06  1:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-21  3:31 gcc cross compiler Jack Kistemaker
1999-12-31 22:24 ` Jack Kistemaker
  -- strict thread matches above, loose matches on Subject: below --
2002-01-05 16:43 Fwd: " Jeff Terrell
2002-01-05 17:06 ` Alex Yu
1999-12-14 11:11 GCC: Cross Compiler Lukas Ruf
1999-12-31 22:24 ` Lukas Ruf

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).