-
Hi
I am using the latest version of the avr-eclipse (at least software update does not give me a newer version).
If I read the cpu frequency from the device it gives me 1Mhz. Despite the device runs on 8Mhz. Don't know if it is a bug.
But if I set it manually to 8Mhz and aplly the settings close the properties dialogue and open it aain it is back at 1Mhz.
Could this be a bug?
My...
2009-11-18 14:30:25 UTC by nobody
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-28 02:21:52 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-10-28 02:21:51 UTC by sf-robot
-
A simple failure mode that would allow me to manually enter the path to WinAVR would be all that is needed --- right now, the dialog to enter it gets the exception and nothing can be entered in the path field.
2009-10-14 02:28:39 UTC by nobody
-
I am using Galileo on both machines.
On the 32bit machine is Build id: 20090920-1017
Here is a copy of the exception on the 32bit machine -- I got to this one through a different path, but it is still in getWinAVRBasePath
java.lang.NullPointerException
at de.innot.avreclipse.core.paths.win32.SystemPathsWin32.getWinAVRBasePath(SystemPathsWin32.java:112)
at...
2009-10-14 02:26:19 UTC by nobody
-
Need more info!
2009-10-13 23:26:23 UTC by innot
-
Fixed in HEAD and R2.3 Maintenance branch.
2009-10-13 23:24:35 UTC by innot
-
innot committed revision 756 to the AVR Plugin for Eclipse SVN repository, changing 1 files.
2009-10-13 23:23:56 UTC by innot
-
innot committed revision 755 to the AVR Plugin for Eclipse SVN repository, changing 1 files.
2009-10-13 23:20:08 UTC by innot
-
Hi,
the two paths that you see on the Path page are the paths for the 'AVR-GCC' and 'GNU Make' as set on the Preferences -> AVR -> Paths page.
These two paths get prepended to the the paths that CDT already knows ( Preferences -> C/C++ -> Build Variables -> Path ), which in turn should be the PATH from the shell that Eclipse was started in.
Could you please check if /bin is in this path?...
2009-10-13 23:13:06 UTC by innot