Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Re: Cross_compiler!
  2000-11-08 23:13 Cross_compiler! Nicu Popovici
@ 2000-11-08 19:47 ` Jun Sun
  2000-11-08 20:05   ` Issues with R8000 nick
  2000-11-12 20:10   ` Cross_compiler! Ralf Baechle
  0 siblings, 2 replies; 7+ messages in thread
From: Jun Sun @ 2000-11-08 19:47 UTC (permalink / raw)
  To: Nicu Popovici; +Cc: linux-mips

Nicu Popovici wrote:
> 
> Hello  you all,
> 
> I have a development board ( ATLAS + QED 5261 processor ).
> 
> Does anyone from you did cross compiled a kernel for mips on a i686
> machine ? I am struggling for three weeks now to do that and nothing
> works. Mr. Weselows said  some days ago  to get the Linux_2_2 form CVS
> and indeed I could cross compile that kernel  but after that I found out
> that  the kernel  does not have support for ATLAS board.
> 
> I tried the following kernel versions
> 1. linux.2.2.12 from the Atlas board CD
> 2. linux 2.2.13 from lineo.com
> 3. linux 2.2.14 from oss.sgi.com( linux2_2 from CVS site )
> 4. linux 2.2.17
> 
> Best Regards,
> Nicu

Nicu,

You can get the cross-compile tool chains from the monta vista ftp
site.  These tools are considered stable and recommeded - at least
before Ralf shows his latest toys. :-0

1. binutils 2.8.1
2. egcs 1.0.3a
3. glibc 2.0.6

The ftp site is 

ftp.mvsiat.com:/pub/Area51/ddb-5476/

Hopefully before the end of this weekend, there will a little more
updated release with a new name prefix, some bug fixes and for both
little endiand and big endian.  The current one is for little endian. 
If you know how to use rpm, you can create your own big-endian tools
pretty easily.

Jun

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

* Issues with R8000
  2000-11-08 19:47 ` Cross_compiler! Jun Sun
@ 2000-11-08 20:05   ` nick
  2000-11-08 20:05     ` nick
  2000-11-12 20:10   ` Cross_compiler! Ralf Baechle
  1 sibling, 1 reply; 7+ messages in thread
From: nick @ 2000-11-08 20:05 UTC (permalink / raw)
  Cc: linux-mips

This is not linux specific, but I'm hoping someone will have a
suggestion.  I recently got an Indigo2 r8000.  Anything I hook up to the
external chain is flakey.  It won't always boot (complains about cable
disk or cdrom error), and I get regular scsi timeouts.  Does anyone have
suggestions how to fix this?
	Thanks
		Nick

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

* Issues with R8000
  2000-11-08 20:05   ` Issues with R8000 nick
@ 2000-11-08 20:05     ` nick
  0 siblings, 0 replies; 7+ messages in thread
From: nick @ 2000-11-08 20:05 UTC (permalink / raw)
  Cc: linux-mips

This is not linux specific, but I'm hoping someone will have a
suggestion.  I recently got an Indigo2 r8000.  Anything I hook up to the
external chain is flakey.  It won't always boot (complains about cable
disk or cdrom error), and I get regular scsi timeouts.  Does anyone have
suggestions how to fix this?
	Thanks
		Nick

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

* Cross_compiler!
@ 2000-11-08 23:13 Nicu Popovici
  2000-11-08 19:47 ` Cross_compiler! Jun Sun
  0 siblings, 1 reply; 7+ messages in thread
From: Nicu Popovici @ 2000-11-08 23:13 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

Hello  you all,

I have a development board ( ATLAS + QED 5261 processor ).

Does anyone from you did cross compiled a kernel for mips on a i686
machine ? I am struggling for three weeks now to do that and nothing
works. Mr. Weselows said  some days ago  to get the Linux_2_2 form CVS
and indeed I could cross compile that kernel  but after that I found out
that  the kernel  does not have support for ATLAS board.

I tried the following kernel versions
1. linux.2.2.12 from the Atlas board CD
2. linux 2.2.13 from lineo.com
3. linux 2.2.14 from oss.sgi.com( linux2_2 from CVS site )
4. linux 2.2.17

