当前位置:网站首页>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 .
边栏推荐
- Chart. JS multitooltip tag - chart js multiTooltip labels
- docker安装redis
- Nasvit: neural architecture search of efficient visual converter with gradient conflict perception hypernetwork training
- [combinatorics] number of solutions of indefinite equations (number of combinations of multiple sets R | number of non negative integer solutions of indefinite equations | number of integer solutions
- 解决高并发下System.currentTimeMillis卡顿
- MySql实战45讲【索引】
- New programmers use the isXXX form to define Boolean types in the morning, and are discouraged in the afternoon?
- PAT乙级常用函数用法总结
- I2C subsystem (IV): I2C debug
- Parameter index out of range (1 > number of parameters, which is 0)
猜你喜欢

Don't use the new Dede collection without the updated Dede plug-in

Pytoch configuration

Agile certification (professional scrum Master) simulation exercise-2

docker安装mysql

Vs 2019 configuration tensorrt

umi 路由拦截(简单粗暴)

Use of El tree search method

The calculation of stripe, kernel and padding in CNN

Vs 2019 configure tensorrt to generate engine

Pat class B "1104 forever" DFS optimization idea
随机推荐
New programmers use the isXXX form to define Boolean types in the morning, and are discouraged in the afternoon?
敏捷认证(Professional Scrum Master)模拟练习题
模糊查询时报错Parameter index out of range (1 > number of parameters, which is 0)
[mathematical logic] predicate logic (individual word | individual domain | predicate | full name quantifier | existence quantifier | predicate formula | exercise)
Learning notes of C programming [compiled by Mr. Tan Haoqiang] (Chapter III sequence programming) 04 C sentence
为什么线程崩溃不会导致 JVM 崩溃
The series of hyperbolic function in daily problem
Pat class B common function Usage Summary
C# WebRequest POST模式 ,基于“Basic Auth”口令认证模式,使用multipart/form-data方式上传文件及提交其他数据
labelimg生成的xml文件转换为voc格式
Yiwen takes you to know ZigBee
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 加载不了应用市场解决办法(亲测)
45 lectures on MySQL [index]
C # general interface call
Don't use the new Dede collection without the updated Dede plug-in
The idea setting code is in UTF-8 idea Properties configuration file Chinese garbled
Variable declarations following if statements
MySql实战45讲【索引】
力扣------网格中的最小路径代价