On Mon, Jul 04, 2005 at 09:27:23AM -0700, wrote:
> Andrew,
> Since I am using an embedded system, I would not be able to compile/build
> the
> module directly, thus I would need to build the module on to a linux machine
> then transfer/install the module to the embedded system. Did you have to go
> through a similiar process? The problem I am now encountering is when I try
> to
> build/create the module on my linux machine using the pwc-10.0.7a.tar.bz2.tar
> and I received the following error message:
I used this 10.0.4 patch
http://www.saillard.org/linux/pwc/patches/linux-2.4.27_pwc-10.0.4.patch.bz2
because subsequent pwc versions seem to need a 2.6 kernel
The commands I seem to have used are:
cd /usr/src/linux-2.4.26-vrs1-cirrus-1-2-1-ts8a
wget http://www.saillard.org/linux/pwc/patches/linux-2.4.27_pwc-10.0.4.patch.bz2
bunzip2 -c linux-2.4.27_pwc-10.0.4.patch.bz2 |patch -p1
make dep;make clean;make;make modules
Andrew
_______________________________________________
pwc mailing list
http://lists.saillard.org/mailman/listinfo/pwc
|