BrettRD / ros-gst-bridge

a bidirectional ros to gstreamer bridge and utilities for dynamic pipelines
Other
130 stars 31 forks source link

Build hangs on PI3 #43

Closed gc-robotics closed 2 years ago

gc-robotics commented 2 years ago

Trying to build the project on a PI3. Running Ubuntu 20.04 64bit Also running Ros Galactic Colcon build hangs around 40-60%, no output.

Any idea?

gc-robotics commented 2 years ago

It worked after adding 1Gb swapfile and running the build with: MAKEFLAGS="-j1 -l1" colcon build --executor sequential