Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Which usrland packages should be built for swapon, hostname,and grep?
@ 2001-11-09 20:16 Steven Liu
  2001-11-09 20:16 ` Steven Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Steven Liu @ 2001-11-09 20:16 UTC (permalink / raw)
  To: linux-mips

Hi All:

I am porting linux to mips r3000 now and need to build the following
files for the target board:
    /sbin/swapon,
   /bin/hostname,
   /bin/mount,
   /bin/grep.
Which usrland packages should I use for the above files?

Any help should be greatly appreciated.

Thank you.

Steven Liu

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

* Which usrland packages should be built for swapon, hostname,and grep?
  2001-11-09 20:16 Which usrland packages should be built for swapon, hostname,and grep? Steven Liu
@ 2001-11-09 20:16 ` Steven Liu
  2001-11-09 20:30 ` Geoffrey Espin
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Steven Liu @ 2001-11-09 20:16 UTC (permalink / raw)
  To: linux-mips

Hi All:

I am porting linux to mips r3000 now and need to build the following
files for the target board:
    /sbin/swapon,
   /bin/hostname,
   /bin/mount,
   /bin/grep.
Which usrland packages should I use for the above files?

Any help should be greatly appreciated.

Thank you.

Steven Liu

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

* Re: Which usrland packages should be built for swapon, hostname,and grep?
  2001-11-09 20:16 Which usrland packages should be built for swapon, hostname,and grep? Steven Liu
  2001-11-09 20:16 ` Steven Liu
@ 2001-11-09 20:30 ` Geoffrey Espin
  2001-11-09 20:41 ` Justin Carlson
  2001-11-09 21:13 ` Florian Lohoff
  3 siblings, 0 replies; 6+ messages in thread
From: Geoffrey Espin @ 2001-11-09 20:30 UTC (permalink / raw)
  To: Steven Liu; +Cc: linux-mips


> I am porting linux to mips r3000 now and need to build the following
> files for the target board:
>     /sbin/swapon,
>    /bin/hostname,
>    /bin/mount,
>    /bin/grep.
> Which usrland packages should I use for the above files?

Go straight to http://busybox.lineo.com/ then search & join the mailing list.

Geoff
-- 
Geoffrey Espin
espin@idiom.com

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

* Re: Which usrland packages should be built for swapon, hostname,and grep?
  2001-11-09 20:16 Which usrland packages should be built for swapon, hostname,and grep? Steven Liu
  2001-11-09 20:16 ` Steven Liu
  2001-11-09 20:30 ` Geoffrey Espin
@ 2001-11-09 20:41 ` Justin Carlson
  2001-11-09 21:13 ` Florian Lohoff
  3 siblings, 0 replies; 6+ messages in thread
From: Justin Carlson @ 2001-11-09 20:41 UTC (permalink / raw)
  To: Steven Liu; +Cc: linux-mips

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

On Fri, 2001-11-09 at 15:16, Steven Liu wrote:
> Hi All:
> 
> I am porting linux to mips r3000 now and need to build the following
> files for the target board:

>    /bin/hostname,

In net-tools, here:

http://www.tazenda.demon.co.uk/phil/net-tools/

>    /bin/mount,
>     /sbin/swapon,

These are in util-linux, which can be found here:

ftp://ftp.win.tue.nl/pub/linux-local/utils/util-linux

>    /bin/grep.

This is a GNU utility, which can be found at any of the mirrors.  A good
one for the U.S. west coast is here:

ftp://gatekeeper.research.compaq.com/pub/GNU/grep

> Which usrland packages should I use for the above files?
> 

In general, rpm -qf <program> on an rpm-based distro will often give you
a good idea as to what are the names of the source packages you want.
There's probably something similar for debian, but my debian-fu is weak.

-Justin


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: Which usrland packages should be built for swapon, hostname,and grep?
  2001-11-09 20:16 Which usrland packages should be built for swapon, hostname,and grep? Steven Liu
                   ` (2 preceding siblings ...)
  2001-11-09 20:41 ` Justin Carlson
@ 2001-11-09 21:13 ` Florian Lohoff
  2001-11-12 12:00   ` Maciej W. Rozycki
  3 siblings, 1 reply; 6+ messages in thread
From: Florian Lohoff @ 2001-11-09 21:13 UTC (permalink / raw)
  To: Steven Liu; +Cc: linux-mips

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

On Fri, Nov 09, 2001 at 12:16:11PM -0800, Steven Liu wrote:
> Hi All:
> 
> I am porting linux to mips r3000 now and need to build the following
> files for the target board:
>     /sbin/swapon,
>    /bin/hostname,
>    /bin/mount,
>    /bin/grep.
> Which usrland packages should I use for the above files?
> 

A whole userland has been built with debian - You can get it on
the next debian mirror beeing found on www.debian.org.

One problem though might be that you need to fix "sysmips(MIPS_ATOMIC_SET)"
in the kernel to actually run the binarys (glibc 2.2).

Flo
-- 
Florian Lohoff                  flo@rfc822.org             +49-5201-669912
Nine nineth on september the 9th              Welcome to the new billenium

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: Which usrland packages should be built for swapon, hostname,and grep?
  2001-11-09 21:13 ` Florian Lohoff
@ 2001-11-12 12:00   ` Maciej W. Rozycki
  0 siblings, 0 replies; 6+ messages in thread
From: Maciej W. Rozycki @ 2001-11-12 12:00 UTC (permalink / raw)
  To: Florian Lohoff; +Cc: Steven Liu, linux-mips

On Fri, 9 Nov 2001, Florian Lohoff wrote:

> One problem though might be that you need to fix "sysmips(MIPS_ATOMIC_SET)"
> in the kernel to actually run the binarys (glibc 2.2).

 It seems to be fixed to the point of working.

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +

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

end of thread, other threads:[~2001-11-12 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-09 20:16 Which usrland packages should be built for swapon, hostname,and grep? Steven Liu
2001-11-09 20:16 ` Steven Liu
2001-11-09 20:30 ` Geoffrey Espin
2001-11-09 20:41 ` Justin Carlson
2001-11-09 21:13 ` Florian Lohoff
2001-11-12 12:00   ` Maciej W. Rozycki

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