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.

linux-2.6.37-psp04.02.00.07.sdk rebuild errors

I am utilizing PSP Linux source provided with DVSDK 4.03 to rebuild kernel. Codesourcery tool-chain has been used.

I am encountering following errors in the build process (make uImage) 

drivers/staging/tidspbridge/core/tiomap3430.c: In function 'bridge_brd_start':
drivers/staging/tidspbridge/core/tiomap3430.c:556: error: too few arguments to function 'omap_mbox_get'
drivers/staging/tidspbridge/core/tiomap3430.c:566: error: 'struct omap_mbox_queue' has no member named 'callback'
drivers/staging/tidspbridge/core/tiomap3430.c: In function 'bridge_brd_stop':
drivers/staging/tidspbridge/core/tiomap3430.c:688: error: too few arguments to function 'omap_mbox_put'
make[3]: *** [drivers/staging/tidspbridge/core/tiomap3430.o] Error 1
make[2]: *** [drivers/staging/tidspbridge] Error 2
make[1]: *** [drivers/staging] Error 2
make: *** [drivers] Error 2

Are there any patches that need to be applied prior to the build process? The kernel is being compiled for Technexion TDM 3730 SOM with Blizzard board.

  • I have same board. I got this error when I used defconfig file from xukr-0120322-omap3  Linux 2.6.37 sources (from Technexion site). 

    sudo make tdm3730_blizzard_defconfig ARCH=arm CROSS_COMPILE=$myPATH/arm-none-linux-gnueabi-

    Try to use another defconfig (possible defconfigs you can find at arch/$ARCH/configs/ in psp directory.