compile warnings and start problems

Lutz Poetschulat dg0lp@darc.de
Sat, 23 Oct 1999 18:46:39 +0200


This is a multi-part message in MIME format.
--------------97BB0E0F0EAD19BA229837AC
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


Hello.

I have fix my download problem now sucessful, have cpia-0.2.3 now.
But some problems too :(
As attach my boot.log and the errors from compile and start.
Can anyone help here please ?
Many thanks !

Lutz Poetschulat
dg0lp@darc.de

--
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: PGP for Personal Privacy 5.0

mQGiBDgK7sQRBADFj1GPkeZ0wOlI5CCSUEZ7fLlIt8JROXx4/JHXXlKiYYpxyKcj
gVdOe0Vj9x8FWT+q0NY4piSv01KxT5GlJRL73VoZDhfIBmIrdK1XWZM91bzaoVuV
/qFHGiEusSGB1fGOZKgUw/dommVHZxJFEu/kXdHysy6BSZnkuYUt1ATIbwCg/z+T
G54e79yvnhpIkqcShGf9twED/0j9qzjDWAVJKtDJds3O47cTJDFfCygv3f7MYj3C
HIRjL9bPRRfyEv4LsYkCRftfzuMNFRd8eSBEDzGx1UJHqxricu3kZloDhFLi7LpG
UU2JEDlENoHqvSACL9otXCPL7tgv/5kFkxicY3a9wXLqPnEQXeBB2yypCGmdy5R9
FvtqBACEZ4++ML6FJWn7jGnxf0fxrXpjpJ0oL2I31q0rDvItK0wW+pJ4k3GaU4Yb
SeAzjbyk6cvWZARzdq7l00UaFShW2voyLZ2hLZDfBvYPUewWti1MHDQtWWdESirQ
JXonV8RaujeYQJ7XHhAdZ+Swdomz8p1NBNBKdljDXcf2rX/m4bQfTHV0eiBQb2V0
c2NodWxhdCA8ZGcwbHBAZ214LmRlPokASwQQEQIACwUCOAruxAQLAwECAAoJEAxu
JSqCB/F+ARwAoIhVsjTzeeGiDikxti4oaQvh1eVtAJoCNYKUhkjVDHTJXK45gIy2
qPMFWbkBDQQ4Cu7LEAQA87N8ElkcR6KEwbAN9WyR65NdpJpzevXIHyaWyPRMltA5
X7Mh949f8M9AxZS+wUgap83VcQjEwKxg488TpsD4wkIi35dEAOKvbBjx9HNpmuuq
Ns08IzzpOrVqObRkL2FQ80Pr2B9XQMjZH7UQWZI2foEpvEFViQru5UKoZb5OV60A
AgID/jzXGXv9HlGQwahwkvpoQoO9co6QsT0wDUmpRa7a2bD9kouR/u/0WPOw1Qig
9kw4otZW89g1JhdLZVszNUH1Bhdz10zZcNOytCWf8ajm74LB5/TXHwMHQdZyV0Y3
S9IMz272UjlfstHBmFmcqD2QeP5N+3ta+IhGbrrLdvvLEN9DiQA/AwUYOAruywxu
JSqCB/F+EQLn+wCeMAQWzvcGX3xizevJuJepXHu5W5cAoKxlC+M4K2clHIMpWBbG
X3zmyvLO
=W0NB
-----END PGP PUBLIC KEY BLOCK-----
--------------97BB0E0F0EAD19BA229837AC
Content-Type: text/plain; charset=us-ascii;
 name="webcam.error"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="webcam.error"


> make

for i in shared module client; do make -C $i ;done
make[1]: Entering directory `/arbeit/cpia-0.2.3/shared'
gcc -c  -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce   procs.c
make[1]: Leaving directory `/arbeit/cpia-0.2.3/shared'
make[1]: Entering directory `/arbeit/cpia-0.2.3/module'
echo '# Program dependencies' >.depend
gcc -MM -D_DEBUG_ -Wall  -O6   -I../include -I/usr/src/linux/include -D__KERNEL__ -DMODULE  *.c >>.depend
gcc -g -c -D_DEBUG_ -Wall  -O6   -I../include -I/usr/src/linux/include -D__KERNEL__ -DMODULE  module.c
gcc -g -c -D_DEBUG_ -Wall  -O6   -I../include -I/usr/src/linux/include -D__KERNEL__ -DMODULE  interface_pp.c
gcc -g -c -D_DEBUG_ -Wall  -O6   -I../include -I/usr/src/linux/include -D__KERNEL__ -DMODULE  interface_pp_low.c
interface_pp_low.c: In function `my_wait_peripheral':
interface_pp_low.c:68: warning: implicit declaration of function `parport_pc_read_status'
interface_pp_low.c: In function `Negotiate2SetupPhase':
interface_pp_low.c:94: warning: implicit declaration of function `parport_pc_read_control'
interface_pp_low.c:119: warning: implicit declaration of function `parport_pc_write_control'
gcc -g -c -D_DEBUG_ -Wall  -O6   -I../include -I/usr/src/linux/include -D__KERNEL__ -DMODULE  buffer.c
ld -r -o ppcuscpia.o module.o interface_pp.o interface_pp_low.o buffer.o ../shared/procs.o
make[1]: Leaving directory `/arbeit/cpia-0.2.3/module'
make[1]: Entering directory `/arbeit/cpia-0.2.3/client'
echo '# Program dependencies' >.depend
gcc -MM -g -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce -I../include  *.c >>.depend
gcc -MM -g -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce -I../include  *.cc >>.depend
g++ -c -g -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce -I../include  main.cc
gcc -c -g -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce -I../include  convert.c
gcc -c -g -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce -I../include  x11.c
gcc -o main main.o convert.o x11.o ../shared/procs.o -L/usr/X11R6/lib -lXaw -lX11
gcc -c -g -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce -I../include  x11_2.c
gcc -o main2 main.o convert.o x11_2.o ../shared/procs.o -L/usr/X11R6/lib -lX11
make[1]: Leaving directory `/arbeit/cpia-0.2.3/client'

> insmod /lib/modules/2.2.10/misc/parport.o
> insmod /lib/modules/2.2.10/misc/parport_pc.o
> lsmod

Module                  Size  Used by
parport_pc              5620   0 
parport                 6884   0  [parport_pc]
6pack                   7244   3  (autoclean)
ax25                   35104   3  (autoclean) [6pack]
dummy0                   684   1  (autoclean)
serial                 19572   1  (autoclean)
vfat                   11196   2  (autoclean)
fat                    25184   2  (autoclean) [vfat]

> insmod module/ppcuscpia.o

ppcuscpia.o: init_module: Device or resource busy


--------------97BB0E0F0EAD19BA229837AC
Content-Type: text/plain; charset=us-ascii;
 name="Boot.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Boot.log"


<4>Starting kswapd v 1.5 
<6>parport0: PC-style at 0x378, irq 7 [SPP,ECP,ECPEPP,ECPPS2]
<4>parport0: read2 timeout.
<6>parport0: Multimedia device, VLSI Vision Ltd DUAL Camera
<6>parport1: PC-style at 0x278 [SPP]
<6>parport1: Printer, Canon BJC-150
<6>Detected PS/2 Mouse Port.

--------------97BB0E0F0EAD19BA229837AC--


-----------------------------------------------------------------------------
To unsubscribe from this mailinglist, send the line "unsubscribe vision-webcam" in the
body of a message to "majordomo@errors.no".