This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: [crossgcc]Problems in building gcc on linux


On Wed, Sep 06, 2000 at 07:12:13PM +0530, RakeshN wrote:
>  
> Hi ,
> 
> I am building gcc on linux 6.1 .
> 
> My configuration command is ----
> 
> configure --target=h8300-hms --host=i386-coff-go32 --build=sun4 --prefix=/b/dosbin
> 
> My target is hitachi h8/300 processor for MS-DOS.
> 
IIRC --host=i386-coff-go32 means you are building it on an
i386-coff-go32 machine, which you are not, since you are in fact
building it on a linux machine. You cannot create a compiler to run on
the hitachi without first creating a cross compiler from linux to the
hitachi and with that gcc (often called i386-go32-gcc or something like
that) compile the compiler you want.

I suggest finding the crossgcc FAQ and following the steps detailed
therein.

Good luck,
Jurriaan
-- 
Gypsie Borg: You'll soon be assimilated by a tall dark stranger
GNU/Linux 2.2.18pre2 SMP 2 users load av: 0.12 0.20 0.09

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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