This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

build media-ctl

Other Parts Discussed in Thread: DM3730

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