Giter VIP home page Giter VIP logo

avr-project-ide's People

Stargazers

 avatar

Watchers

 avatar

Forkers

abdullah-19

avr-project-ide's Issues

Calculators

What do you want?

calculators for:

timer
baud rate
TWI speed
SPI speed
USI speed?
PLL
ADC sample rate

Why do you want it?


How do you suggest it's added?

Hardware explorer tab

Will it cause any incompatibility problems with previous versions?

Original issue reported on code.google.com by [email protected] on 2 Dec 2009 at 4:27

clicking on avr project file doesn't automatically open avr-project-ide

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
software should open the project, instead I get the windows choose a 
program dialog, browse to and select the avr-project-ide exe file, click 
ok, software and project open.  If you then close the project and re-open 
it the window size is forgotten and the window is about 50x20(W/H) but the 
project itself does open without errors.

What version of the product are you using? On what operating system?
alpha34, vista 64bit

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Oct 2009 at 12:36

Error when loading a project where PDE resides outside main project path

What steps will reproduce the problem?
1. make a new project
2. drag pde into project
3. do some editing
4. save all
5. kill IDE
6. open IDE
7. load project

What is the expected output? What do you see instead?
expected it to copy the file into the project (like Visual Studio) or point   
the setting in the project file to the original...
IDE says PDE file missing, and even re-pointing to it won't allow it to 
load...

What version of the product are you using? On what operating system?
 Alpha 76, Win XP32 SP2

Please provide any additional information below.
Found this when building a project I had previously built in Arduino 17..
was able to copy the file manually and restart the IDE and all was well.

Original issue reported on code.google.com by [email protected] on 24 Feb 2010 at 12:27

Memory Configuration - dialog lock-out

What steps will reproduce the problem?
1. Project Configuration -> Memory
2. Use pull-down to select (view) memory type
3. Dialog ("Select Memory Type") -> Select "OK"
4. BUG - Locked in tab, can't close any windows.


Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 2:04

Drag-n-dropped files not being compiled

What steps will reproduce the problem?
1. drag and drop a file into the file tree
2. build the project
3.

What is the expected output? What do you see instead?
the file to be compiled, but it is not in the build log

should be fixed in update version 82

Original issue reported on code.google.com by [email protected] on 24 Apr 2010 at 6:02

F7 and F8 hotkeys to build and burn

a friend of mine wanted to add this

What do you want?

F7 and F8 hotkeys to build and burn

Why do you want it?

speedy build and burn

How do you suggest it's added?

webcam monitoring the user's keyboard for keypresses on the F7 and F8 keys

Will it cause any incompatibility problems with previous versions?

no

Original issue reported on code.google.com by [email protected] on 27 Sep 2009 at 8:28

Can't create new arduino based project from existing arduino IDE pde files in the same folder

What steps will reproduce the problem?
1. Start wizard
2. Setup project for arduino/pde
3. name the project the same as the existing PDE file name (if the arduino 
folder is set as your favorites folder it will pickup the existing arduino 
pde file folder automaitcally for the path and name the initial file)
4. click create


What is the expected output? What do you see instead?
I expected to be asked whether to overwrite the file or merge it into the 
project.  I am given a box that says 'initial file already exists at the 
location, overwrite it?', if I click no I can't create the project, if I 
click yes my original pde file is overwritten.

What version of the product are you using? On what operating system?
alpha34, vista 64bit

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Oct 2009 at 12:23

File tree's root node text not updated

What steps will reproduce the problem?
1. Open a project
2. Open another project with a different name
3.

What is the expected output? What do you see instead?
I expect to see that the project name shown in the file tree to change, it
does not change

THis has already been fixed and the fix will be included in the next code
commit, but the Alpha1 download will include this bug

Original issue reported on code.google.com by [email protected] on 27 Sep 2009 at 4:59

Update error Alpha22 -> ?23

What steps will reproduce the problem?
1. Invoking Update from A22


What is the expected output? What do you see instead?
An update?

