How to open an existing project?
I’m completely new to SWB (and Eclipse), as you’ll be able to tell...
I’ve downloaded a project from github (https://github.com/LonelyWolf/stm32/tree/master/ls027b7dh01). So, I don’t know what IDE it was created with. It doesn’t say.
I’m used to gcc, gdb, binutils and Makefiles... but this project doesn’t have a Makefile
So I’m guessing it comes from an IDE. Maybe even SW4STM32...
I was hoping I could just click on “Open Project”, enter the path, and have the stunningly complicated and advanced Eclipse “do the right thing”. No such luck.
Why are there even questions on StackOverflow like “how do I open an existing project”??? You don’t get questions from programmers/engineers like “how do I enter a URL in Firefox”, or “how do I open a jpeg in Gimp?” do you?
I’ve tried reading Tutorials on Opening a File. They involve creating a new C++ project, importing the existing project etc. Then it just says “Build All” which complains that my new project doesn’t have a decent main.c file. Or whatever. If I delete the dummy project, Project->Build is mostly greyed out, muttering something about “working sets”.
I just want to compile this dude’s code, and see what it’s doing... Not buy 1000 page textbooks on how to configure Eclipse.
Sorry for the ranting, but ...