惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
V
Vulnerabilities – Threatpost
Security Latest
Security Latest
AI
AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
H
Help Net Security
Attack and Defense Labs
Attack and Defense Labs
The GitHub Blog
The GitHub Blog
L
LINUX DO - 最新话题
A
Arctic Wolf
博客园_首页
S
Securelist
S
Secure Thoughts
Google DeepMind News
Google DeepMind News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Tailwind CSS Blog
Apple Machine Learning Research
Apple Machine Learning Research
酷 壳 – CoolShell
酷 壳 – CoolShell
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
Cyberwarzone
Cyberwarzone
小众软件
小众软件
T
Threatpost
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Blog — PlanetScale
Blog — PlanetScale
N
News and Events Feed by Topic
NISL@THU
NISL@THU
Forbes - Security
Forbes - Security
博客园 - 聂微东
F
Fortinet All Blogs
Simon Willison's Weblog
Simon Willison's Weblog
H
Heimdal Security Blog
罗磊的独立博客
S
Security @ Cisco Blogs
B
Blog
T
Troy Hunt's Blog
Engineering at Meta
Engineering at Meta
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
The Hacker News
The Hacker News
The Last Watchdog
The Last Watchdog
Hacker News - Newest:
Hacker News - Newest: "LLM"
I
Intezer
T
Threat Research - Cisco Blogs
C
Cybersecurity and Infrastructure Security Agency CISA
The Cloudflare Blog
S
Schneier on Security
月光博客
月光博客
L
LINUX DO - 热门话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org

博客园 - 流逝的轻风

3D点云到2D点云投影图像具体方法 单目相机 MATLAB 参数标定详解 nmcli修改ip地址 nginx 交叉编译报错问题解决(转) 图片转视频并推流源码,已通过测试 Hadoop的安装,图文并茂的安装过程 线程占用等待释放解决方案 ffmpeg重新编码示例 编译ffmpeg以支持rtmp, librtmp not found问题 瑞芯微rk3399实现硬编硬解编译rkmpp到ffmpeg Openc4.8QT中编译异常处理 yolov8模型转onnx MIPS编译opencv-自用 docker启动ubuntu,并映射端口 OPENSSL1.1交叉编译编译异常处理 mips交叉编译ffmpeg 关于/proc/id/status中内容的描述 Linux GPIO控制方法 A7-NXP-6G2C修改分驱大小
mips交叉编译相关库文件,主要做以后参考
流逝的轻风 · 2024-01-30 · via 博客园 - 流逝的轻风

1.mips交叉编译paho-mqtt3as

cmake -DCMAKE_INSTALL_PREFIX=${pwd}/install -DPAHO_WITH_SSL=TRUE -DPAHO_BUILD_SAMPLES=TRUE 
-DCMAKE_C_COMPILER=/opt/mips-linux-gnueabihf/bin/mips-linux-gnu-gcc
-DPAHO_BUILD_DOCUMENTATION=TRUE
-DOPENSSL_LIB_SEARCH_PATH=/usr/mips/lib
-DOPENSSL_SSL_LIBRARY=/usr/mips/lib/libssl.so
-DOPENSSL_CRYPTO_LIBRARY=/usr/mips/lib/libcrypto.so
-DOPENSSL_INCLUDE_DIR=/usr/mips/include/
-DCMAKE_CXX_COMPILER=/opt/mips-linux-gnueabihf/bin/mips-linux-gnu-g++ ./

2.mips交叉编译zlib

CC=/opt/mips-linux-gnueabihf/bin/mips-linux-gnu-gcc ./configure --prefix=/root/projects/zlib-1.2.11/install

3.mips交叉编译sqlite3

wget https://www.sqlite.org/2024/sqlite-autoconf-3450000.tar.gz
./configure CC=/opt/mips-linux-gnueabihf/bin/mips-linux-gnu-gcc --host=mipsel-linux --prefix=/root/projects/sqlite/install

posted @ 2024-01-30 09:44  流逝的轻风  阅读(107)  评论()    收藏  举报