ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

That error is saying you ran out of RAM to compile... Which is reasonable, as you only have 512MB. Consider increasing the size of your swap partition. You could plug a usb stick in and format it as swap. Suppose it's /dev/sdb1 and formatted.

$ sudo mkswap /dev/sdb1
$ sudo swapon /dev/sdb1

Compiling will be quite slow, but you should be able to do it now.