Page 1 of 1

Attempting to build on Debian 10.9, lxc error

Posted: Sun Jun 13, 2021 5:37 am
by 82amp
I am attempting to build the firmware from source on Debian 10.9, running on windows Hyper-V hypervisor.

When running `make camotics`, I am getting an error when it attempts to lxc-attach (in bbctrl-firmware/scripts/container-make-camotics)

...
./scripts/container-run ./bbctrl-firmware/scripts/container-make-camotics
lxc-attach: bbctrl: attach.c: lxc_attach: 1095 Failed to get init pid
make: *** [Makefile:75: share/camotics/build/camotics.so] Error 1

Is there a step required to initialize/configure lxc?
When I run lxc-checkconfig, everything seems fine, but when I check it against the container-make-camotics, I get a lot of missing warnings and a few "required" warnings.

lxc is version 3.03
debian is Debian GNU/Linux 10 (buster) - 10.9

Thanks