(no subject)
Matt Meija <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Organization | tripleblack.net hosting |
| Message-ID | <1090513813.1068.16.camel@localhost> |
Hi, I'm running into some trouble compiling the current cvs code, I'm using a freshly installed debian sarge machine, I was able to compile 0.11 without any problems Upon running make....... mmeija@vaio:~/tmp/at76c503a$ make gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -fno-strict-aliasing -fno-common -Wno-sign-compare -Wno-unused -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.12beta14\" -I/lib/modules/2.4.26-1-k7/build/include -DMODVERSIONS -include /lib/modules/2.4.26-1-k7/build/include/linux/modversions.h -c at76c505a-rfmd2958.c at76c505a-rfmd2958.o:1: warning: NUL character seen; rest of line ignored at76c505a-rfmd2958.o:1: *** missing separator. Stop. I spent a majority of last night reading through the list archive trying to recreate what Alex pulled off with no luck... I have a SMC2662W which by all accounts appears to be the 505a chipset Here are some details mmeija@vaio:~$ gcc -v Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.4 (Debian 1:3.3.4-3) mmeija@vaio:~$ uname -a Linux vaio 2.4.26-1-k7 #1 Sat May 1 21:40:09 EST 2004 i686 GNU/Linux I realize my kernel is a little fresher than the ones you list as working, could this be the problem? Any assistance/suggestions would be greatly appreciated, sorry if this is a dupe of any sort. Thanks, Matt