On Thu, Sep 29, 2005 at 01:21:43PM +0100, oski wrote: > After config I run make and got an error. > The last few lines are > LD init/built-in.o > LD .tmp_vmlinux1 > drivers/built-in.o: in function 'pnp_check_dma': > : undefined reference to :'request_dma' > drivers/built-in.o: in function 'pnp_check_dma': > : relocation truncated to fit: R_MIPS_26 against 'request_dma' > drivers/built-in.o: In function 'pnp_check_dma': > : undefined reference to 'free_dma' > drivers/built-in.o: In function 'pnp_check_dma': > : relocation truncated to fit: R_MIPS_26 against 'free_dma' > make: *** [.tmp_vmlinux1] Error 1 > > Any suggestions how can I solve this error problem and progressing in > building the kernel? Disable CONFIG_PNP; I don't think that option makes sense on a Z50 but Yoichi may want to correct me here. Ralf