I have problem during cross compiling media-ctl for DM3730 based board.
i have followed
1) export CC=/opt/codesourcery/arm-2009q1/bin/arm-none-linux-gnueabi-gcc
2) export CPP=/opt/codesourcery/arm-2009q1/bin/arm-none-linux-gnueabi-cpp
3) autoreconf --install
//=====================
4) sudo make headers_install ARCH=arm INSTALL_HDR_PATH=/usr/arm
//======================
5) ./configure --with-kernel-headers=/usr/arm --build=arm --host=i486 --prefix=/home/user/media-ctl
but get error:
checking linux/media.h usability... no
checking linux/media.h presence... no
checking for linux/media.h... no
ERROR: Kernel header file not found or not usable!
(there is no any media.h file in generated header files)
Can anybody please tell me whats wrong here?
Nilesh Mane