Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Cross Compilation
@ 2003-07-23  6:20 SaravanaKumar
  2003-07-23  6:40 ` debashis
  2003-07-23  7:45 ` Tiemo Krueger - mycable GmbH
  0 siblings, 2 replies; 14+ messages in thread
From: SaravanaKumar @ 2003-07-23  6:20 UTC (permalink / raw)
  To: linux-mips

Dear All, 
    I am having my application in x86. 
 I have to cross compile that to MIPS architecture. 
How to do that. 

Is there is any document for doing the cross compilation to MIPS.

Cheers, 
N.S.Kumar

^ permalink raw reply	[flat|nested] 14+ messages in thread
* RE: Cross Compilation
@ 2003-07-23  6:22 JinuM
  0 siblings, 0 replies; 14+ messages in thread
From: JinuM @ 2003-07-23  6:22 UTC (permalink / raw)
  To: saravana_kumar; +Cc: linux-mips

try http://www.linux-vr.org/tools.html

-Jinu

-----Original Message-----
From: SaravanaKumar [mailto:saravana_kumar@naturesoft.net]
Sent: Wednesday, July 23, 2003 11:50 AM
To: linux-mips@linux-mips.org
Subject: Cross Compilation


Dear All, 
    I am having my application in x86. 
 I have to cross compile that to MIPS architecture. 
How to do that. 

Is there is any document for doing the cross compilation to MIPS.

Cheers, 
N.S.Kumar

^ permalink raw reply	[flat|nested] 14+ messages in thread
* RE: Cross Compilation
@ 2003-07-23 10:01 eric_sy_huang
  0 siblings, 0 replies; 14+ messages in thread
From: eric_sy_huang @ 2003-07-23 10:01 UTC (permalink / raw)
  To: linux-mips




  If I want to build big-endian mips, how can I do?
  In the www.linux-vr.org, there is only little-endian tools.

  regards.




This document is classified as     Normal



try http://www.linux-vr.org/tools.html

-Jinu

-----Original Message-----
From: SaravanaKumar [mailto:saravana_kumar@naturesoft.net]
Sent: Wednesday, July 23, 2003 11:50 AM
To: linux-mips@linux-mips.org
Subject: Cross Compilation


Dear All,
    I am having my application in x86.
 I have to cross compile that to MIPS architecture.
How to do that.

Is there is any document for doing the cross compilation to MIPS.

Cheers,
N.S.Kumar

^ permalink raw reply	[flat|nested] 14+ messages in thread
* RE: Cross Compilation
@ 2003-07-23 10:07 Jim Thompson
  2003-07-23 10:07 ` Jim Thompson
  0 siblings, 1 reply; 14+ messages in thread
From: Jim Thompson @ 2003-07-23 10:07 UTC (permalink / raw)
  To: Tiemo Krueger - mycable GmbH, saravana_kumar; +Cc: linux-mips

Unfortunately, its broken right now.

> -----Original Message-----
> From: Tiemo Krueger - mycable GmbH [mailto:tk@mycable.de]
> Sent: Wednesday, July 23, 2003 12:46 AM
> To: saravana_kumar@naturesoft.net
> Cc: linux-mips@linux-mips.org
> Subject: Re: Cross Compilation
> 
> You could even use the buildroot thing from uclibc.org:
> 
> http://uclibc.org/cgi-bin/cvsweb/buildroot/buildroot.tar.gz?tarball=1
> 
> It's one of the most simple way for cross toolchain beginners, it
> provides you finally with a toolchain and rootfile system and more
> 
> Tiemo
> 
> SaravanaKumar wrote:
> 
> >Dear All,
> >    I am having my application in x86.
> > I have to cross compile that to MIPS architecture.
> >How to do that.
> >
> >Is there is any document for doing the cross compilation to MIPS.
> >
> >Cheers,
> >N.S.Kumar
> >
> >
> >
> >
> >
> 
> 

^ permalink raw reply	[flat|nested] 14+ messages in thread
* RE: Cross Compilation
@ 2003-07-23 21:16 Jim Thompson
  2003-07-23 21:16 ` Jim Thompson
  0 siblings, 1 reply; 14+ messages in thread
From: Jim Thompson @ 2003-07-23 21:16 UTC (permalink / raw)
  To: baitisj, Jun Sun; +Cc: Tiemo Krueger - mycable GmbH, saravana_kumar, linux-mips

One more time, the current top-of-tree on 'buildroot' is broken.

Specifically, the 'chew' binary gets built for the target, but should be
built for the host.  The build fails when 'chew' gets run (because it
can't).

Erik is looking for a patch.

Jim


> -----Original Message-----
> From: Jeff Baitis [mailto:baitisj@evolution.com]
> Sent: Wednesday, July 23, 2003 11:27 AM
> To: Jun Sun
> Cc: Tiemo Krueger - mycable GmbH; saravana_kumar@naturesoft.net;
linux-
> mips@linux-mips.org
> Subject: Re: Cross Compilation
> 
> I find that the uClibC tools are excellent, and have no problems
> generating
> MIPS binaries from an i386 host ;)
> 
> -Jeff
> 
> On Wed, Jul 23, 2003 at 10:09:46AM -0700, Jun Sun wrote:
> > On Wed, Jul 23, 2003 at 09:45:43AM +0200, Tiemo Krueger - mycable
GmbH
> wrote:
> > > You could even use the buildroot thing from uclibc.org:
> > >
> > >
http://uclibc.org/cgi-bin/cvsweb/buildroot/buildroot.tar.gz?tarball=1
> > >
> > > It's one of the most simple way for cross toolchain beginners, it
> > > provides you finally with a toolchain and rootfile system and more
> > >
> >
> > I took a look.  It looks similar to one project that I worked on
> > before.   Very interesting.
> >
> > Has anybody tried successfully to do a cross MIPS yet?  From a
> Linux/i386 host
> > obviously ...
> >
> > Jun
> >
> 
> --
>          Jeffrey Baitis - Associate Software Engineer
> 
>                     Evolution Robotics, Inc.
>                      130 West Union Street
>                        Pasadena CA 91103
> 
>  tel: 626.535.2776  |  fax: 626.535.2777  |  baitisj@evolution.com
> 

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

end of thread, other threads:[~2003-07-24  0:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-23  6:20 Cross Compilation SaravanaKumar
2003-07-23  6:40 ` debashis
2003-07-23  7:45 ` Tiemo Krueger - mycable GmbH
2003-07-23 17:09   ` Jun Sun
2003-07-23 17:40     ` Bruno Randolf
2003-07-23 18:27     ` Jeff Baitis
2003-07-24  0:55     ` Lyle Bainbridge
2003-07-24  0:55       ` Lyle Bainbridge
  -- strict thread matches above, loose matches on Subject: below --
2003-07-23  6:22 JinuM
2003-07-23 10:01 eric_sy_huang
2003-07-23 10:07 Jim Thompson
2003-07-23 10:07 ` Jim Thompson
2003-07-23 21:16 Jim Thompson
2003-07-23 21:16 ` Jim Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox