当前位置:网站首页>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 .
边栏推荐
- Distributed transaction
- I2C 子系统(四):I2C debug
- 45 lectures on MySQL [index]
- 基于QT的tensorRT加速的yolov5
- The idea setting code is in UTF-8 idea Properties configuration file Chinese garbled
- 解决高并发下System.currentTimeMillis卡顿
- VS 2019配置tensorRT
- Basic information of Promethus (I)
- Vs 2019 configuration tensorrt
- 别再用 System.currentTimeMillis() 统计耗时了,太 Low,StopWatch 好用到爆!
猜你喜欢
随机推荐
Don't use the new Dede collection without the updated Dede plug-in
Notifydatasetchanged not applicable to recyclerview - notifydatasetchanged not working on recyclerview
docker安装redis
node 开启服务器
Left connection, inner connection
Do you really understand relays?
Application of derivative in daily question
Pytorch配置
Limit of one question per day
Vs Code configure virtual environment
The difference between componentscan and componentscans
umi 路由拦截(简单粗暴)
Force freeing memory in PHP
程序员新人上午使用 isXxx 形式定义布尔类型,下午就被劝退?
【PyG】理解MessagePassing过程,GCN demo详解
Edit and preview in the back pipe to get the value writing method of the form
力扣------网格中的最小路径代价
I2C 子系统(三):I2C Driver
【AI实战】应用xgboost.XGBRegressor搭建空气质量预测模型(一)
模型转换onnx2engine