Part Number:PROCESSOR-SDK-AM335X
Tool/software: Linux
Hello,
I am using ti-processor-sdk-linux-am335x-evm-04.01.00.06 SDK and beaglebone black bsp based custom board.
I am using ti-toolchain for compiling Qt/QML code.but in this tool chain QtGstreamer tool chain is not present.
To compile and integrate the QtGstreamer module in tool chain i downloaded source git://anongit.freedesktop.org/gstreamer/qt-gstreamer
and i followed below steps to compile it
1. cd linux-devkit
2. source environment-setup
3. cd qt-gstreamer
4. mkdir build && cd build
5. cmake -DCMAKE_INSTALL_PREFIX=/usr -DQT_VERSION=5 -DQTGSTREAMER_STATIC=ON -DQTGSTREAMER_EXAMPLES=OFF -DQTGSTREAMER_CODEGEN=OFF
but not able to configure it and make file did not create.
I tried another method.
1. i install boost
2. I tried t reconfigure qt-gstreamer but did not get success.
Errors:
/usr/include/python2.7/pyconfig.h:24:54: fatal error: arm-linux-gnueabihf/python2.7/pyconfig.h: No such file or directory
# include <arm-linux-gnueabihf/python2.7/pyconfig.h>
^
compilation terminated.
-- Performing Test USE_OPENGLES - Failed
-- Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR)
CMake Error at cmake/modules/FindQt4or5.cmake:203 (qt5_use_modules):
Unknown CMake command "qt5_use_modules".
Call Stack (most recent call first):
src/QGlib/CMakeLists.txt:53 (qt4or5_use_modules)
-- Configuring incomplete, errors occurred!
See also "/home/rahul/Rahul/PROJECTS/HMain/H-Main-Linux-kernel/Qt_support/qt-gstreamer-1.2.0/1.2.0/qt-gstreamer-1.2.0/build/CMakeFiles/CMakeOutput.log".
See also "/home/rahul/Rahul/PROJECTS/HMain/H-Main-Linux-kernel/Qt_support/qt-gstreamer-1.2.0/1.2.0/qt-gstreamer-1.2.0/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
rm: missing operand
Try 'rm --help' for more information.
rm: missing operand
Try 'rm --help' for more information.
can you please suggest me how can i proceed to install qt-gstreamer in ti-toolchain and rfs.