Re: [cbm4linux-users] cbm4linux on Suse 8.2 & GCC 3.3
Brought to you by:
cbm4linux
From: Andreas <co...@c6...> - 2003-04-13 19:25:29
|
Sonntag, 13. April 2003 12:24 wrote Michael Klein: > > - This will fix the printf help output to get compiled without problems > > on my 2.4.20 kernel and gcc-3.3. > > Thanks, will fix that! > > Are multi-line literals an error in gcc 3.3? (2.95 Doesn't complain at > all here, while 3.0 prints a deprecation warning) > > Happy hacking, > Michael Yes. I am a complete moron on C/C++, but it heavily errored with stuff like: stray "\" on main.c in line XXX ... So it seems it doesnt support the Bash like line-breaking anymore. I had similar problems getting the driver loaded, but the posted modules.conf fixes that. (Why doesnt: modprobe parport ; insmod cbm lp=0 work, while: modprobe lp ; rmmod lp ; insmod cbm lp=0 works fine ? lp module loads parport stuff the same way that the plain parport module is loaded. Hmmm ... had quite some ambigous dmesg outputs aswell.) l8r -- Count Zero/CyberpunX/SCS*TRC http://rr.c64.org - Retro Replay home |