ros-realtime / linux-real-time-kernel-builder

build and setup RT kernel for the ROS 2 testing
Apache License 2.0
91 stars 26 forks source link

Error: call-rpi4-kernel-build / build #55

Closed mherling closed 1 week ago

mherling commented 2 weeks ago

Hi there, I tried to follow your guide using GUI where it says:

Go to the Action tab, find the Build stable, go inside the latest workflow run, download, and unzip artifacts called RPI4 RT Kernel deb packages. This archive contains three debian packages. ...

All I get from this is the following console output:

aarch64-linux-gnu-objcopy: debian/linux-image-6.8.4-rt11-raspi-dbg/usr/lib/debug/lib/modules/6.8.4-rt11-raspi/kernel/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko[.debug_info]: No space left on device
make[4]: *** [Makefile:2050: run-command] Error 1
make[3]: *** [debian/rules:22: binary-arch] Error 2
dpkg-buildpackage: error: make -f debian/rules binary subprocess returned exit status 2
make[2]: *** [scripts/Makefile.package:121: bindeb-pkg] Error 2
make[1]: *** [/linux_build/linux-raspi/Makefile:1548: bindeb-pkg] Error 2
make: *** [Makefile:240: __sub-make] Error 2
cp: error copying '../linux-image-6.8.4-rt11-raspi_6.8.4-g75867ff0890f-1_arm64.deb' to '/work/linux-image-6.8.4-rt11-raspi_6.8.4-g75867ff0890f-1_arm64.deb': No space left on device
cp: error copying '../linux-libc-dev_6.8.4-g75867ff0890f-1_arm64.deb' to '/work/linux-libc-dev_6.8.4-g75867ff0890f-1_arm64.deb': No space left on device

In the meantime I built the kernel patches myself, so just for convenience for others. Thanks,

Martin

razr commented 1 week ago

Hi @mherling, the GH Action is still not working, however it is possible to build it manually.

mherling commented 1 week ago

Alrighty, thanks for answer!

mherling commented 1 week ago

Manual building works flawless.