Install ROS2 HUMBLE | Radxa Docs #1632
Replies: 3 comments 1 reply
-
|
It took a long time to build. For me several days and has not finished yet. After a few days, at step ~318/348, I got internal compiler error: segmentation fault while building ROS Humble on my Radxa Rock 5C(Lite) RK3588S2 2GB. Failed <<< intra_process_demo |
Beta Was this translation helpful? Give feedback.
-
|
The segmentation fault during ROS 2 Humble build on your Rock 5C is most likely caused by insufficient RAM. Building ROS 2 from source is extremely memory-intensive, and 2 GB is generally not enough — the build typically fails with OOM (out-of-memory) errors, which often manifest as segfaults. Recommendations:
The build taking several days on a 2 GB board is not unusual — it is expected to be extremely slow due to swap thrashing. The segfault at step 318/348 confirms an OOM condition rather than a board-specific issue. |
Beta Was this translation helpful? Give feedback.
-
|
The segmentation fault during ROS 2 Humble build on your Rock 5C is most likely caused by insufficient RAM. Building ROS 2 from source is extremely memory-intensive, and 2 GB is generally not enough — the build typically fails with OOM (out-of-memory) errors, which often manifest as segfaults. Recommendations:
The build taking several days on a 2 GB board is not unusual — it is expected to be extremely slow due to swap thrashing. The segfault at step 318/348 confirms an OOM condition rather than a board-specific issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Install ROS2 HUMBLE | Radxa Docs
https://docs.radxa.com/en/rock5/rock5c/app-development/ros2_humble
Beta Was this translation helpful? Give feedback.
All reactions