当前位置:网站首页>Hi3536C V100R001C02SPC040 交叉编译器安装
Hi3536C V100R001C02SPC040 交叉编译器安装
2022-07-03 03:09:00 【Dorthyn】
目的
编译学习开源项目PUPANVR,进而学习如何将lvgl嵌套进自己的项目。博客地址:这里。该项目芯片使用海思的HI3536C,sdk使用V100R001C02SPC040,编译器使用arm-hisiv600-linux,CSDN上可以下载到相关资料,这里。
问题
- 安装完交叉编译器后,验证:
$ arm-hisiv600-linux-gcc -v
报错:没有那个文件或目录。
也就是说找不到编译器的位置。
- 关于
make app
这里其实并不是make传文件夹(路径名)参数,而是:
读别人的makefile还真是费劲-_-||
解决
arm-hisiv600-linux-gcc编译出现提示:No such file or directory
实际就是:64位ubuntu不兼容32bit工具问题。
解决办法如下:
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
重新执行版本查看命令正常显示。
边栏推荐
- 基于QT的tensorRT加速的yolov5
- labelme标记的文件转换为yolov5格式
- Model transformation onnx2engine
- 力扣------网格中的最小路径代价
- Reset or clear NET MemoryStream - Reset or Clear . NET MemoryStream
- Segmentation fault occurs during VFORK execution
- Update and return document in mongodb - update and return document in mongodb
- How to select the minimum and maximum values of columns in the data table- How to select min and max values of a column in a datatable?
- Add some hard dishes to the interview: how to improve throughput and timeliness in delayed task scenarios!
- Privatization lightweight continuous integration deployment scheme -- 01 environment configuration (Part 2)
猜你喜欢

The idea setting code is in UTF-8 idea Properties configuration file Chinese garbled

Agile certification (professional scrum Master) simulation exercise-2

VS 2019 配置tensorRT生成engine

Sous - système I2C (IV): débogage I2C

Opengauss database development and debugging tool guide

Idea set method call ignore case
![[error record] the parameter 'can't have a value of' null 'because of its type, but the im](/img/1c/46d951e2d0193999f35f14d18a2de0.jpg)
[error record] the parameter 'can't have a value of' null 'because of its type, but the im

Installation and use of memory leak tool VLD

函数栈帧的创建与销毁

Super easy to use logzero
随机推荐
Kubernetes family container housekeeper pod online Q & A?
Basic information of Promethus (I)
Force deduction ----- the minimum path cost in the grid
[principles of multithreading and high concurrency: 1_cpu multi-level cache model]
TCP handshake three times and wave four times. Why does TCP need handshake three times and wave four times? TCP connection establishes a failure processing mechanism
L'index des paramètres d'erreur est sorti de la plage pour les requêtes floues (1 > Nombre de paramètres, qui est 0)
Deep reinforcement learning for intelligent transportation systems: a survey paper reading notes
Force freeing memory in PHP
模型转换onnx2engine
Add automatic model generation function to hade
Sqlserver row to column pivot
MySql实战45讲【索引】
模糊查询时报错Parameter index out of range (1 > number of parameters, which is 0)
[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
MySql实战45讲【全局锁和表锁】
Concrete CMS vulnerability
MySql实战45讲【事务隔离】
From C to capable -- use the pointer as a function parameter to find out whether the string is a palindrome character
敏捷认证(Professional Scrum Master)模拟练习题-2
PAT乙级常用函数用法总结