标题: rk3288 Ubuntu下编译Mali内核OpenGL支持问题 [打印本页] 作者: littleboy 时间: 2015-10-20 19:38 标题: rk3288 Ubuntu下编译Mali内核OpenGL支持问题 大家好,我想在firefly rk3288 Ubuntu下使用OpenGL,鉴于官方没有现成固件,所以参考了论坛里http://bbs.t-firefly.com/forum.p ... p;extra=&page=1这个帖子,但做的时候有几个错误,想请大家帮忙看下
1、Compile Mali OpenGL ES SDK demos
在这个过程中,
export TOOLCHAIN_ROOT=/opt/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf-
cmake -DTARGET=arm .. 报错,下面是错误信息
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: /opt/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf-gcc
-- Check for working C compiler: /opt/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf-gcc -- broken
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler
"/opt/gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux/bin/arm-linux-gnueabihf-gcc"
is not able to compile a simple test program.
我这一步错了之后感觉对整个OpenGL环境搭建没有影响,只是不运行demo了,然后又找到该帖子第二页ganggangstyle-e分享的编译好的demo,继续进行下一步。
2、Set 32bit framebuffer
这个按照教程做了之后,重启,显示器显示不正常,界面不能布满屏幕,而且显示模糊,看不清字,不知道是不是除了教程里设置的还要设置什么东西?