On Fri, Jul 15, 2005 at 10:47:47AM -0400, sean finney wrote: > hi victor, > > On Wed, Jul 13, 2005 at 07:59:51PM +0200, Victor Seva wrote: > > In file included from include/asm/setup.h:8, > > from include/asm/machdep.h:8, > > from include/asm/irq.h:6, > > from include/asm/hardirq.h:8, > > from include/linux/hardirq.h:6, > > from include/asm-generic/local.h:6, > > from include/asm/local.h:4, > > from include/linux/module.h:21, > > from /build/buildd/pwc-10.0.7/modules/pwc/pwc-if.c:61: > > include/asm-m68k/setup.h:365: error: array type has incomplete element type > > /build/buildd/pwc-10.0.7/modules/pwc/pwc-if.c: In function > > 'pwc_allocate_buffers': > > /build/buildd/pwc-10.0.7/modules/pwc/pwc-if.c:341: warning: format '%d' > > expects type 'int', but > > argument 2 has type 'long unsigned int' > > /build/buildd/pwc-10.0.7/modules/pwc/pwc-if.c: In function 'pwc_video_read': > > /build/buildd/pwc-10.0.7/modules/pwc/pwc-if.c:1225: warning: format '%ld' > > expects type 'long int', > > but argument 4 has type 'size_t' > > make[4]: *** [/build/buildd/pwc-10.0.7/modules/pwc/pwc-if.o] Error 1 > > make[3]: *** [_module_/build/buildd/pwc-10.0.7/modules/pwc] Error 2 > > make[3]: Leaving directory `/usr/src/kernel-build-2.6.11-powerpc' > > make[2]: *** [default] Error 2 > > make[2]: Leaving directory `/build/buildd/pwc-10.0.7/modules/pwc' > > [/paste] > > > > Can you take a look over it? > > hmm... it might be a problem with the updated gcc, or it might be a > problem with the code that older versions just never caught. > unfortunately, i'm not going to have a whole lot of time in the next > week because i'm packing up my stuff in preparation to move out > of the country. so things are a little crazy... i'll be going to > california for a few weeks first, but i have to pack for the > move before i go.
This definitively sounds like a gcc-4.0 thingy, at least for the warnings. Not sure about the asm-m68k stuff though, and i wonder why you are trying to build on 68k, i am not sure their kernels are officially working kernels. Friendly, Sven Luther > > so, i would see if you can get any help from sven for the time being, > and if in a week you're still in the same position, send me another mail > and i'll probably have more free time then. > > > sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

