问题: cd . && /bin/bash /home/disk//libzrtp/src/config/missing automake-1.14 --gnu /home/disk/libzrtp/src/config/missing: line 81: automake-1.14: command not found WARNING: ‘automake-1.14’ is missing on your system. You should only nee…
GPIO口的操作,是很常见的功能。传统的GPIO sysfs接口已被弃用。自Linux 4.8起,内核提供了全新的操作gpio的方式libgpiod(C library and tools for interacting with the linux GPIO character device),当然也更高效&am…
在一台arm的桌面系统主机上,通过连网更新源下载了对应的qt交叉编译工具链
arm ubuntu20.04换清华源 sudo vim /etc/apt/source.list deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ focal main restricted deb http://mirrors.tuna.tsinghua.edu.cn/ubunt…
笔者来聊聊ARM的函数的调用规则 1、ARM函数调用规则介绍
首先介绍几个术语,
AAPCS:Procedure Call Standard for the ARM ArchitectureAPCS:ARM Procedure Call StandardTPCS:Thumb Procedure Call StandardATPCS:AR…
上面是live555官网给出的编译信息http://www.live555.com/liveMedia/#config-unix
./genMakefiles linux //后面的Linux是看你的系统来的,如果是64位linux就对应的选择,是armlinux就选择armlinux (注意交叉编译时要修改对应config中适合的编译器…
1、camera_engine_rkisp is in the dependency chain of app_demo that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop. 解决方案: 注释:rv1126/buildroot/package/rockchip/app_demo/Con…
本文是一个类似手册的文章,用来记录可能遇到的错误。你可以通过侧栏选择遇到的错误来查看详细信息。
No install step for ‘ELF2UF2Build’
遇到这种错误有两种原因:
安装了版本不对或者不完整的arm-none-eabi-gcc;没有使用正确的 C/C 的…
1. 交叉编译工具链,编译出错 使用官网上指定gcc-linaro编译工具,却出现如下错误:
aarch64-linux-gnu/libc/usr/include/stdio.h:47:1: error: __BEGIN_NAMESPACE_STD does not name a type; did you mean __BEGIN_DECLS?__BEGIN_NAMESPACE_…
下载ndk13
http://developer.android.com/sdk/ndk/index.html
解压
cd /home/ubuntu/ndk/
tar -xzvf android-ndk-r13b.tgz安装交叉编译环境
运行在arm64 cpu 安装两个,安装两个目的只是为了灵活性 第一个在目录/home/ubuntu/ndk-android-tool-chain
ubuntuu…