Hi, On Sun, Mar 21, Bill Parker wrote:
I am trying to compile the Linux 3Com network adapter driver, 3c59x.c, version 0.99H without success. The distribution is SuSE 5.2 with standard kernel 2.0.33. The compiler is gcc version 2.7.2.1.
Driver 3c59x.c, version 0.49J, 2/7/98--the driver native to this distribution-- compiles without difficulty. Version 0.99H, 11/17/98, of the driver always fails to compile.
This is the compile command I am using. Verbose mode is on. Can anyone interpret these messages and give me a clue where the problem may be?
gcc -DMODULE -D__KERNEL__ -v -o6 -c 3c59x.c ^^ I assume you want O6
3c59x.c:879: stray '\' in program
Let me guess: You downloaded it with netscape and it did add additional carriage returns to the source file. Download it with wget or ftp.
Bill Parker, <bparker@dc.net> -o) Hubert Mantel Goodbye, dots... /\\ _\_v
-- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archive at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>