grblHAL / ESP32

grblHAL driver for ESP32
Other
73 stars 42 forks source link

CMake issue #16

Closed fraro closed 2 years ago

fraro commented 2 years ago

I have built grbHAL/ESP32 successfully several times. Now I did a fresh install on another machine and always getting Unknown CMake command "idf_component_register". during idf.py build cmake version 3.18.4 esp-idf is release/v4.3 running on debian/bullseye, Python 3.9.2 Any hints appreciated!

terjeio commented 2 years ago

Here is one from a search I did. There are others too.

fraro commented 2 years ago

Turned out to be a user error. I was used to run the build from inside the "main" directory, but first time it has to be run from the root dir.