|
From: Glenn H. <gh...@c2...> - 2001-05-09 10:20:22
|
Michel Dänzer wrote: > > Glenn Hisdal wrote: > > > > GürerÖzen wrote: > > > > > > I grabbed latest version today from cvs with following commands: > > > > > > export CVSROOT=":pserver:ano...@cv...:/cvsroot/linux-apus" > > > cvs -z3 co 2.4 > > > > > > Then configured it with "make menuconfig", and compiled it with "make dep" > > > and "make". > > > > > > First problem is in the mem.c. At the end of this file, there is a call to > > > lp_m68k_init(), but "grep -r lp_m68k_init *" shows that this function > > > isn't defined anywhere!? I commented it for now to avoid linking problem. > > > > disable CONFIG_M68K_PRINTER (or something like that) in .config, and try > > again. > > > > Shouldn't the m68k printer option be removed from apus ? > > I build it as a module for our binaries, why should I remove it? Oh, sorry then... iirc. it don't work if you try to compile it directly into the kernel. The function lp_m68k_init is in the file lp_m68k.c in the 2.2 tree, but doesn't exist in 2.4. It's been a while since I tried it, so maybe something has changed. I know this option had to be enabled in 2.2 to make printing work, but iirc. it doesn't work in 2.4. - glenn |