What version of the product are you using? On what operating system?
Alpha 22, Win7 x64

Please provide any additional information below.
About a minute after the update starts i get the following message:

"
Error During Download

Modified code files should have been backed up occasionally automatically,
go look for them if the editor crashes.
If This is an Issue, Please Report This To
http://code.google.com/p/avr-project-ide/issues/list

Message: Ausnahmefehler während einer WebClient-Anforderung.

Target Site: 

Stack Trace: 

Source: 

Inner Exception: System.IO.IOException: Von der Übertragungsverbindung
können keine Daten gelesen werden: Die Verbindung wurde geschlossen.
   bei System.Net.ConnectStream.EndRead(IAsyncResult asyncResult)
   bei System.Net.WebClient.DownloadBitsReadCallbackState(DownloadBitsState
state, IAsyncResult result)
"

Translates roughly to:
"Exception in WebClient"
"No data could be read from the connection"


Original issue reported on code.google.com by [email protected] on 30 Sep 2009 at 12:54

User interface enhancement

When I start a new "Compile" it would be practical if the "Message" tab 
within Output was set as the active tab.

Also I suggest that the "Errors & Warnings" listbox is cleared when 
Compile starts rather than when it is reloaded.

Original issue reported on code.google.com by [email protected] on 26 Nov 2009 at 4:22

Hardware explorer - missing information

In a project for an ATmega328p I noticed in the hardwaree explorer 
interrupts pane that some vectors are missing.

E.g. Timer0 supports Compare match A and Compare match B, but only Compare 
match B is listed. Timer2 also supports Compare match A and B, but none 
are listed. Looking at the raw Xml file I see some odd (misspelled) 
descriptions, but at least the vectors are there.

Original issue reported on code.google.com by [email protected] on 5 Nov 2009 at 9:48

news feed

What do you want?

a news feed on the welcome window

Why do you want it?

somethings may not be updatable via updater

How do you suggest it's added?

a text box on the bottom of the welcome window, and a background thread to
fetch news

Will it cause any incompatibility problems with previous versions?

Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 1:49

undo(ctrl-Z) after auto complete causes initial chars to be inserted immediately after inserted code, then requires 2 more undo's

What steps will reproduce the problem?
1. open any code file, type the first couple of letters of print, pr
2. hit enter pr becomes print
3. hit ctrl-z, print becomes printpr
4. hit ctrl-z again, print becomes pr
5. hit ctrl-z again, pr disappears

What is the expected output? What do you see instead?
expected first ctrl-z to remove the first 2 chars I typed and the 
autocomplete inserted keyword.

What version of the product are you using? On what operating system?
alpha 34, vista 64bit

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Oct 2009 at 1:07

Create new project from existing

What do you want?
I would like an option to create/save a copy of an existing project into a 
new directory including project source files and and updated references.

Why do you want it?
For similar projects it is more effective to copy existing work and delete 
what you don't need rather that add what you need. It is also practical to 
copy a project and test new ideas / modifications as opposed to modifying 
a working copy.

I do this today through Windows explorer and manually updating references 
in the project file, but would much like to see this automated.

How do you suggest it's added?
Anyway you see fit.


Will it cause any incompatibility problems with previous versions?
Unlikely.

Original issue reported on code.google.com by [email protected] on 3 May 2010 at 7:49

Different compiler options required for C and C++

The AVR C and C++ compilers share most options, however some are compiler 
specific. As an example the default "other" options in API are:

-Wall -gdwarf-2 -std=gnu99

The "-std=gnu99" option however is only valid for the C compiler and a 
warning is issued when it appears on the C++ compiler's command line.

I suggest the use of separate options in the GUI/project definition so we 
can have a set of common options (e.g. as today), but individual "other" 
options that can be specific for C and C++.

Original issue reported on code.google.com by [email protected] on 26 Nov 2009 at 8:09

Exclude from compile not working

What steps will reproduce the problem?
1. uncheck a checkbox beside a file in the file tree
2. build the project
3.

What is the expected output? What do you see instead?
the file should be ignored during compile, but it is not

