From: Roman Z. <zi...@fh...> - 2000-11-27 18:34:01
|
Hi, On Mon, 27 Nov 2000, Glenn Hisdal wrote: > /usr/lib/mol/modules/mol.o: unresolved symbol find_path_device That's only defined if you have CONFIG_ALL_PPC selected, where I have no idea whether that works... It might be needed to recompile the module for apus and lets hope MOL can handle that there is no Open Firmware. > /usr/lib/mol/modules/mol.o: unresolved symbol get_module_symbol That function is gone with test11 and MOL needs to updated for that. > I'd like to test with a 2.2 kernel too, but haven't downloaded the sources > yet. > What is the correct command to checkout the mol branch ? If you already have the 2.2 sources, then 'cvs update -r mol-branch' is enough (and the fastest way), you can get back to the original with 'cvs update -A'. If you need to check it out, append '-r mol-branch' to the checkout command. bye, Roman |