You need to build the ruckig lib first:
cd /opt/hal-core/src/hal/components/skynet/cpp_interface/libruckig/
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
Build the kernel module & gui app:
cd /opt/hal-core/src/hal/components/skynet/hal
make
Skynet project examples: