首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏码农爱学习的专栏

    STM32MP157D-DK1 Qt程序交叉编译与运行测试

    1.1 编译SDK 执行如下执指令编译带有Qt功能的SDK: bitbake st-example-image-qtwayland -c populate_sdk 中途如果报do_fetch失败的错误 STM32MPU-Ecosystem-v5.0.0/Distribution-Package/build-openstlinuxweston-stm32mp1$ bitbake st-example-image-qtwayland /tmp-glibc/deploy/sdk/st-example-image-qtwayland-openstlinux-weston-stm32mp1-x86_64-toolchain-4.2.1-snapshot.sh /tmp-glibc/deploy/sdk/st-example-image-qtwayland-openstlinux-weston-stm32mp1-x86_64-toolchain-4.2.1-snapshot.sh

    58110编辑于 2024-01-03
  • 来自专栏码农爱学习的专栏

    STM32MP157D-DK1 Qt镜像构建

    source layers/meta-st/scripts/envsetup.sh # Build the image and the SDK: $ bitbake st-example-image-qtwayland $ bitbake st-example-image-qtwayland -c populate_sdk 本篇使用第2种方式,即: DISTRO=openstlinux-weston MACHINE =stm32mp1 source layers/meta-st/scripts/envsetup.sh bitbake st-example-image-qtwayland bitbake st-example-image-qtwayland 1.3 bitbake构建系统 执行第二句 bitbake st-example-image-qtwayland 可能会报以下错误: 注:截图中使用的bitbake st-image-weston指令 ,实际应该使用bitbake st-example-image-qtwayland. 1.3.1 URL问题解决 上述的URL问题,在local.conf中增加以下内容,三选一,可自己按理解修改,个人使用跳过检查连接

    91911编辑于 2023-12-26
  • 来自专栏Linux兵工厂

    Qt5.7.1添加支持openssl

    -skip qtmultimedia \ -skip qtsensors \ -skip qttools \ -skip qttranslations \ -skip qtwayland

    2.2K40编辑于 2023-02-28
  • 来自专栏Golang语言社区

    Golang语言情怀--第74期 区块链技术-比特币源码下载及编译环境配置

    qtscxml-跳过qtsensors-跳过qtserialbus-跳过qtserialbusqtserialport-跳过qtspeech-跳过qtsvg-跳过qtvirtualkeyboard-跳过qtwayland

    2.1K20编辑于 2022-05-25
  • 来自专栏码农爱学习的专栏

    嵌入式Linux-Qt环境搭建

    qtscxml \ -skip qtsensors \ -skip qtspeech \ -skip qtsvg \ -skip qttools \ -skip qttranslations \ -skip qtwayland

    5.6K30编辑于 2022-02-11
领券