当前位置:网站首页>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
重新执行版本查看命令正常显示。
边栏推荐
- PAT乙级常用函数用法总结
- Docker install redis
- Serious security vulnerabilities reported by moxa mxview network management software
- VS code配置虚拟环境
- open file in 'w' mode: IOError: [Errno 2] No such file or directory
- JS finds all the parent nodes or child nodes under a node according to the tree structure
- Distributed transaction
- Three.js本地环境搭建
- Thunderbolt Chrome extension caused the data returned by the server JS parsing page data exception
- docker安装redis
猜你喜欢

I2C 子系统(四):I2C debug

MySql实战45讲【事务隔离】

I2C subsystem (I): I2C spec

Spark on yarn资源优化思路笔记

From C to capable -- use the pointer as a function parameter to find out whether the string is a palindrome character

Kubernetes family container housekeeper pod online Q & A?
![MySQL practice 45 [SQL query and update execution process]](/img/cd/3a635f0c3bb4ac3c8241cb77285cc8.png)
MySQL practice 45 [SQL query and update execution process]

MySql實戰45講【SQL查詢和更新執行流程】

Deep reinforcement learning for intelligent transportation systems: a survey paper reading notes

Anhui University | small target tracking: large-scale data sets and baselines
随机推荐
yii2 中andWhere多个or查询 orm条件
45 lectures on MySQL [index]
vfork执行时出现Segmentation fault
VS 2019配置tensorRT
The idea setting code is in UTF-8 idea Properties configuration file Chinese garbled
I2C subsystem (III): I2C driver
[C语言]给账号密码进行MD5加密
Parameter index out of range (1 > number of parameters, which is 0)
ComponentScan和ComponentScans的区别
VS 2019 配置tensorRT生成engine
C language beginner level - pointer explanation - paoding jieniu chapter
Anhui University | small target tracking: large-scale data sets and baselines
I2C subsystem (I): I2C spec
Spark on yarn resource optimization ideas notes
How to implement append in tensor
Three.js本地环境搭建
docker安装mysql
@Accessors注解作用指定前缀遵守驼峰命名
[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 Real combat 45 [SQL query and Update Execution Process]