From: James S. <jsi...@tr...> - 2001-09-10 16:22:20
|
> gcc -D__KERNEL__ -I/usr/src/linux-2.4.8-ruby/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer > -fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char > -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring > -c -o hid-core.o hid-core.c > hid-core.c: In function `usb_hid_configure': > hid-core.c:1219: parse error before `}' > hid-core.c:1223: warning: implicit declaration of function `snprintf' > make[3]: *** [hid-core.o] Error 1 > ##### > > the snprintf is commented out, so the '}' directly > follow the 'if' (which is invalid). > > Dunno if I must remove the 'if' or uncomment the > snprintf... Ug!! My stupid mistake. Will fix. Try it now. |