All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] e2fsprogs available
@ 2000-06-30 19:41 Matt Taggart
  2000-07-09 18:42 ` Brian S. Julin
  0 siblings, 1 reply; 4+ messages in thread
From: Matt Taggart @ 2000-06-30 19:41 UTC (permalink / raw)
  To: parisc-linux

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

A cross-compiled e2fsprogs is now available at,

ftp://puffin.external.hp.com/pub/parisc/binaries/userspace/e2fsprogs-20000630.t
gz

This is the 1.19-WIP-0527a version of e2fsprogs from sourceforge. Attached is 
the build recipe.

I also placed a pseudoroot tarball of Paul Bame's fdisk is at,

ftp://puffin.external.hp.com/pub/parisc/binaries/userspace/fdisk-20000630.tgz

I updated the /dev tarball(in the same directory) to add the scsi device 
families.  I have placed a version of the nfsroot tarball that includes all of 
these updates at,

ftp://puffin.external.hp.com/pub/parisc/binaries/nfsroot/nfsroot-latest.tar.gz

Using the above I was able to natively partition, mke2fs, mount, create files, 
execute files, umount, and fsck using the scsi disk in my 712.

Please give it a try.

Thanks,

-- 
Matt Taggart
taggart@fc.hp.com


[-- Attachment #2: e2fs.recipe --]
[-- Type: text/plain , Size: 500 bytes --]


export CROSSPREFIX=hppa1.1-linux-
export CC=${CROSSPREFIX}gcc
export GCC=${CROSSPREFIX}gcc
export LD=${CROSSPREFIX}gcc
export AS=${CROSSPREFIX}as
export AR=${CROSSPREFIX}ar
export RANLIB=${CROSSPREFIX}ranlib
export STRIP=${CROSSPREFIX}strip
export IMAKECPP=${CROSSPREFIX}cpp
./configure --build=i386-linux \
		--host=hppa1.1-linux \
		--with-cc=hppa1.1-linux-gcc \
		--with-linker=hppa1.1-linux-ld \
		--disable-dynamic-e2fsck

make
make install DESTDIR=/home/taggart/puffin/userspace/e2fsprogs/tmp

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

end of thread, other threads:[~2000-07-10 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-06-30 19:41 [parisc-linux] e2fsprogs available Matt Taggart
2000-07-09 18:42 ` Brian S. Julin
2000-07-09 18:06   ` willy
2000-07-10 13:59   ` David Huggins-Daines

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.