hi! just wanted to drop u a note about this: i use lolo-sources 2.4.20_pre2-r1 every time i reconfigure sth with menuconfig then do 'make dep clean bzImage modules...' i get a compile error in drivers/pci .. (no rule to make target /usr/src/../drivers/pci/devlist.h needed by names.o) i have to start the whole process again (i think it's a make dep problem) then it works) greetings, LordVan P.S.: feel free to /msg or mail me if u need more details
Hello Have the same thing+ with lolo-2.4.20-rc1-pre3 seems like the second time through the pci.ids gets set and it makes it thru. However for me with rc3 I have a further problem it stops at rmap.I ran make bzImage 2> error2.txt.It's attached inhopes it might be useful. By the way I am using a r1-pre2 kernel with the AEC62xx turned on and boot offboard set to sucessfully boot a SIIG UDMA 133 on this machine. The attached hdd is a Maxtor 20G UDMA 100 drive. the mobo is VIA VP3. The card show up as AEC6280R but is listed in /proc/pci as a scsi storage controllor Artop Electronics ATP865 rev(2) Thx DJ Cozatt
Created attachment 5763 [details] output of make bzImage 2> error2.txt
I believe both of these have been posted to the LKML and Alan or others are fixing them... hopefully Alan will do an -rc2-ac1 soon which will have them taken care of.
In the meantime you could try this and see if it fixes it. edit /usr/src/linux/drivers/pci/Makedfile line number 38 and add a missing # in front of include at least that fixes make devlist.h from that directory and correctly genearates the file. Not sure yet if it solves anything else. DJ Cozatt
This is kinda the kernel people's fault, and kinda mine regardless the latest lolo-sources should be fine