buildbotics / bbctrl-firmware

Buildbotics CNC Controller Firmware
https://buildbotics.com/
Other
67 stars 24 forks source link

Issues building on Debian 9.13 VM #302

Open voltagex opened 3 years ago

voltagex commented 3 years ago

Hi, I've followed https://github.com/buildbotics/bbctrl-firmware/blob/master/docs/development.md up until make camotics, which initially fails at:

+ git -C share/bbctrl-firmware reset --hard FETCH_HEAD
HEAD is now at 955b5517 Handle case correctly when assigning named GCode variables.
./scripts/container-run ./bbctrl-firmware/scripts/container-make-camotics
[sudo] password for voltagex:
sudo: lxc-attach: command not found
Makefile:75: recipe for target 'share/camotics/build/camotics.so' failed
make: *** [share/camotics/build/camotics.so] Error 1

After installing lxc, it then fails at

+ git -C share/bbctrl-firmware reset --hard FETCH_HEAD
HEAD is now at 955b5517 Handle case correctly when assigning named GCode variables.
./scripts/container-run ./bbctrl-firmware/scripts/container-make-camotics
Error: container bbctrl is not defined
Makefile:75: recipe for target 'share/camotics/build/camotics.so' failed
make: *** [share/camotics/build/camotics.so] Error 1

Also, your README mentions Node 11, while the development guide calls for Node 13. I don't think this is the issue here though.

siganberg commented 3 years ago

Same here. I'm not able to successfully build the camotics.

I'm running WSL on Debian 10.9