13 Star 38 Fork 0

itas109 / CommLite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cmake_build_arm.sh 226 Bytes
一键复制 编辑 原始数据 按行查看 历史
itas109 提交于 2020-12-20 23:43 . update cross compile script
#! /bin/bash
mkdir bin_arm32
cd bin_arm32
# ubuntu 20.04
# sudo apt-get install g++-arm-linux-gnueabi
cmake -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain_arm.cmake -G "Unix Makefiles" -DCOMMLITE_EXE_STATIC=ON ..
cmake --build .
C++
1
https://gitee.com/itas109/CommLite.git
git@gitee.com:itas109/CommLite.git
itas109
CommLite
CommLite
master

搜索帮助