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

环境 clion esp32-idf windows-terminal(win11自带的) 步骤 1.安装esp-idf,一直下一步即可 2.安装完成后,terminal会出现esp-idf环境选项,运行install.ps1 3.在此终端运行clion ide即可,会继承所有的环境变量 可能错误 运行install.ps1时可能会出现WARNING: Retrying (Retry(t...

环境 clion stlink st改过的stm32的openocd版本 配置过程 第一步 第二步 第三步 第四步 第五步 gdb命令如下 123(gdb) load bin/Debug/arm-none-eabi/arm/test(gdb) file bin/Debug/arm-none-eabi/arm/test(gdb) j Reset_Handler stm32mp...

测试例子(仅仅为了说明问题,不能直接复制使用)测试例子1:在非赋值函数使用函数指针12345678910111213141516#include "slcd_device.h"#include "libprintf.h"uint8_t (*FunctionControltest)(int cmd, void *argv);extern uint8_t ...

环境 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...

参考资料 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...

1.依赖软件包 dropbear zlib openssl openssh 2.设置编译zlib12345678# 配置$ ./configure# 修改makefile文件,因为我用的交叉编译器是arm-linux-gnueabihf,# 所以把里面的所有相关工具变成arm-linux-gnueabihf-gcc,arm-linux-gnueabihf-ar等# 把prefix变成想要安...