当前位置:网站首页>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
重新执行版本查看命令正常显示。
边栏推荐
- Vs 2019 configuration du moteur de génération de tensorrt
- 将时间戳转为指定格式的时间
- 用docker 连接mysql的过程
- Check log4j problems using stain analysis
- 函数栈帧的创建与销毁
- PHP constructor with parameters - PHP constructor with a parameter
- 【富瀚6630编码存录像,用rtsp服务器及时间戳同步实现vlc观看录像】
- Kubernetes family container housekeeper pod online Q & A?
- The base value is too large (the error is marked as "08") [duplicate] - value too great for base (error token is'08') [duplicate]
- MySql實戰45講【SQL查詢和更新執行流程】
猜你喜欢

Kubernetes family container housekeeper pod online Q & A?

C语言初阶-指针详解-庖丁解牛篇

Spark on yarn resource optimization ideas notes

MySql实战45讲【行锁】

I2C subsystem (II): I3C spec

Distributed transaction

I2C 子系统(二):I3C spec
![45 lectures on MySQL [index]](/img/f6/70be00028908cbd9ed7f2c77687cee.png)
45 lectures on MySQL [index]

Three.js本地环境搭建

The idea setting code is in UTF-8 idea Properties configuration file Chinese garbled
随机推荐
MySQL practice 45 [global lock and table lock]
[leectode 2022.2.15] lucky numbers in the matrix
后管中编辑与预览获取表单的值写法
MySql实战45讲【SQL查询和更新执行流程】
3D drawing example
The idea setting code is in UTF-8 idea Properties configuration file Chinese garbled
Docker install MySQL
Use cve-2021-43893 to delete files on the domain controller
[Chongqing Guangdong education] cultural and natural heritage reference materials of China University of Geosciences (Wuhan)
Agile certification (professional scrum Master) simulation exercises
Yiwen takes you to know ZigBee
敏捷认证(Professional Scrum Master)模拟练习题
二维数组中的元素求其存储地址
The process of connecting MySQL with docker
Last update time of all sqlserver tables
el-tree搜索方法使用
Pytorch配置
[C language] MD5 encryption for account password
Source code analysis | layout file loading process
从C到Capable-----利用指针作为函数参数求字符串是否为回文字符