Hello All, I'm using a 6467 EVM and following the instructions to build the kernel and modules. Everything appears to succeed but I don't see any .ko object files. This is also a problem when I get around to building the cmemk module.
Am I missing something? I'm using DVSDK 1.40.00.31. I followed the instructions from section 4.5 of spruf88b.pdf. Thanks for any clues.
csmith@localhost->~/workdir/lsp/ti-davinci/linux-2.6.10_mvl401_LSP_01_30_00_082 [65] make ARCH=arm CROSS_COMPILE=arm_v5t_le- modules
CHK include/linux/version.h
SPLIT include/linux/autoconf.h -> include/config/*
SYMLINK include/asm-arm/arch -> include/asm-arm/arch-davinci
make[1]: `arch/arm/kernel/asm-offsets.s' is up to date.
make[1]: `include/asm-arm/mach-types.h' is up to date.
Building modules, stage 2.
MODPOST
csmith@localhost->~/workdir/lsp/ti-davinci/linux-2.6.10_mvl401_LSP_01_30_00_082 [66]
csmith@localhost->~/workdir/lsp/ti-davinci/linux-2.6.10_mvl401_LSP_01_30_00_082 [66]
csmith@localhost->~/workdir/lsp/ti-davinci/linux-2.6.10_mvl401_LSP_01_30_00_082 [66] find . -name "*.ko"
<<< where are the .ko files?!?!?! >>>
csmith@localhost->~/workdir/lsp/ti-davinci/linux-2.6.10_mvl401_LSP_01_30_00_082 [67]