makeEspArduino icon indicating copy to clipboard operation
makeEspArduino copied to clipboard

no mk file

Open marriusco opened this issue 1 year ago • 1 comments

cd ~
git clone https://github.com/espressif/arduino-esp32.git  esp32
cd esp32
git submodule update --init
cd tools
python3 get.py

cd ..
find -name make*.mk

No such file

marriusco avatar Feb 11 '24 16:02 marriusco

makeEspArduino is NOT part of the arduino-esp32 repository, you have to install it separately by cloning THIS (https://github.com/plerup/makeEspArduino) repository.

everslick avatar Feb 15 '24 09:02 everslick