problem was the file extension check in treeView1_BeforeCheck
fixed in update 83

Original issue reported on code.google.com by [email protected] on 24 Apr 2010 at 5:32

Polish

Need to polish things, check tab-order, make an icon

Original issue reported on code.google.com by [email protected] on 27 Sep 2009 at 4:17

project name with spaces

need to add a "SafeFileNameNoExt" property for projects to be used during
the build process, since file names with spaces can cause errors

Original issue reported on code.google.com by [email protected] on 2 Dec 2009 at 4:22

Updating DLL fails

Wow I got the order of the update wrong, the updater can only unpack the
old DLLs and not new ones.

If you get an exception about scintilla assembly, redownload the latest
package with the right DLLs

Original issue reported on code.google.com by [email protected] on 5 Oct 2009 at 3:25

Exception during arduino build due to uncreated folder

What steps will reproduce the problem?
1. trying to build arduino sketch
2.
3.

What is the expected output? What do you see instead?
exception about temp/arduino_main_temp.cpp not found

What version of the product are you using? On what operating system?


Please provide any additional information below.
Fixed in alpha4 after report from
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1254027990/0

Original issue reported on code.google.com by [email protected] on 27 Sep 2009 at 8:19

embed required dlls in resource and unpack if missing

What do you want?

check for required dlls
embed required dlls in resource and unpack if missing

Why do you want it?

just in case they are missing, also, less files needed in archive

How do you suggest it's added?

make new resource file, add check at runtime, unpack dlls from resource if
missing

Will it cause any incompatibility problems with previous versions?

no

Original issue reported on code.google.com by [email protected] on 27 Sep 2009 at 5:23

no way to configure software without creating/opening a project, can't cancel welcome screen.

What steps will reproduce the problem?
1. Open software
2. try and bypass welcome screen by click red X
3. software closes

What is the expected output? What do you see instead?
I expect to be presented with a blank ide, so I can configure core, lib 
and 'favourites' paths.

there should really be a cancel button on the welcome screen and an option 
to disable the welcome screen in the config too.

it would be really useful for those migrating if you asked if people are 
migrating from say, the arduino IDE, and add the default path and provide 
a browse function for non-default installs.  This will make the transition 
for new users a lot simpler, and save winAVR servers 21MB download per 
user, unless there are other core winavr files implicitly needed by avr-
project-ide?  do you want this posted as a seperate issue?

What version of the product are you using? On what operating system?
alpha34, vista 64bit

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Oct 2009 at 11:54

Oct 21 todo list

-option to display whitespace
-option to trim trailing whitespace upon save
-option to hide line numbering
-add selection colouring

-fuse calculator
-avrdude gui

Original issue reported on code.google.com by [email protected] on 21 Oct 2009 at 1:13

scintilla internal exception from PageInformation.cs

see
http://www.societyofrobots.com/robotforum/index.php?topic=9178.msg71572#msg71572

offender:

public static readonly Font DefaultFont = new Font("Arial", 8);

in PageInformation.cs , will change to

public static readonly Font DefaultFont = new
Font(System.Drawing.FontFamily.GenericSansSerif, 8F);


Original issue reported on code.google.com by [email protected] on 1 Oct 2009 at 8:18

Installer issues

Error in installer script, didn't make start menu entry correctly

Already fixed

Original issue reported on code.google.com by [email protected] on 17 Dec 2009 at 4:41

Font problem

What steps will reproduce the problem?
1.Install
2.Start App
3.Create New Project

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Latest. Win XP SP2/SP3

