当前位置:网站首页>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 .
边栏推荐
- [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
- Docker install MySQL
- MySql实战45讲【索引】
- idea 加载不了应用市场解决办法(亲测)
- 45 lectures on MySQL [index]
- 复选框的使用:全选,全不选,选一部分
- Gavin teacher's perception of transformer live class - rasa project's actual banking financial BOT Intelligent Business Dialogue robot architecture, process and phenomenon decryption through rasa inte
- docker安装redis
- 使用InputFilter限制EditText时踩坑及解决方案
- Solve high and send system Currenttimemillis Caton
猜你喜欢
随机推荐
[C language] MD5 encryption for account password
I2C subsystem (III): I2C driver
I2C 子系统(四):I2C debug
C#通用接口调用
Change cell color in Excel using C - cell color changing in Excel using C
MySql实战45讲【全局锁和表锁】
Don't use the new Dede collection without the updated Dede plug-in
I2C 子系統(四):I2C debug
Spark on yarn resource optimization ideas notes
二维数组中的元素求其存储地址
QT based tensorrt accelerated yolov5
Distributed transaction
@Accessors注解作用指定前缀遵守驼峰命名
Force freeing memory in PHP
Hi3536C V100R001C02SPC040 交叉编译器安装
基于QT的tensorRT加速的yolov5
Chart. JS multitooltip tag - chart js multiTooltip labels
Pat class B "1104 forever" DFS optimization idea
Gavin teacher's perception of transformer live class - rasa project's actual banking financial BOT Intelligent Business Dialogue robot architecture, process and phenomenon decryption through rasa inte
idea 加载不了应用市场解决办法(亲测)









