public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How to create gcc cross compilers?
@ 2004-05-04 14:11 lazer1
  2004-05-04 19:47 ` llewelly
  0 siblings, 1 reply; 3+ messages in thread
From: lazer1 @ 2004-05-04 14:11 UTC (permalink / raw)
  To: gcc-help


Hello,

I am interested in generating 68k AmigaOS hosted gcc cross compilers 
from existing gcc's for some other platforms,

on AmigaOS we have "Geekgadgets" which provides a Unix environment 
with pdksh, and all the standard GNU build tools,

currently I use 68k AmigaOS native gcc-2.95.3-4 (ie runs on 68k AmigaOS 
and generates code for 68k AmigaOS)

say for a general scenario:

external platforms A and B, with A-hosted gcc cross compiler for 
generating B binaries,

(ie you run gcc on A and it generates code for B),

I want to port or transform this already existing gcc into a 
68k-AmigaOS hosted gcc cross compiler for generating B binaries,

How do I go about doing this?

Is there a standard procedure?

I think its not enough to specify:

configure --host=m68k-unknown-amigaos --target=B

do I need to port some other things as well such as binutils??

thanks for any help on this,

lazer1

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

end of thread, other threads:[~2004-05-05  2:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-04 14:11 How to create gcc cross compilers? lazer1
2004-05-04 19:47 ` llewelly
2004-05-05  2:12   ` lazer1

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