Jean-MarcHarvengt / MCUME

Multi CompUter Machine Emulator for several MCUs
415 stars 57 forks source link

Need help compling ESP32 (noobie alert) #34

Open JediMongoose opened 8 months ago

JediMongoose commented 8 months ago

OK, I'm totally confused. I've installed ESP IDF 5.1 from Expressif. Using the Powershell shortcut, I've changed to the ./MCUME_esp32\espboot directory. I type cmake ..

and it replies:

CMake Warning:
  Ignoring extra path from command line:

   ".."

CMake Error: The source directory "D:/Users/shs/Documents/Arduino/MCUME_esp32" does not appear to contain CMakeLists.txt.

Specify --help for usage, or press the help button on the CMake GUI.

Looking around, I think I should be entering idf.py cmake .. But I get

Executing action: cmake
CMakeLists.txt not found in project directory D:\Users\shs\Documents\Arduino\MCUME_esp32\espboot

Indeed, I can't file any file named CMakeLists.txt in this or any of the dirs under MCUME_esp32, but I can imagine this is just something I'm doing wrong. Any help appreciated :)

ericjenott commented 6 months ago

I'm suffering from the same problem, can't figure out how to compile in ESP-IDF. Any progress on this?