当前位置:网站首页>Hi3536c v100r001c02spc040 cross compiler installation
Hi3536c v100r001c02spc040 cross compiler installation
2022-07-03 03:16:00 【Dorthyn】
Purpose
Compile and learn open source projects PUPANVR, And then learn how to lvgl Nested into your own project . Blog address : here . The project chip uses hisilic HI3536C,sdk Use V100R001C02SPC040, The compiler uses arm-hisiv600-linux,CSDN You can download relevant materials on , here .
problem
- After installing the cross compiler , verification :
$ arm-hisiv600-linux-gcc -v
Report errors : There is no file or directory .
That is to say, the location of the compiler cannot be found .
- About
make app
This is not make Transfer folder ( Pathname ) Parameters , It is :
Read other people's makefile It's really hard -_-||
solve
arm-hisiv600-linux-gcc Compilation prompt :No such file or directory
The actual is :64 position ubuntu Are not compatible 32bit Tool problems .
The solution is as follows :
apt-get update
sudo apt install lib32z1-dev
apt-get install lib32z1 lib32ncurses5
apt-get install lib32stdc++6
#apt-get install lib32bz2-1.0
apt-get install gcc-multilib g+±multilib
Re execute the version view command, and the command displays normally .
边栏推荐
- Use of check boxes: select all, deselect all, and select some
- el-tree搜索方法使用
- Unity3d RPG implementation (medium)
- [mathematical logic] normal form (conjunctive normal form | disjunctive normal form | major item | minor item | maximal item | minor item | principal conjunctive normal form | principal disjunctive no
- Chart. JS multitooltip tag - chart js multiTooltip labels
- Section 26 detailed explanation and demonstration of IPSec virtual private network configuration experiment - simulation experiment based on packettracer8.0
- labelimg生成的xml文件转换为voc格式
- How to limit the size of the dictionary- How to limit the size of a dictionary?
- [error record] the parameter 'can't have a value of' null 'because of its type, but the im
- Update and return document in mongodb - update and return document in mongodb
猜你喜欢

MySql实战45讲【行锁】

Application of derivative in daily question

Agile certification (professional scrum Master) simulation exercise-2

Thunderbolt Chrome extension caused the data returned by the server JS parsing page data exception

Pytoch configuration

Creation and destruction of function stack frame

Segmentation fault occurs during VFORK execution

VS 2019安装及配置opencv

I2C subsystem (II): I3C spec

Do you really understand relays?
随机推荐
Elsevier latex 提交文章 pdftex.def Error: File `thumbnails/cas-email.jpeg‘ not found: using draf
MySQL practice 45 lecture [transaction isolation]
I2C subsystem (II): I3C spec
idea 加载不了应用市场解决办法(亲测)
Pat class B "1104 forever" DFS optimization idea
C programming learning notes [edited by Mr. Tan Haoqiang] (Chapter III sequence programming) 03 operators and expressions
3D drawing example
[mathematical logic] predicate logic (individual word | individual domain | predicate | full name quantifier | existence quantifier | predicate formula | exercise)
Section 26 detailed explanation and demonstration of IPSec virtual private network configuration experiment - simulation experiment based on packettracer8.0
基于Qt的yolov5工程
[shutter] monitor the transparency gradient of the scrolling action control component (remove the blank of the top status bar | frame layout component | transparency component | monitor the scrolling
敏捷认证(Professional Scrum Master)模拟练习题-2
I2C 子系統(四):I2C debug
BigVision代码
【AI实战】应用xgboost.XGBRegressor搭建空气质量预测模型(一)
Summary of matrix knowledge points in Chapter 2 of Linear Algebra (Jeff's self perception)
Left connection, inner connection
Last update time of all sqlserver tables
[error record] the parameter 'can't have a value of' null 'because of its type, but the im
umi 路由拦截(简单粗暴)