This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiling 2.6.29 kernel for beagle board

Hello

I tried to compile linux 2.6.29 kernel for beagle board the following error is shown.

  LD      init/built-in.o
  LD      .tmp_vmlinux1
arch/arm/mach-omap2/built-in.o: In function `omap3_beagle_map_io':
/root/dvsdk_3_00_02_44/OMAP35x-PSP-SDK-02.01.03.11/src/kernel/linux-02.01.03.11/arch/arm/mach-omap2/board-omap3beagle.c:450: undefined reference to `omap2_set_sdram_vram'
arch/arm/mach-omap2/built-in.o: In function `usb_musb_init':
/root/dvsdk_3_00_02_44/OMAP35x-PSP-SDK-02.01.03.11/src/kernel/linux-02.01.03.11/arch/arm/mach-omap2/usb-musb.c:168: undefined reference to `get_omap3evm_board_rev'
drivers/built-in.o: In function `twl4030_probe':
/root/dvsdk_3_00_02_44/OMAP35x-PSP-SDK-02.01.03.11/src/kernel/linux-02.01.03.11/drivers/mfd/twl4030-core.c:806: undefined reference to `usb_gpio_settings'
drivers/built-in.o: In function `musb_platform_init':
/root/dvsdk_3_00_02_44/OMAP35x-PSP-SDK-02.01.03.11/src/kernel/linux-02.01.03.11/drivers/usb/musb/omap2430.c:259: undefined reference to `get_omap3evm_board_rev'
make: *** [.tmp_vmlinux1] Error 1

I used linux kernel from OMAP35x-PSP-SDK-02.01.03.11.  Does any patch require for beagle board?