Bug 534249

Summary: AVRDude does not appear in project properties
Product: [Tools] CDT Reporter: Alf Rempka <arempka>
Component: cdt-arduinoAssignee: Project Inbox <cdt-arduino-inbox>
Status: CLOSED NOT_ECLIPSE QA Contact: Doug Schaefer <cdtdoug>
Severity: enhancement    
Priority: P3 CC: cdtdoug, chaitramvsimha, daniel_megert, wim.jongman
Version: NextKeywords: accessibility, ui, usability
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
Properties none

Description Alf Rempka CLA 2018-05-02 05:09:52 EDT
Hi,
I tried to set up the IDE for Arduino projects.

Compiling works fine but the section AVR > AVRDude in project properties is missing competely.
 There is no AVR at all. 
 In the "Window -> Preferences -> AVR" AVRDude and path is added as instructed.
 I checked the config file is in place, the path is correct and AVRDude.exe is availabe.

 I use 
 Eclipse IDE for C/C++ Developers
 Version: Oxygen.2 Release (4.7.2)
 Build id: 20171218-0600

 AVRDude v4.1

I tried on different Computers, doesn't work.
Others have the same problem ....

Can you help me out of this?

BR
Alf



-- Configuration Details --
Product: Eclipse 4.7.2.20171218-0600 (org.eclipse.epp.package.cpp.product)Installed Features:
 org.eclipse.platform 4.7.2.v20171130-0510
Comment 1 Alf Rempka CLA 2018-05-02 05:26:24 EDT
Created attachment 273881 [details]
Properties

General AVR properties ok ?
All Path's are valid, all executables are in place and work.
project properties do not show the AVRDude section ....
Comment 2 Dani Megert CLA 2018-05-02 05:46:26 EDT
The AVR plug-in is not provided by an Eclipse project. You need to file the bug with the provider of that plug-in.
Comment 3 Chaitra MV CLA 2018-06-06 10:59:29 EDT
Hi,
 
I am also facing the same problem.
The "AVR" is not listed under my project properties.
I request you to please let me know if you find the solution.

Thank you,
Comment 4 Dani Megert CLA 2018-06-06 11:28:12 EDT
(In reply to Chaitra MV from comment #3)
> Hi,
>  
> I am also facing the same problem.
> The "AVR" is not listed under my project properties.
> I request you to please let me know if you find the solution.
> 
> Thank you,

You're barking up the wrong tree here (see comment 2).
Comment 5 Doug Schaefer CLA 2018-06-07 14:40:12 EDT
AVR isn't an Eclipse project. You need to contact the 3rd party that produces it.
Comment 6 Alf Rempka CLA 2019-02-25 10:53:35 EST
Hi everybody,
I got it.
You just have to select the right project type.

In the instruction section "now we are ready to create a new Project" it's not only "In Eclipse go to file menue ....."

You should go to File -> new -> Project .... -> C++ Project -> Makefile Project -> empty Project
Select "AVR-GCC Toolchain" !!! this is important !!!!
Enter the name of the Project 
next 
... go ahead and follow the instructions

BR from Munich
Alf