Please provide any additional information below.
>>>
A Fatal Error Has Occured
...
Message: Die Schriftart Courier New unterstützt den Schnitt Regular nicht.
(Translation: Font Courier New doesn't support Regular style)

Target Site: Void CreateNativeFont()

Stack Trace:    bei System.Drawing.Font.CreateNativeFont()
   bei System.Drawing.Font.Initialize(FontFamily family, Single emSize,
FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   bei System.Drawing.Font.Initialize(String familyName, Single emSize,
FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
   bei System.Drawing.Font..ctor(String familyName, Single emSize,
FontStyle style, GraphicsUnit unit, Byte gdiCharSet)
   bei AVRProjectIDE.SerialPortPanel.InitializeComponent()
   bei AVRProjectIDE.SerialPortPanel.InitializeControl()
   bei AVRProjectIDE.SerialPortPanel..ctor(String preferedPortName, Int32
preferedBaudRate)
   bei AVRProjectIDE.IDEWindow..ctor(AVRProject project)
   bei AVRProjectIDE.Program.Main(String[] args)

Source: System.Drawing

Inner Exception: 
<<<

Original issue reported on code.google.com by [email protected] on 29 Sep 2009 at 7:11

error report window to detect files

What do you want?

error report window to detect files in app-data folder and current directory

Why do you want it?

so developer can see what's wrong

How do you suggest it's added?

update ErrorReportWindow

Will it cause any incompatibility problems with previous versions?

no

Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 1:43

A collection of observations, feedback and requests

First – thanks for sharing a great tool. It literally took me 10 minutes 
to be up and programming a Tiny series MCU.

The following is a collection of observations and subjective feedback that 
you may find useful:

-   When reordering tabs in the editor pane, the new order is not 
preserved between sessions.
-   When starting API and using auto hide on the output/message/serial 
pane, it will flash disturbingly during startup.
-   Some project templates default to using the avrdude “-F” option 
which is to ignore signature. To me this appears to be 
somewhat “dangerous” as a default.
-   Most of the project templates are prefixed with “Arduino” although 
I can’t really see why.
-   The avrdude “Run Only Option” is useful for testing options. 
However if you add the “-t” option when pressing this button only - it 
could double as quick way to start avrdude in interactive mode.
-   The “Device” and “Part” drop down lists in the project 
configuration editor are not ordered and therefore awkward to browse.
-   When adding new files to a project, file type always defaults to 
the first in the list. It would be nice if it could default to whatever 
was used last (e.g. I typically use “.cpp” rather than “.c” and perhaps 
even use differentiated defaults depending on whether you right-click-add 
on Source or Header files.
-   When finding text, the highlight of found text is difficult to 
spot. Different colors as default or a way to customize would be nice.
-   Personally I think line numbers in editors is just a waste of 
space. An option to switch line numbers off would be welcomed.
-   For creating new templates, a “Save current as” option would be 
nice.
-   I like the added “#ifdef” block on empty header files. In all my 
coding however I use the “_h” suffix rather than “_inc”. An option to 
choose preference would be nice so I don’t have to change this every time.
-   I’m confused by the “Replace Previous” “Replace Next” buttons in 
the find/replace dialog. Why not copy the convention used in “Visual 
Studio”?
-   In Hardware Explorer, the “Pins” section is empty (using AtTiny85) 
although the PORT tag exists.
-   I’m not sure if burning fuses is considered implemented, but - as 
is - I have no idea what will happen if I press the burn button. We need a 
way to read current fuses and separate them as lfuse, hfuse, efuse or 
whatever convention used by the active AVR mcu before changing and burning.


The following may be somewhat more involved.

-   When developing for mcu’s with a bootloader, I do not see an easy 
way to specify the flash memory constraints that need to be observed by 
additional code.
-   When developing a bootloader, I do not see an easy way to specify 
avr-gcc start address and avrdude upload parameters for burning the 
bootloader (e.g. lock byte will typically need to be changed before/after 
uploading a bootloader).
-   I looked for a way to upload EEPROM (e.g. when setting the 
preserve eeprom fuse and having a source file with an eeprom memory 
section), but did not find any. My preference would be for avr-gcc to 
produce the eeprom image and have a separate option within the IDE to 
upload.
-    An option to download/view (and perhaps even edit) eeprom images 
would have been excellent. Avrdude however does a decent job of this in 
interactive mode.

Thanks again for an excellent contribution.

Original issue reported on code.google.com by [email protected] on 17 Oct 2009 at 7:33

Can't access COM ports above COM4 - Improper Windows COM port file descriptors for avrdude

What steps will reproduce the problem?
1. Select a COM port above COM4 in "AVRDUDE Tool", e.g. COM10
2. "Write File + Verify", Select file, OK
3. Error: "avrdude: ser_open(): can't open device "COM10": The system
cannot find the file specified."

You need to use file descriptors to correctly access serial ports in
Windows, i.e. //./COMx or \\.\COMx


Suggestion: in AvrDudeWindow.cs - s|overrides += "-P |overrides += "-P //./|g

i.e. replace the "-P " to "-P //./" (two places - GetOverrides(), and
btnInteractive_Click())


The Arduino IDE uses proper file descriptors for the COM ports:


(from AvrdudeUploader.java):
private boolean uploadViaBootloader(String buildPath, String className)
{
.
.
.
    commandDownloader.add("-P" + (Base.isWindows() ? "\\\\.\\" : "") +
Preferences.get("serial.port"));
.
.
.

}

b

Original issue reported on code.google.com by [email protected] on 25 Dec 2009 at 6:14

No space in Makefile

No space after Other Options and -DF_CPU=.... ion exported Makefile
...
CONLYFLAGS = -std=gnu99
CFLAGS += -Wall -gdwarf-2-DF_CPU=8000000UL -Os -funsigned-char
...

Original issue reported on code.google.com by [email protected] on 26 Feb 2010 at 12:46

deleted all open code!

What steps will reproduce the problem?
1. compile and upload to arduino
2. hard lock system


What version of the product are you using? On what operating system?
alpha 43

Please provide any additional information below.
I was programming away in your nice ide, and when i went to upload it 
hardlocked my system.  Upon rebooting all my code was gone.  Luckily i had 
a recent copy on another machine.  I opened the files after i rebooted in 
notepad, and they were filled with spaces.

Also I have noticed that the updater has been asking me to update from 
alpha 40 to 43, even though I am running 43.  Odd.

I appologize there is no crash report or anything as windows rebooted as if 
nothing ever happened.  Does your app create any logs?

Original issue reported on code.google.com by [email protected] on 20 Oct 2009 at 12:40

Check for write permissions in the Filesystem

What do you want?
The updater should see if he has file-changing permissions before beginning
the update and telling the in case he hasnt that updating through the
updater is not possible.


Why do you want it?
I am surely not the only user having this program installed in c:\user\
under Windows 7 (should be a matter in Windows Vista as well) and hence the
updater is of no use anymore. With such a message it would be at least
possible to get rid of the exception window and maybe a lot of bug messages.

How do you suggest it's added?
The updater could write a dummy file. If it is created everything is fine,
if not.. well, in that case there are no permissions available for that.
Maybe there is a way to get root access, but i dont know how to do this.

Will it cause any incompatibility problems with previous versions?
None that i could think of.

Original issue reported on code.google.com by [email protected] on 16 Oct 2009 at 8:17

arduino autoreset not working

arduino autoreset not working

will fix by adding a checkbox so users can choose autoreset
then hijacking com port using code similar to
http://www.hanselman.com/blog/content/binary/UnmanagedIRSerialPort.txt
also refer to http://msdn.microsoft.com/en-us/library/aa363254%28VS.85%29.aspx


Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 4:25

update updater

What do you want?

Include a copy of the updater in resources, so each update also updates the
updater

Why do you want it?

right now the updater can't be updated

How do you suggest it's added?

Include a copy of the updater in resources, upon start up, check the
available updater with a hash, if it doesn't match with the one in
resources, overwrite it with the one in resources.

Will it cause any incompatibility problems with previous versions?

no

Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 1:47

Repeat find - F3 - triggers exception

What steps will reproduce the problem?
1. Open find dialog.
2. Find first occurence.
3. Close fid and press F3

What version of the product are you using? On what operating system?

Alpha34 on XP-32bit-SP3


Original issue reported on code.google.com by [email protected] on 15 Oct 2009 at 5:24

Missing WinAVR causes problems in configurator

since avrdude can't be used to retrieve the list of available parts and
programmers, the dropdowns never get filled, but it tries to set the
selected index to 0, which does not exist, causing an exception.

Original issue reported on code.google.com by [email protected] on 5 Oct 2009 at 3:46

Appdata Folder Missing Causes Problems

Forum Post by mem from
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1254027990/0

Looks very interesting but I get the following error dialogs:
"Error loading editor strings"
"Error loading Serial Port Prefs"
"Error while creating templates, could not find a part of the path ...."

The program terminates with a fatal exception

Perhaps you are not creating the directory needed for the templates.
If I create the directory the program starts but I get an exception when I
create a new project with the wizard.

I am using Win XP SP3 and running the alpha2 download 

Original issue reported on code.google.com by [email protected] on 27 Sep 2009 at 6:41

Paste when renaming a file triggers exception

What steps will reproduce the problem?
1. Copy filename to clipboard
2. Right-click on file - choose rename
3. Paste (Ctrl-V)

What version of the product are you using? On what operating system?

Alpha38 on XP-32-SP3


Original issue reported on code.google.com by [email protected] on 17 Oct 2009 at 5:14

Building with included headers in libraries fails

What steps will reproduce the problem?
1. Open up some Arduino project with a library that includes headers. For
Example a KS0105 or TLC5940 Project where the library includes config files.
2. On compilation the compiler wont compile the included headers


--------------------------Build log----------------------
Execute: avr-g++ -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT HardwareSerial.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/HardwareSerial.cpp"
Execute: avr-gcc -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT pins_arduino.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/pins_arduino.c"
Execute: avr-g++ -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT Print.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/Print.cpp"
Execute: avr-gcc -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT WInterrupts.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/WInterrupts.c"
Execute: avr-gcc -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT wiring.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/wiring.c"
Execute: avr-gcc -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT wiring_analog.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/wiring_analog.c"
Execute: avr-gcc -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT wiring_digital.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/wiring_digital.c"
Execute: avr-gcc -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT wiring_pulse.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/wiring_pulse.c"
Execute: avr-gcc -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT wiring_shift.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/wiring_shift.c"
Execute: avr-g++ -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT WMath.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/WMath.cpp"
Execute: avr-g++ -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT Tlc5940.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/Tlc5940.cpp"
####Error: object file not created at D:\Arduino\output\Tlc5940.o
Execute: avr-g++ -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT BasicAnimations.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/BasicAnimations.cpp"
####Error: object file not created at D:\Arduino\output\BasicAnimations.o
Execute: avr-g++ -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT BasicUse.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/BasicUse.cpp"
####Error: object file not created at D:\Arduino\output\BasicUse.o
Execute: avr-g++ -I"D:\Arduino"
-I"C:\Users\Nachtwind\Desktop\AVRProjectIDE_Alpha18\arduino\core"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"
-I"C:\Users\Nachtwind\AppData\Roaming\AVRProjectIDE\temp"  -mmcu=atmega1280
-DF_CPU=16000000UL -Os -fpack-struct -fshort-enums -funsigned-char
-funsigned-bitfields -ffunction-sections -fdata-sections  -Wall -gdwarf-2
-std=gnu99 -MD -MP -MT arduino_temp_main.o  -c 
"C:/Users/Nachtwind/AppData/Roaming/AVRProjectIDE/temp/arduino_temp_main.cpp"
####Error: object file not created at D:\Arduino\output\arduino_temp_main.o
Execute: avr-gcc -mmcu=atmega1280 -Wl,-Map=testmitneueride.map
-Wl,--gc-sections -Os HardwareSerial.o pins_arduino.o Print.o WInterrupts.o
wiring.o wiring_analog.o wiring_digital.o wiring_pulse.o wiring_shift.o
WMath.o    -o testmitneueride.elf
c:/program files
(x86)/winavr/bin/../lib/gcc/avr/4.3.2/../../../../avr/lib/avr51/crtm1280.o:(.ini
t9+0x0):
undefined reference to `main'
####Error: ELF file not created at D:\Arduino\output\testmitneueride.elf
Execute: rm -rf HardwareSerial.o pins_arduino.o Print.o WInterrupts.o
wiring.o wiring_analog.o wiring_digital.o wiring_pulse.o wiring_shift.o
WMath.o  libtestmitneueride.a HardwareSerial.d pins_arduino.d Print.d
WInterrupts.d wiring.d wiring_analog.d wiring_digital.d wiring_pulse.d
wiring_shift.d WMath.d  libtestmitneueride.a 
Build Failed
---------------------------------------------------------------


What is the expected output? What do you see instead?
I would love to see it work ;0)



What version of the product are you using? On what operating system?
Alpha26

Please provide any additional information below.
Added sketch source. Works in Arduino017

Original issue reported on code.google.com by [email protected] on 4 Oct 2009 at 2:27

Attachments:

Regex not perfect

Comment stripping function needs better regular expressions to handle
streaming comments

Original issue reported on code.google.com by [email protected] on 27 Sep 2009 at 5:19

try create first project after install

install on wxp, sp2 DE
new project wizard
from template arduino mega 1280 16 Mhz

eror message from ide:

Error In Main IDE

Modified code files should have been backed up occasionally automatically,
go look for them if the editor crashes.
If this is an issue or bug, please report this to
http://code.google.com/p/avr-project-ide/issues/list

Message: Die Datei oder Assembly System.Core, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 oder eine Abhängigkeit
davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.

Target Site: Void LoadIOModuleTree(System.Windows.Forms.TreeView,
System.Xml.XmlElement)

Stack Trace:    bei
AVRProjectIDE.HardwareExplorer.LoadIOModuleTree(TreeView treeIOModules,
XmlElement docEle)
   bei AVRProjectIDE.HardwareExplorer.LoadDataForChip(String chipName)
   bei AVRProjectIDE.IDEWindow.HandleNewOpenProj(AVRProject newProj)
   bei AVRProjectIDE.IDEWindow.IDEWindow_Load(Object sender, EventArgs e)
   bei System.Windows.Forms.Form.OnLoad(EventArgs e)
   bei System.Windows.Forms.Form.OnCreateControl()
   bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   bei System.Windows.Forms.Control.CreateControl()
   bei System.Windows.Forms.Control.WmShowWindow(Message& m)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
   bei System.Windows.Forms.Form.WmShowWindow(Message& m)
   bei System.Windows.Forms.Form.WndProc(Message& m)
   bei AVRProjectIDE.IDEWindow.WndProc(Message& m)

Source: AVRProjectIDE

Inner Exception: 

Original issue reported on code.google.com by [email protected] on 19 Mar 2010 at 10:41

Suppress/toggle Warnings on/off

In a current project I use the PSTR macro (inline definition of PROGMEM 
string) frequently. Unfortunately, the AVR C++ compiler issues a warning 
whenever it's used and I've not found a way to avoid this. Consequently 
it's more difficult to spot compile errors amongst all the warnings.

It would help a lot if there was an on/off toggle for suppress warnings in 
proximity to the listbox (e.g. implemented as a listbox filter).

Original issue reported on code.google.com by [email protected] on 7 Dec 2009 at 9:42

Templates to inherite other templates

What do you want?

something that makes it easy to for one template to inherit from another

Why do you want it?

arduino requires the libm.a library, and all optimizations

How do you suggest it's added?

a tag that says what template to inherit, search for it, and add it in as a
child to the XmlElement before proceeding with the application

Will it cause any incompatibility problems with previous versions?

will need to force an update of the template document,

Original issue reported on code.google.com by [email protected] on 30 Sep 2009 at 7:24

preserve window size and position setting

What do you want?

preserve window size and position setting

Why do you want it?



How do you suggest it's added?

two entries in settings.ini

Will it cause any incompatibility problems with previous versions?

no

Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 4:20

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.