buildbotics / bbctrl-firmware

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

Errors running "make camotics" during firmware build #290

Open MColeman0102 opened 3 years ago

MColeman0102 commented 3 years ago

Hi, I was following the development.md and I'm having trouble with "make camotics". Everything seems fine up until this point: scons: lib/libcbang-boost.a' is up to date. scons:lib/libyaml.a' is up to date. build_function(["build/build_info.cpp"], []) [Errno 2] No such file or directory [Errno 2] No such file or directory scons: `lib/libcbang.a' is up to date. scons: done building targets.

It looks like the camotics dev image might be missing the version.txt file for some reason.

Thanks! Mark

jcoffland commented 3 years ago

I think the problem is that the build directory is missing. Try creating that first.

MColeman0102 commented 3 years ago

Hey, Yes the build directory was missing from the camotics_dev.img file. I mounted it, created the build folder and closed it. The build proceeds but now I'm receiving this:

Exception: Chakra or V8 support is required, please rebuild C!. You may need to set CHAKRA_CORE_HOME or V8_HOME from /mnt/host/camotics/SConstruct line 85:

I'll dig into that and see what I come up with.