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.