您尚未登录。

楼主 #1 2019-09-11 19:20:55

awfans
会员
注册时间: 2018-04-03
已发帖子: 264
积分: 264

分享一个 V3s/H3 可用的 buildroot-2019.08 配置文件.

配置文件下载: buildroot_201908_hf_20190911A_config.tgz

wget https://buildroot.org/downloads/buildroot-2019.08.tar.gz
mkdir /opt/buildroot-2019.08-hf -p
tar xvf buildroot-2019.08.tar.gz -C /opt/buildroot-2019.08-hf
cd /opt/buildroot-2019.08-hf
wget https://whycan.cn/files/members/713/buildroot_201908_hf_20190911A_config.tgz
tar xvf buildroot_201908_hf_20190911A_config.tgz -C /opt/buildroot-2019.08-hf

make menuconfig ###退出/保存
make   ###编译

离线

楼主 #2 2019-09-11 19:25:21

awfans
会员
注册时间: 2018-04-03
已发帖子: 264
积分: 264

Re: 分享一个 V3s/H3 可用的 buildroot-2019.08 配置文件.

参考 https://whycan.cn/t_2294.html

编译一个 qt analogclock demo:

cd /opt/buildroot-2019.08-hf/output/build/qt5base-5.12.4/examples/widgets/widgets/analogclock 

/opt/buildroot-2019.08-hf/output/host/bin/qmake analogclock.pro

make

###复制到文件系统###
cp analogclock /opt/buildroot-2019.08-hf/output/target/usr/bin/

离线

#3 2019-10-19 11:41:40

xiongxinjian
会员
注册时间: 2019-01-13
已发帖子: 43
积分: 13

Re: 分享一个 V3s/H3 可用的 buildroot-2019.08 配置文件.

大家好。我用本贴生成的的镜像运行QT模拟时钟DEMO没有问题。但运行自己的测试程序会出如下错误:

# /mnt/udisk/Dialog   -platform linuxfb
Segmentation fault

这个测试程非常简单,就是用一个QLable显示“hello world",在电脑端运行是没有问题。代码如下
#include "dialog.h"
#include <QGridLayout>
const static double PI=3.1416;
Dialog::Dialog(QWidget *parent)
    : QDialog(parent)
{
    QLabel *label1=new QLabel(this);
    label1->setText(tr("hello world"));
}

Dialog::~Dialog()
{
   
}

void Dialog::showArea()
{

}
我把操作QLable 两行屏蔽掉,则不会出现Segmentation fault
//QLabel *label1=new QLabel(this);
//label1->setText(tr("hello world"));
大家有遇到过这种问题吗?

离线

#4 2020-05-06 12:34:41

njitnjit
会员
所在地: 眼中有码
注册时间: 2020-05-06
已发帖子: 19
积分: 5

Re: 分享一个 V3s/H3 可用的 buildroot-2019.08 配置文件.

下载下来解压报错:

tar zxvf buildroot_201908_hf_20190911A_config.tgz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

知道原因了,
下载的文件是空文件,因为我的账号才注册。。。

最近编辑记录 njitnjit (2020-05-06 12:37:47)

离线

#5 2020-05-07 15:15:15

yyb390931229
会员
注册时间: 2020-04-27
已发帖子: 7
积分: 7

Re: 分享一个 V3s/H3 可用的 buildroot-2019.08 配置文件.

我也是刚注册没法下载,一直回复被当成灌水也没积分!!TVT

njitnjit 说:

下载下来解压报错:

tar zxvf buildroot_201908_hf_20190911A_config.tgz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

知道原因了,
下载的文件是空文件,因为我的账号才注册。。。

离线

#6 2020-05-24 09:04:46

rongwinzip
会员
注册时间: 2020-03-14
已发帖子: 49
积分: 2.5

Re: 分享一个 V3s/H3 可用的 buildroot-2019.08 配置文件.

晚点x3 a33试试这个

离线

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn