New Arduino project and empty folder in Project Explorer [message #1817049] |
Thu, 14 November 2019 11:30 |
Eclipse User |
|
|
|
I've searched for some days and can't find anything about the solution of my problem. I'm trying to use Eclipse (Version: 2018-12 (4.10.0)) to develop arduino project, but I cannot create a new project. From Eclipse marketplacet I installed Eclispe C++ IDE for Arduino 3.0 plugin. I setted in Arduino Downloads Manager a Platform, and created a New Connection to Arduino. At the end of this process I tried to create a new project from File:"File → New → Project → C/C++ → Arduino Project - Arduino C++ Sketch". I fill up the properties of new Arduino project on the form and I push finish, Eclispe creates a new folder of the project but inside there is only .project file.
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Test</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.core.cBuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.arduino.core.arduinoNature</nature>
</natures>
</projectDescription>
If I create a new C++ project, Eclipse works well creating a project folder and all files and folders inside.
Can anyone help me to solve this bug? Maybe to understand how Eclipse build a project folder.
|
|
|
Powered by
FUDForum. Page generated in 0.04639 seconds