Old Project with Makefile
Posted: Fri Jun 23, 2023 6:17 pm
Hello, I'm new to ESP32 as I spotted an older Github project which seems interesting to me so I purchased the ESP32.
Firstly I'm using a Windows PC, and this is the project I am interested in: https://github.com/limiter121/esp32-obd2-emulator
I'm trying to build the project from Github, but it seems to be using an older "Makefile" rather than all the new projects I see which is using CMakeLists. Therefore I seem to be having trouble getting it complied as it seems very difficult to find and install the Make system onto the Espressif IDE.
All the research I am doing has everyone using CMakeLists, but with this project being slightly older it's quite difficult to find some information how to get it working with Makefile.
I've managed to import the project into Espressif IDE, but I can't build it without knowing how to install Make
Firstly I'm using a Windows PC, and this is the project I am interested in: https://github.com/limiter121/esp32-obd2-emulator
I'm trying to build the project from Github, but it seems to be using an older "Makefile" rather than all the new projects I see which is using CMakeLists. Therefore I seem to be having trouble getting it complied as it seems very difficult to find and install the Make system onto the Espressif IDE.
All the research I am doing has everyone using CMakeLists, but with this project being slightly older it's quite difficult to find some information how to get it working with Makefile.
I've managed to import the project into Espressif IDE, but I can't build it without knowing how to install Make
Code: Select all
Cannot run program "make": Launching failed
Error: Program "make" not found in PATH