I'm just testing with Mistral EVM and I'm trying to recompile the target FS and DVSDK and I'm getting a bunch of errors.
To start, I just follow the instructions and head into
dvsdk_3_00_00_29/targetfs
and enter the command "sudo make -f targetfs_make all"
That's when the problems start.
[1] First issue about missing file was solved with the help of this post <http://e2e.ti.com/forums/t/2400.aspx> . (Maybe someone can explain why the SDK isn't one archive, but many nested ones... and why some of them are in .gz and some in .bz2)
[2] After following that hint, I go through the entire OMAP35x_SDK_1.0.2 directory and unpack everything I can find. Then I go re-run it again, but then this other error pops up:
$HOME/OMAP35x_SDK_1.0.2/src/linux/kernel_org/2.6_kernel/scripts/Makefile.modpost:42: include/config/auto.conf: No such file or directory
make[4]: *** No rule to make target `include/config/auto.conf'. Stop.
I can see, based on the echo'd messages that pop up, this appears to be occurring in the build step for dvsdk
I searched through the entire directory, can't find any file like that. Where's it supposed to be? Did I accidentally miss un-archiving one set of files?
Any hints/tips how to get around this error?
I am running this on a CLEAN install of Ubuntu 9.04, but I assume that should not matter.