- Tue May 05, 2015 10:51 am
#16583
Vleis Walker wrote:Hi there
I would like to IMPORT into Eclipse (CHERTS Setup) the project from https://github.com/eadf/esp_mqtt_lcd
What I have done....
1. D/l the zip from GIT
2.Unzip it
3.Moved the folder to Espressif\examples
4.Started Eclipse
5.Select Import > General>Import Existing Projects into Workspace
6.Selected the c:\Espressif\examples as root directory
7.However, my copied folder not in list.....
Did I place it in the wrong folder?
Where should one have the Eclipe Workspace?
Hi,
You put the esp_mqtt_lcd folder in the right spot.
The problem is - esp_mqtt_lcd is not yet an 'Eclipse project' - it's missing the .project and .cproject files. So instead, in Eclipse you will be creating a new project from existing source.
I don't have Eclipse installed here, but
this article describes the process. You may have to tweak the makefile to work in the CHERTS environment.
Another thing that has worked for me is to copy the .cproject, .project files and the main makefile from a working example into the new project, then hand editing them to fit the new project... but this is tricky.
(still loving this devkit - thanks again Mikhail!
)