抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

环境 esp-open-sdk工具 ubuntu20.04 wsl 安装依赖包1$ sudo apt install help2man bison flex zip unzip texinfo gperf libncurses-dev python python-dev automake libtool libtool-bin -y 如果出现 则需要修改crosstool-NG中的c...

参考资料环境 交叉工具链,gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux coreutils库 编译x86版本 错误也没所谓,主要是为了拿到一个辅助工具 12345git clone https://github.com/coreutils/coreutils coreutils_x64./bootstrap./configure#把生成...

参考资料 mosquitto 2.0.7 环境 交叉工具链,qt creator自带Android交叉编译器 qt creator 安装了Android组件 编译Android版本修改文件CMakeLists.txt可参考文章arm移植mosquitto 2.0.7 增加文件因为Android编译的时候会报函数缺失,所以需要补充apierror: error: undefined ref...

环境 cjson库 mingw gcc 现象 解决方法 修改CMakeList.txt 找到APPEND custom_compiler_flags这一行 去掉-std=c89与-Werror 原因只有window出现这个C标准不兼容导致的段错误问题

查看Windows上有哪个程序组织关闭屏幕1powercfg -requests

参考资料 mosquitto 2.0.7 环境 交叉工具链,gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux 安装目录,/home/fulong/rootfs/usr/local/ 默认已经编译完openssl库 默认已经编译完cjson库 编译arm版本12345678910111213#解压tar xvf mosquitto-2.0.7...

参考资料 mysql 5.7.32 mysql交叉编译方式 环境 交叉工具链,gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux 安装目录,/home/fulong/rootfs/usr/local/ 下载包含boost包的代码 Compressed TAR Archive, Includes Boost Headers 默认已经编译完open...

参考资料 Python 3.9 zlib openssl libffi 环境 交叉工具链,gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux 安装目录,/home/fulong/rootfs/usr/local/ 编译依赖 编译zlib 1234567# 配置# 因为我用的交叉编译器是arm-linux-gnueabihf# 其中$(TOO...

现象自建gitlab服务使用npm gitlab发布工具conventional-gitlab-releaser时出现project not found 重现步骤12DEBUG=conventional-gitlab-releaser CONVENTIONAL_GITLAB_RELEASER_TOKEN=${token} conventional-gitlab-relea...

背景最近有个新需求,需要在很老的板(S3C2440)上运行,无奈有些程序只要有有函数指针就会报错Illegal instruction错误 用到的工具 CLION 2020.2 gdbserver gdb 开发板 测试代码1234567891011#include <stdio.h>void fun(void){ printf("hello world...