houge101
发表于 2018-6-30 12:08:27
配置QT之前执行一下$ sudo apt-get install gcc-arm-linux-gnueabihfdevice-tree-compiler lzop libncurses5-devlibssl1.0.0命令就行了
houge101
发表于 2018-6-30 12:11:10
gwj 发表于 2018-1-30 16:53
请问第三步骤中,我的板子中没有这个arm-linux-guneabihf-gcc这个文件,这个和板子Ubuntu系统有关系?还是 ...
执行一下$ sudo apt-get install gcc-arm-linux-gnueabihfdevice-tree-compiler lzop libncurses5-devlibssl1.0.0命令就行了
ζ轻舞飞扬ζ
发表于 2018-8-31 14:38:10
请问楼主用Qt写程序卡吗,我这边卡爆了,还不如RK3288流畅
yuyuyusd
发表于 2018-9-17 18:15:00
楼主,我这边为什么打开qtcreator特别卡,转到头文件都有延迟
ghostking
发表于 2018-10-29 12:45:40
这个qt的版本是多少???
2422754416
发表于 2018-11-7 14:34:55
Cannot find EGLConfig, returning null config
Unable to find an X11 visual which matches EGL config 0
Could not initialize OpenGL for RasterGLSurface, reverting to RasterSurface.
我用firefly的rk3399 ubuntu,安装QT后编译运行程序是出现上面问题,有大神解决了吗?
2422754416
发表于 2018-11-7 15:31:02
houge101 发表于 2018-6-30 12:08
配置QT之前执行一下$ sudo apt-get install gcc-arm-linux-gnueabihfdevice-tree-compiler lzop libncurs ...
你这种做法是32位的,64位的RK3399不必要这样做,坑我吖
2422754416
发表于 2018-11-8 11:21:47
ubuntu arm64 18.04 得 source.list:
deb http://ports.ubuntu.com/ bionic main restricted universe multiverse
#deb-src http://ports.ubuntu.com/ bionic main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-security main restricted universe multiverse
#deb-src http://ports.ubuntu.com/ bionic-security main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-updates main restricted universe multiverse
#deb-src http://ports.ubuntu.com/ bionic-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ bionic-backports main restricted universe multiverse
#deb-src http://ports.ubuntu.com/ bionic-backports main restricted universe multiverse
黄鑫
发表于 2019-1-22 08:56:05
这个Qt可以运行,但是是最简安装,很多库都没装进去啊
hemengyue
发表于 2019-9-5 15:09:38
18217556330 发表于 2017-11-6 18:37
libGL error: unable to load driver: rockchip_dri.so
libGL error: driver pointer missing
libGL er ...
这个问题你解决了吗