Page 1 of 1

Adding files to a Eclipse project

Posted: Tue Jan 26, 2021 4:27 pm
by matherp
In all usage of Eclipse I've encountered before all I need to do to add an existing source file into a build is to drag the file from the filemanager into the src directory and add the #INCLUDE to any header into the main program or a relevant referenced .h file.

I've done this for the ESP32 and the source files aren't being built. I assume I'm going to have to add them by hand to some sort of make file.

I've also tried to use the Eclipse file rename on the original example and that no longer builds. It seems the Eclipse integration is pretty limited.

I'd appreciate a pointer as to where the build instructions are to be found. Surely I don't have to run menuconfig from a DOS prompt? That would be back to the ark computing.