Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: v,nvm



hi again,

> You also need the Kfir microcode files vt.v, vt.v1, etc.
> 
> They should be in /dos/c/system/windows/system/KfirMicroCode
> or a similar directory, depending on your setup.
ok.

#make
rm -f altera_keb_plx_5e.rbf MPEG1_6.HLD kfir_micro.h
echo -n -e "\x52\x4b\xeb\x74\x00\x00\x0f\x3c\xfc\x00" > MPEG1_6.HLD
dd bs=1 if=KfirLib.dll skip=1449200 count=59862 >> MPEG1_6.HLD
59862+0 records in
59862+0 records out
./cmicro vt.v     vtv    >  kfir_micro.h 
make: [kfir_micro.h] Error 4 (ignored)
./cmicro vt.v_8   vtv8   >> kfir_micro.h 
make: [kfir_micro.h] Error 4 (ignored)
./cmicro vt.v1    vtv1   >> kfir_micro.h 
make: [kfir_micro.h] Error 4 (ignored)
./cmicro vt.v1_8  vtv18  >> kfir_micro.h 
make: [kfir_micro.h] Error 4 (ignored)
./cmicro vt.v2    vtv2   >> kfir_micro.h 
make: [kfir_micro.h] Error 4 (ignored)
./cmicro vt.v2_8  vtv28  >> kfir_micro.h 
make: [kfir_micro.h] Error 4 (ignored)

are these errors ok?

#ls -la
total 3132
drwxr-xr-x    2 1000     users        4096 Dec  7 13:28 .
drwxr-xr-x    3 1000     users        4096 Dec  7 10:17 ..
-rw-r--r--    1 root     root      1826875 Dec  7 10:15 KfirLib.dll
-rw-r--r--    1 root     root        59902 Dec  7 13:28 MPEG1_6.HLD
-rw-r--r--    1 root     root          658 Dec  7 13:28 Makefile
-rwxr-xr-x    1 root     root        13168 Dec  7 10:16 cmicro
-rw-r--r--    1 1000     users        2962 Nov 20 16:52 cmicro.c
-rw-------    1 root     root       258048 Dec  7 13:27 core
-rw-r--r--    1 root     root       514777 Dec  7 13:28 kfir_micro.h
-rw-r--r--    1 root     root        74449 Dec  7 13:27 vt.v
-rw-r--r--    1 root     root        74617 Dec  7 13:27 vt.v1
-rw-r--r--    1 root     root        74583 Dec  7 13:27 vt.v1_8
-rw-r--r--    1 root     root        74428 Dec  7 13:27 vt.v2
-rw-r--r--    1 root     root        74551 Dec  7 13:27 vt.v2_8
-rw-r--r--    1 root     root        74534 Dec  7 13:27 vt.v_8

(cd driver; make)
make[1]: Entering directory `/root/kfir/driver'
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[2]: Entering directory `/usr/src/linux-2.2.17'
make -C  /root/kfir/driver CFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-stri
ct-aliasing -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-
functions=2 -DCPU=686 -DMODULE" MAKING_MODULES=1 modules
make[3]: Entering directory `/root/kfir/driver'
cc -D__KERNEL__ -I/usr/src/linux-2.2.17/include -Wall -Wstrict-prototypes -O2 -fomit-frame-poin
ter -fno-strict-aliasing -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jum
ps=2 -malign-functions=2 -DCPU=686 -DMODULE   -c -o kfir.o kfir.c
kfir.c:230: warning: `ADSP_SendSystemCommand' defined but not used
kfir.c:628: warning: `ADSP_GetAudioFrameSize' defined but not used
kfir.c:645: warning: `ADSP_GetBitRate' defined but not used
kfir.c:654: warning: `ADSP_GetFreqSample' defined but not used
kfir.c:1893: warning: `Kfir_CheckDRAM' defined but not used
cc -D__KERNEL__ -I/usr/src/linux-2.2.17/include -Wall -Wstrict-prototypes -O2 -fomit-frame-poin
ter -fno-strict-aliasing -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jum
ps=2 -malign-functions=2 -DCPU=686 -DMODULE   -c -o saa711x.o saa711x.c
echo Lost
Lost
cd $TOPDIR/modules; for i in i2c-core.o i2c-algo-bit.o videodev.o kfir.o saa711x.o; do \
    ln -sf ../Lost/$i $i; done
make[3]: Leaving directory `/root/kfir/driver'
make[2]: Leaving directory `/usr/src/linux-2.2.17'

make[1]: Leaving directory `/root/kfir/driver'

# make insmod
make
make[1]: Entering directory `/root/kfir/driver'
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[2]: Entering directory `/usr/src/linux-2.2.17'
make -C  /root/kfir/driver CFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-stri
ct-aliasing -D__SMP__ -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-
functions=2 -DCPU=686 -DMODULE" MAKING_MODULES=1 modules
make[3]: Entering directory `/root/kfir/driver'
echo Lost
Lost
cd $TOPDIR/modules; for i in i2c-core.o i2c-algo-bit.o videodev.o kfir.o saa711x.o; do \
    ln -sf ../Lost/$i $i; done

and my box went down :(

did I do something wrong?

Thx for your help so far!



Home | Main Index | Thread Index