Best Regards,
Nicu

[-- Attachment #2: Card for Nicu Popovici --]
[-- Type: text/x-vcard, Size: 259 bytes --]

begin:vcard 
n:POPOVICI;Nicolae Octavian 
tel;cell:+40 93 605020
x-mozilla-html:FALSE
org:SC Silicon Service SRL;Software
adr:;;;;;;
version:2.1
email;internet:octavp@isratech.ro
title:Software engineer
x-mozilla-cpt:;0
fn:Nicolae Octavian POPOVICI
end:vcard

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

* Re: Cross_compiler!
  2000-11-08 19:47 ` Cross_compiler! Jun Sun
  2000-11-08 20:05   ` Issues with R8000 nick
@ 2000-11-12 20:10   ` Ralf Baechle
  2000-11-13 19:14     ` Cross_compiler! Jun Sun
  1 sibling, 1 reply; 7+ messages in thread
From: Ralf Baechle @ 2000-11-12 20:10 UTC (permalink / raw)
  To: Jun Sun; +Cc: Nicu Popovici, linux-mips

On Wed, Nov 08, 2000 at 11:47:39AM -0800, Jun Sun wrote:

> You can get the cross-compile tool chains from the monta vista ftp
> site.  These tools are considered stable and recommeded - at least
> before Ralf shows his latest toys. :-0

> 2. egcs 1.0.3a

Sorry to ruin your weekend but I've alredy put egcs-1.1.2 on oss two days
before your posting :-)

  Ralf

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

* Re: Cross_compiler!
  2000-11-12 20:10   ` Cross_compiler! Ralf Baechle
@ 2000-11-13 19:14     ` Jun Sun
  2000-11-14 16:16       ` Cross_compiler! Ralf Baechle
  0 siblings, 1 reply; 7+ messages in thread
From: Jun Sun @ 2000-11-13 19:14 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Nicu Popovici, linux-mips

Ralf Baechle wrote:
> 
> On Wed, Nov 08, 2000 at 11:47:39AM -0800, Jun Sun wrote:
> 
> > You can get the cross-compile tool chains from the monta vista ftp
> > site.  These tools are considered stable and recommeded - at least
> > before Ralf shows his latest toys. :-0
> 
> > 2. egcs 1.0.3a
> 
> Sorry to ruin your weekend but I've alredy put egcs-1.1.2 on oss two days
> before your posting :-)
> 
>   Ralf

My weekend was just fine - without reading this bothersome email. :-)

I thought egcs-1.1.2 had some problems with binutil 2.8.1 and glibc
2.0.6.  Was the problem solved?  


Jun

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

* Re: Cross_compiler!
  2000-11-13 19:14     ` Cross_compiler! Jun Sun
@ 2000-11-14 16:16       ` Ralf Baechle
  0 siblings, 0 replies; 7+ messages in thread
From: Ralf Baechle @ 2000-11-14 16:16 UTC (permalink / raw)
  To: Jun Sun; +Cc: Nicu Popovici, linux-mips

On Mon, Nov 13, 2000 at 11:14:54AM -0800, Jun Sun wrote:

> My weekend was just fine - without reading this bothersome email. :-)
> 
> I thought egcs-1.1.2 had some problems with binutil 2.8.1 and glibc
> 2.0.6.  Was the problem solved?  

Kindof.  I just dumped the multilib support.  I don't know of anybody who
was actually using it, so away with it ...

  Ralf

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

end of thread, other threads:[~2000-11-14 18:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-08 23:13 Cross_compiler! Nicu Popovici
2000-11-08 19:47 ` Cross_compiler! Jun Sun
2000-11-08 20:05   ` Issues with R8000 nick
2000-11-08 20:05     ` nick
2000-11-12 20:10   ` Cross_compiler! Ralf Baechle
2000-11-13 19:14     ` Cross_compiler! Jun Sun
2000-11-14 16:16       ` Cross_compiler! Ralf Baechle

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