9916
- 收藏
- 点赞
- 分享
- 举报
Qt5.8 移植到 hisi3516a 平台遇到问题,运行时不显示界面
本帖最后由 cestbon 于 2017-2-9 22:12 编辑
Qt版本 Qt_5.8.0_static
Qt opensource 编译选项:
./configure -prefix /opt/hisi-linux/x86-arm/arm-hisiv300-linux/target/sysroot/local/Qt5.8.0_static
-opensource
-confirm-license
-static
-release
-sql-sqlite
-qt-zlib
-qt-libpng
-qt-libjpeg
-no-pch
-no-avx
-no-openssl
-no-cups
-no-dbus
-platform linux-g++
-xplatform linux-arm-hi3516a-g++
-qt-freetype
-no-opengl
-no-glib
-nomake examples
-nomake tools
配置选项从网上抄的,也不知道对不对:
#
# qmake configuration for building with arm-linux-gnueabi-g++
#
MAKEFILE_GENERATOR = UNIX
CONFIG += incremental
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)
QT_QPA_DEFAULT_PLATFORM = linuxfb
QMAKE_CFLAGS_RELEASE += -O2 -march=armv7-a
QMAKE_CXXFLAGS_RELEASE += -O2 -march=armv7-a
# modifications to g++.conf
QMAKE_CC = arm-hisiv300-linux-gcc
QMAKE_CXX = arm-hisiv300-linux-g++
QMAKE_LINK = arm-hisiv300-linux-g++
QMAKE_LINK_SHLIB = arm-hisiv300-linux-g++
# modifications to linux.conf
QMAKE_AR = arm-hisiv300-linux-ar cqs
QMAKE_OBJCOPY = arm-hisiv300-linux-objcopy
QMAKE_NM = arm-hisiv300-linux-nm -P
QMAKE_STRIP = arm-hisiv300-linux-strip
load(qt_config)
板子内参数设置:
运行时:输出是HDMI 1920X1080 是在sample_hifb运行后再执行Qt程序的。
请教下是不是遗漏了什么或者哪里有错误,万分感谢!!!!
补充内容 (2017-2-13 13:15):
Tips: qml中主窗体需要设置visible:true
Qt版本 Qt_5.8.0_static
Qt opensource 编译选项:
./configure -prefix /opt/hisi-linux/x86-arm/arm-hisiv300-linux/target/sysroot/local/Qt5.8.0_static
-opensource
-confirm-license
-static
-release
-sql-sqlite
-qt-zlib
-qt-libpng
-qt-libjpeg
-no-pch
-no-avx
-no-openssl
-no-cups
-no-dbus
-platform linux-g++
-xplatform linux-arm-hi3516a-g++
-qt-freetype
-no-opengl
-no-glib
-nomake examples
-nomake tools
配置选项从网上抄的,也不知道对不对:
#
# qmake configuration for building with arm-linux-gnueabi-g++
#
MAKEFILE_GENERATOR = UNIX
CONFIG += incremental
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf)
include(../common/gcc-base-unix.conf)
include(../common/g++-unix.conf)
QT_QPA_DEFAULT_PLATFORM = linuxfb
QMAKE_CFLAGS_RELEASE += -O2 -march=armv7-a
QMAKE_CXXFLAGS_RELEASE += -O2 -march=armv7-a
# modifications to g++.conf
QMAKE_CC = arm-hisiv300-linux-gcc
QMAKE_CXX = arm-hisiv300-linux-g++
QMAKE_LINK = arm-hisiv300-linux-g++
QMAKE_LINK_SHLIB = arm-hisiv300-linux-g++
# modifications to linux.conf
QMAKE_AR = arm-hisiv300-linux-ar cqs
QMAKE_OBJCOPY = arm-hisiv300-linux-objcopy
QMAKE_NM = arm-hisiv300-linux-nm -P
QMAKE_STRIP = arm-hisiv300-linux-strip
load(qt_config)
板子内参数设置:
运行时:输出是HDMI 1920X1080 是在sample_hifb运行后再执行Qt程序的。
请教下是不是遗漏了什么或者哪里有错误,万分感谢!!!!
补充内容 (2017-2-13 13:15):
Tips: qml中主窗体需要设置visible:true
我来回答
回答17个
时间排序
认可量排序
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2018-10-24 10:50:53
-
2019-04-25 15:04:32
-
2016-06-28 17:50:23
-
2018-08-09 16:18:27
-
2016-06-29 18:03:58
-
2016-12-22 14:01:11
-
2020-06-29 11:45:28
-
2016-01-10 15:10:51
-
2019-02-25 14:29:33
-
2018-07-12 17:09:44
-
2018-04-16 17:14:08
-
2020-01-03 11:09:17
-
2017-04-12 14:44:07
-
2015-09-10 14:35:10
-
2019-03-07 16:57:07
-
2021-02-04 16:26:35
-
2020-09-29 10:28:32
-
2023-03-20 11:42:26
-
2016-07-13 09:49:11
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
5SS928的emmc有32GB,bootargs设置使用16GB,但是为啥能用的只有rootfs的大小
-
33SS928怎样烧写ubuntu系统
-
10ToolPlatform下载rootfs提示网络失败
-
10谁有GK7205V500的SDK
-
5Hi3516CV610 烧录不进去
-
10Hi3559AV100 芯片硬解码h265编码格式的视频时出现视频播放错误,解码错误信息 s32PackErr:码流有错
-
5海思SS928 / SD3403的sample_venc.c摄像头编码Demo中,采集到的摄像头的YUV数据在哪个相关的函数中?
-
5海鸥派openEuler无法启动网卡,连接WIFI存在问题
-
66有没有ISP相关的巨佬帮忙看看SS928对接IMX347的图像问题
-
50求助hi3559与FPGA通过SLVS-EC接口对接问题
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认