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

环境 rtl8821cu驱动 linux热点设置 ubuntu20.04 安装依赖包1$ sudo apt install -y libgtk-3-dev build-essential gcc g++ pkg-config make hostapd git cmake libqrencode-dev 安装驱动12345678910$ git clone https://github.c...

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

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

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

1.软件包 gdb 9.2 内核 Linux 3.x 交叉工具链 2.操作命令1234567891011121314#安装依赖包$ sudo apt install texinfo#解压gdb代码包$ tar zxvf gdb-9.2.tar.gz#进入目录$ cd gdb-9.2/#创建编译文件$ mkdir bin$ mkdir build# 配置$ cd build$ `pwd`/....