当前位置:网站首页>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)
边栏推荐
- RecyclerView结合ViewBinding的使用
- QT qsplitter splitter
- 静态文件显示问题
- 容器化技术在嵌入式领域的应用
- Mask R-CNN
- Warning: implicitly declaring library function 'printf' with type 'int (const char *,...)‘
- Xshell configuration xforward forwarding Firefox browser
- Tronapi-波场接口-源码无加密-可二开--附接口文档-基于ThinkPHP5封装-作者详细指导-2022年7月1日08:43:06
- [adjustment] postgraduate enrollment of Northeast Petroleum University in 2022 (including adjustment)
- Application of containerization technology in embedded field
猜你喜欢
P1007 single log bridge
泛型与反射,看这篇就够了
BBR 遭遇 CUBIC
创新实力再获认可!腾讯安全MSS获2022年度云原生安全守护先锋
[favorite poems] OK, song
海思3559万能平台搭建:在截获的YUV图像上旋转操作
Jinglianwen technology's low price strategy helps AI enterprises reduce model training costs
Pandora IOT development board learning (HAL Library) - Experiment 4 serial port communication experiment (learning notes)
[adjustment] postgraduate enrollment of Northeast Petroleum University in 2022 (including adjustment)
Learning records of data analysis (II) -- simple use of response surface method and design expert
随机推荐
LeetCode 968. Monitor binary tree
20220524_ Database process_ Statement retention
深度剖析数据在内存中的存储----C语言篇
ADC of stm32
Innovation strength is recognized again! Tencent security MSS was the pioneer of cloud native security guard in 2022
Application of containerization technology in embedded field
LC173. 二叉搜索树迭代器
20220524_数据库过程_语句留档
Redis expiration policy +conf record
Numerical solution of partial differential equations with MATLAB
Freshman learning sharing
Detailed explanation and application of merging and sorting
Cryptographic technology -- key and ssl/tls
创新实力再获认可!腾讯安全MSS获2022年度云原生安全守护先锋
Splunk audit 的设定
密码技术---分组密码的模式
Brief introduction of emotional dialogue recognition and generation
Use of recyclerview with viewbinding
Splunk audit setting
Eight bit responder [51 single chip microcomputer]