Getting CMake Error for voice activated MicroBit

I don’t know where I’m going wrong I followed the exact instructions…is there a specific CMake we are supposed to use? Is it okay if we use Python 3.5 is? Is it necessary to use Python 2.7?

This is what the CMakeOut.log says : The system is: Windows - 10.0.19042 - AMD64

Hello, this may be a path issue for your CMake or arm gnu toolchain. cmake --version and arm-none-eabi-gcc --version at the command prompt should return the versions if you have the paths setup correctly. I am using CMake v3.19.4 and python 3.8.3 (it just needs to be greater than 2.7) and was able to successfully build using these instructions: https://github.com/edgeimpulse/voice-activated-microbit#how-to-build-local. Alternatively you could use the docker instructions.

1 Like