-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"树莓派5 编译错误"- v2.13 编译报错、环境信息: (Linux raspberrypi 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/Linux) #10517
Comments
编译 protobuf 出现 C++17 的报错,可以降低 g++ 版本或者手动添加 const 修饰符。 |
您好,gcc 版本降低到多少比较好呢
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2024年05月17日 11:15 |
| 收件人 | PaddlePaddle/Paddle-Lite ***@***.***> |
| 抄送人 | hyz_like_cmm ***@***.***>,
Author ***@***.***> |
| 主题 | Re: [PaddlePaddle/Paddle-Lite] "树莓派5 编译错误"- v2.13 编译报错、环境信息: (Linux raspberrypi 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/Linux) (Issue #10517) |
编译 protobuf 出现 C++17 的报错,可以降低 g++ 版本或者手动添加 const 修饰符。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
我们在 ubuntu 18.04 + gcc7.2 验证是 OK 的,目前有三个方案:1)安装或切换低版本的 GCC;2)刷 18.04 的系统;3)使用我们 release note https://github.com/PaddlePaddle/Paddle-Lite/releases 里面预编译的 paddle lite 动态库。 |
好的,我试一下降低gcc版本或者手动添加 const 修饰符。 |
您好,请教一下,这个const修饰符怎么加的 |
树莓派的系统 abi 是 armhf 还是 arm64 的? |
是 arm64 的 |
|
如果你不知道怎么用预编译的 c++ paddle lite 库,建议你还是先看下文档 https://www.paddlepaddle.org.cn/lite/v2.12/demo_guides/arm_cpu.html,用 demo 自带的库在板子上跑起来。 |
|
export CC 设置一下gcc 路径 |
不要折腾从源码编译了,先跑通我们文档里面的自带 demo,然后有需求的话再解决源码编译问题。 |
你这是在本地编译,需要设置一下环境变量。 例如 |
一、问题描述:
"树莓派5 编译错误"- v2.13 编译报错、执行uname -a 环境信息: (Linux raspberrypi 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/Linux)
1)Paddle Lite 版本: v2.13
2)Host 环境:树莓派5、Debian: 12.5----Linux raspberrypi 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) aarch64 GNU/Linux
1)本地编译:./lite/tools/build_linux.sh --with_python=ON --with_cv=ON
二、复现步骤如下执行:
三、报错如下(截图+ 日志信息):
3.1:
3.2:
The text was updated successfully, but these errors were encountered: