博客
分类
标签
归档
友链
关于
博客
分类
标签
归档
友链
关于
伊物博客
开物成务 厚积薄发
Windows11 环境中使用clion进行esp32-idf编程的一种方法
环境 clion esp32-idf windows-terminal(win11自带的) 步骤 1.安装esp-idf,一直下一步即可 2.安装完成后,terminal会出现esp-idf环境选项,运行install.ps1 3.在此终端运行clion ide即可,会继承所有的环境变量 可能错误 运行install.ps1时可能会出现WARNING: Retrying (Retry(t...
2023-01-09
windows
windows
阅读全文
Windows 环境中配置 clion openocd调试stm32mp1xx
环境 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...
2022-12-22
windows
windows
阅读全文
c51的函数指针使用
测试例子(仅仅为了说明问题,不能直接复制使用)测试例子1:在非赋值函数使用函数指针12345678910111213141516#include "slcd_device.h"#include "libprintf.h"uint8_t (*FunctionControltest)(int cmd, void *argv);extern uint8_t ...
2022-06-13
develop
develop
阅读全文
esp-open-sdk的编译
环境 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...
2021-04-25
linux
linux
阅读全文
arm移植coreutils
参考资料环境 交叉工具链,gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux coreutils库 编译x86版本 错误也没所谓,主要是为了拿到一个辅助工具 12345git clone https://github.com/coreutils/coreutils coreutils_x64./bootstrap./configure#把生成...
2021-04-07
linux
linux
阅读全文
使用qtcreator移植mosquitto 2.0.7到安卓上
参考资料 mosquitto 2.0.7 环境 交叉工具链,qt creator自带Android交叉编译器 qt creator 安装了Android组件 编译Android版本修改文件CMakeLists.txt可参考文章arm移植mosquitto 2.0.7 增加文件因为Android编译的时候会报函数缺失,所以需要补充apierror: error: undefined ref...
2021-03-26
linux
linux
阅读全文
arm移植mosquitto 2.0.7
参考资料 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...
2021-02-25
linux
linux
阅读全文
arm移植mysql5.7.32
参考资料 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...
2021-02-25
linux
linux
阅读全文
arm移植Python3.9
参考资料 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...
2021-01-26
linux
linux
阅读全文
让dropbear支持sftp-server
1.依赖软件包 dropbear zlib openssl openssh 2.设置编译zlib12345678# 配置$ ./configure# 修改makefile文件,因为我用的交叉编译器是arm-linux-gnueabihf,# 所以把里面的所有相关工具变成arm-linux-gnueabihf-gcc,arm-linux-gnueabihf-ar等# 把prefix变成想要安...
2020-06-06
linux
linux
阅读全文
1 / 2
下一页