Disk on Chip driver

From: Gerard MARCADE (gmarcade@matra-ms2i.fr)
Date: Wed May 31 2000 - 16:47:01 CEST


I installed muLinux-9r1b and the 6 addons in a 256MB partition.
It works well.

I download linux-2.0.36.tar.gz from
http://www.mirror.ac.uk/sites/ftp.kernel.org/pub/linux/kernel/v2.0/.
I installed this package as following
cd /usr/src/linux
gzip -dc linux-2.0.36.tar.gz | tar xvf -

I download driver.tgz file from M-Systems site
http://www.m-sys.com/product.asp?PID=2&FILE=doc2k&FAM=doc
I installed this package as following
cd /
gzip -dc /tmp/driver.tgz | tar xvf -
cd /usr/src/linux
patch -p0 < /tmp/doc-driver/doc-patch-2.0.35

Then I tried to compile as following
make xconfig (I checked "M-Systems DiskOnChip" option in "Floppy, IDE, and other
block devices")
make dep

I got the error message

gcc -I/usr/src/linux/include -o conmakehash conmakehash.c
In file included from /usr/include/endian.h:34,
                 from /usr/include/ctype.h:43,
                 from conmakehash.c:21:
/usr/include/bytesex.h:8: parse error
make[2]: *** [conmakehash] Error 1
make[2]: Leaving directory `/usr/src/linux/drivers/char'
make[1]: *** [fastdep] Error 2
make[1]: Leaving directory `/usr/src/linux/drivers'
make: *** [dep-files] Error 2

I did apply patch-2.0.36 (as Emmanuel suggestion)
cd /usr/src
patch -p0 < /tmp/patch-2.0.36

I got the same error message than above.

---------------------------------------------------------------------
To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk
For additional commands, e-mail: mulinux-help@sunsite.auc.dk



This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:14 CET