Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » New Arduino project and empty folder in Project Explorer
New Arduino project and empty folder in Project Explorer [message #1817049] Thu, 14 November 2019 11:30
Eclipse UserFriend
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.
Previous Topic:Local org.eclipse.cdt.launch.remote plugin doesn't load
Next Topic:Where do I add parameters to "Build project " "make"?
Goto Forum:
  


Current Time: Sun Jun 15 21:18:47 EDT 2025

Powered by FUDForum. Page generated in 0.04639 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top