当前位置:网站首页>Cmake cross compilation
Cmake cross compilation
2022-07-02 11:48:00 【wangzai6378】
The original CMakeLists.txt The contents of the remain unchanged . Add a new file , Such as toolChain.cmake
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_C_COMPILER /opt/tools/cgtools/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-gcc)
set(CMAKE_CXX_COMPILER /opt/tools/cgtools/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-g++)
set(CMAKE_CROSSCOMPILING TRUE)
set(CMAKE_SYSTEM_PROCESSOR arm)
set(CMAKE_FIND_ROOT_PATH /opt/tools/cgtools/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/lib64
/opt/cross/3rdparty/include
/opt/cross/3rdparty/lib/aarch64)
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) # Executable programs are not just set ROOT_PATH lookup
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) # Only in settings ROOT_PATH Find library under
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) # Only in settings ROOT_PATH Find the header file
Running cmake When it's time to specify TOOLCHAIN_FILE, Such as :cmake -DCMAKE_TOOLCHAIN_FILE=./toolChain.cmake ..
then make that will do
边栏推荐
- 行业的分析
- 数字化转型挂帅复产复工,线上线下全融合重建商业逻辑
- deepTools对ChIP-seq数据可视化
- SSRF
- 从ros1到ros2配置的一些东西
- Is it safe to open a stock account online? I'm a novice, please guide me
- MySQL comparison operator in problem solving
- R HISTOGRAM EXAMPLE QUICK REFERENCE
- Tiktok overseas tiktok: finalizing the final data security agreement with Biden government
- Map set assignment to database
猜你喜欢
GGPUBR: HOW TO ADD ADJUSTED P-VALUES TO A MULTI-PANEL GGPLOT
vant tabs组件选中第一个下划线位置异常
抖音海外版TikTok:正与拜登政府敲定最终数据安全协议
八大排序汇总
基于Hardhat和Openzeppelin开发可升级合约(一)
2022年4月17日五心红娘团队收获双份喜报
HOW TO EASILY CREATE BARPLOTS WITH ERROR BARS IN R
The position of the first underline selected by the vant tabs component is abnormal
[cloud native] 2.5 kubernetes core practice (Part 2)
map集合赋值到数据库
随机推荐
解决uniapp列表快速滑动页面数据空白问题
Homer预测motif
6方面带你认识LED软膜屏 LED软膜屏尺寸|价格|安装|应用
Thesis translation: 2022_ PACDNN: A phase-aware composite deep neural network for speech enhancement
BEAUTIFUL GGPLOT VENN DIAGRAM WITH R
Esp32 audio frame esp-adf add key peripheral process code tracking
接口调试工具概论
[multithreading] the main thread waits for the sub thread to finish executing, and records the way to execute and obtain the execution result (with annotated code and no pit)
HOW TO ADD P-VALUES TO GGPLOT FACETS
How to Create a Nice Box and Whisker Plot in R
Is the Ren domain name valuable? Is it worth investing? What is the application scope of Ren domain name?
Fabric.js 3个api设置画布宽高
ros缺少xacro的包
Always report errors when connecting to MySQL database
预言机链上链下调研
Digital transformation takes the lead to resume production and work, and online and offline full integration rebuilds business logic
由粒子加速器产生的反中子形成的白洞
What week is a date obtained by QT
Redis超出最大内存错误OOM command not allowed when used memory > 'maxmemory'
Order by注入