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.

am437x双摄像头dual-camera-demo



我从这里git://git.ti.com/sitara-linux/dual-camera-demo.git下载了dual-camera-demo这个例程,但是我自己编译时出错了(我自己编译器为arm-linux-gnueabihf- 4.7.3),编译过程如下:

export QT_PREFIX=/opt/qt4.8.5

export PATH=${PQT_PREFIX}/bin:$PATH

export QMAKESPEC=${QT_PREFIX}/mkspecs/qws/linux-arm-g++

qmake -project

qmake

make

当执行最后一步make时,报如下错误

omap_drm.h这个文件怎么解决呢?