当前位置:网站首页>Makefile configuration of Hisilicon calling interface
Makefile configuration of Hisilicon calling interface
2022-07-02 23:13:00 【The sky is not as wide as the sea】
Make a note of : Write a simple test code alone , Among them, some interfaces of Hisilicon are called ; Its Makefile as follows :
default:
arm-himix410-linux-gcc -I/home/wbk/640_pro/mpp/include
-L/home/wbk/640_pro/mpp/lib -L/home/wbk/640_pro/mpp/userApp/lib
-lpthread -lm lcd_move.c -o lcd_move
-lmpi -live -lupvqe -ldnvqe -lVoiceEngine -lpthread -lsecurec -ltde
clean:
rm lcd_move *.o -rf
among
-I Specify the header file
-L Specify the library path
-o Executable program name generated after compilation
Link parameters : -lmpi -live -lupvqe -ldnvqe -lVoiceEngine -lpthread -lsecurec Otherwise, some errors will not be found ; If wrong :undefined reference to `xxx'
Add :-tde Need to use tde Tool Caijia ;
The lines :
When calling some open source libraries ;
(1) -I/ Specify the header file
(2) -L/ Appoint .a or .so
(3) Some libraries are likely to need -l library name ; Such as faac library , mp4v2 library ,sdl Library, etc. ..
-lpthread -ldl -lm -lfreetype -lSDL2 -lSDL2_ttf -lfaac -lmp4v2 -lsecurec -D$(ISP_VERSION) -L$(SDL_LIB) -L$(MP4V2_LIB) -L$(FAAC_LIB) -L$(AV_LIB)
边栏推荐
- Distributed monitoring system ZABBIX
- Redis 过期策略+conf 记录
- [favorite poems] OK, song
- Introduction to the latest plan of horizon in April 2022
- Mask R-CNN
- Quantitative analysis of PSNR, SSIM and RMSE
- 深度剖析数据在内存中的存储----C语言篇
- How does Jerry test the wrong touch rate of keys [chapter]
- 详解Promise使用
- Prometheus deployment
猜你喜欢
随机推荐
Go language sqlx library operation SQLite3 database addition, deletion, modification and query
Lc173. Binary search tree iterator
2016. 增量元素之间的最大差值
Freshman learning sharing
Go multithreaded data search
Odoo13 build a hospital HRP environment (detailed steps)
1px pixel compatibility of mobile terminal, 1px border
海思调用接口之Makefile配置
Explain promise usage in detail
AES高级加密协议的动机阐述
移动端 1px 像素兼容性问题,实现1px 边框
成功改变splunk 默认URL root path
编辑卡顿
Temperature measurement and display of 51 single chip microcomputer [simulation]
Splunk audit 的设定
Jinglianwen technology's low price strategy helps AI enterprises reduce model training costs
容器化技术在嵌入式领域的应用
[npuctf2020]ezlogin XPath injection
用matlab调用vs2015来编译vs工程
ServletContext learning diary 1