ubuntu20.04 编译瑞芯微rv1126问题集锦

1、camera_engine_rkisp is in the dependency chain of app_demo that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop.

解决方案:

注释:rv1126/buildroot/package/rockchip/app_demo/Config.in中的

#config BR2_PACKAGE_APP_DEMO_RMSL

bool "Rockchip Module Structured Light demo"

select BR2_PACKAGE_CAMERA_ENGINE

select BR2_PACKAGE_MPP

select BR2_PACKAGE_LINUX_RGA

2、2024-03-21T02:52:45 configure: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)

解决方案:

vim /etc/profile

在文件末尾添加 export FORCE_UNSAFE_CONFIGURE=1 保存

source /etc/profile

3、you need to install 'unbuffer' (from package expect or expect-dev)
log saved on /home/h00003/RV1126/rv1126_rv1109_v2.2.0_20210825/br.log
tail: cannot open '/home/h00003/RV1126/rv1126_rv1109_v2.2.0_20210825/br.log' for reading: No such file or directory
Command exited with non-zero status 1
you take 0:00.85 to build builroot
ERROR: Running build_buildroot failed!

解决方案:

sudo apt install expect

4、/bin/sh: 1: flex: not found

scripts/Makefile.host:9: recipe for target 'scripts/kconfig/lexer.lex.c' failed
make[1]: *** [scripts/kconfig/lexer.lex.c] Error 127
Makefile:568: recipe for target 'menuconfig' failed

解决方案:

sudo apt-get install flex

5、/bin/sh: 1: bison: not found
scripts/Makefile.host:17: recipe for target 'scripts/kconfig/parser.tab.h' failed
make[1]: *** [scripts/kconfig/parser.tab.h] Error 127
Makefile:568: recipe for target 'menuconfig' failed
make: *** [menuconfig] Error 2

解决方案:

sudo apt-get install bison

6、scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory

21 | #include <openssl/bio.h>

解决方案:

sudo apt-get install libssl-dev

7、/usr/bin/ld: scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here

解决方案:

1、解决Linux下交叉编译U-Boot源码时报'multiple definition of `yylloc''的错误-CSDN博客

2、我在22.04上编译遇到了这个问题,上面链接的博客没有解决该问题,我把ubuntu降级到 20.04, gcc & g++ 版本使用version 9.4.0,就解决了

相关推荐
FreakStudio3 小时前
全网最适合入门的面向对象编程教程:50 Python函数方法与接口-接口和抽象基类
python·嵌入式·面向对象·电子diy
weixin_632077638 小时前
udp聊天室
udp·网络编程·嵌入式·编程·聊天室
fanged2 天前
Linux下的ADSP(TODO)
嵌入式
winddevil2 天前
[rCore学习笔记 027]地址空间
rust·嵌入式·rcore
宇努力学习3 天前
C语言编译原理
c语言·开发语言·嵌入式
玄奕子4 天前
使用vscode上传git远程仓库流程(Gitee)
vscode·gitee·嵌入式·git仓库
—你的鼬先生4 天前
基于树莓派ubuntu20.04的ros-noetic小车
python·嵌入式·ros·树莓派项目
倒霉熊dd4 天前
Cortex-M3架构学习:异常
学习·嵌入式·cortex-m3架构
玄奕子5 天前
GPT对话知识库——串口通信的数据的组成?起始位是高电平还是低电平?如何用代码在 FreeRTOS 中实现串口通信吗?如何处理串口通信中的数据帧校验吗?
stm32·gpt·嵌入式·串口通信·串口数据
正点原子5 天前
[XILINX] 正点原子ZYNQ7015开发板!ZYNQ 7000系列、双核ARM、PCIe2.0、SFPX2,性能强悍,资料丰富!
嵌入式