LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   error while compiling linux kernel 2.6.26.3 (https://www.linuxquestions.org/questions/linux-newbie-8/error-while-compiling-linux-kernel-2-6-26-3-a-673246/)

zahidul 09-30-2008 03:58 AM

error while compiling linux kernel 2.6.26.3
 
hi all,

i m cross-compiling linux kernel 2.6.26.3 for my ARM PXA processor.while running the make command i got the following error messages:

drivers/net/b44.c: In function `b44_sync_dma_desc_for_device':
drivers/net/b44.c:151: error: implicit declaration of function `dma_sync_single_range_for_device'
drivers/net/b44.c: In function `b44_sync_dma_desc_for_cpu':
drivers/net/b44.c:161: error: implicit declaration of function `dma_sync_single_range_for_cpu'
make[2]: *** [drivers/net/b44.o] Error 1
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2

can anyone help me to rectify for errors

jmbrink26 10-01-2008 02:14 AM

Did you change any kernel module declarations in the ncurses menu before you compiled the new kernel version?

It sounds like there are missing kernel module dependencies necessary to compile and run the kernel.


All times are GMT -5. The time now is 05:13 AM.