I have a Gumstix Overo (OMAP3530), and I am trying to use the new DVSDK with it. When I do a make linux, i fail at the same part as I did when trying to build the old SDK
MODPOST vmlinux.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/arm/mach-omap2/built-in.o: In function `omap2_clk_set_freq':
usb-ehci.c:(.init.text+0x1664): undefined reference to `omap3_iva_idle'
make[1]: *** [.tmp_vmlinux1] Error 1
I changed in the Makefile from omap3_evm_defconfig to overo_defconfig
If I build it with the omap3_evm_defconfig, everything builds fine.
Does anyone have any ideas??
Thanks,
Tom