You can subscribe to this list here.
2008 |
Jan
|
Feb
(5) |
Mar
(17) |
Apr
(8) |
May
(6) |
Jun
(5) |
Jul
(23) |
Aug
(22) |
Sep
(7) |
Oct
(8) |
Nov
(14) |
Dec
(16) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(15) |
Feb
(4) |
Mar
(8) |
Apr
(13) |
May
(12) |
Jun
|
Jul
(5) |
Aug
(3) |
Sep
(2) |
Oct
(15) |
Nov
(2) |
Dec
(3) |
2010 |
Jan
(12) |
Feb
(13) |
Mar
(8) |
Apr
(1) |
May
|
Jun
(8) |
Jul
(11) |
Aug
(12) |
Sep
(4) |
Oct
(7) |
Nov
(3) |
Dec
(4) |
2011 |
Jan
(2) |
Feb
(5) |
Mar
(6) |
Apr
|
May
|
Jun
(1) |
Jul
(4) |
Aug
|
Sep
|
Oct
(2) |
Nov
(3) |
Dec
(8) |
2012 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
(2) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Thomas H. <th...@in...> - 2011-11-12 13:04:48
|
Yeah, I really should build a version of the plugin with the latest bugfixes. I was holding it back because I wanted to include a new feature (support for multiple toolchains at the same time), but I got bogged down due to lack of time. I'll see if I can find time tomorrow to get the build done. brgds, Thomas On 12.11.2011 11:47, Christopher Tarento wrote: > Hello, > > Is there any way to get a last git version of the AVR eclipse plugin. > Some enhancement like path discovery fix may be usefull .... > > Thanks guys > |
From: Christopher T. <chr...@gm...> - 2011-11-12 10:47:13
|
Hello, Is there any way to get a last git version of the AVR eclipse plugin. Some enhancement like path discovery fix may be usefull .... Thanks guys |
From: SourceForge.net <no...@so...> - 2011-11-11 15:50:41
|
Support Requests item #3435148, was opened at 2011-11-08 14:56 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3435148&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: https://www.google.com/accounts () >Assigned to: Thomas Holland (innot) Summary: AVR Device Explorer Initial Comment: When I try to open the AVR Device Explorer I get the error: Could not create the view: null argument: org.eclipse.core.runtime.AssertionFailedException: null argument: at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85) at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73) at org.eclipse.jface.viewers.StructuredViewer.assertElementsNotNull(StructuredViewer.java:599) at org.eclipse.jface.viewers.StructuredViewer.getRawChildren(StructuredViewer.java:1011) at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:917) at org.eclipse.jface.viewers.StructuredViewer.getSortedChildren(StructuredViewer.java:1067) at org.eclipse.jface.viewers.AbstractListViewer.inputChanged(AbstractListViewer.java:332) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:280) at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1690) at de.innot.avreclipse.ui.views.avrdevice.AVRDeviceView.providerChanged(AVRDeviceView.java:478) at de.innot.avreclipse.ui.views.avrdevice.AVRDeviceView.createPartControl(AVRDeviceView.java:202) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:375) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:229) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2245) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1145) at org.eclipse.ui.internal.WorkbenchPage$20.run(WorkbenchPage.java:3921) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3918) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:162) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:76) at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293) at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169) at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241) at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829) at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815) at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2011-11-11 07:50 Message: Thanks for the Bug Report. The reason for the Exception is the "AVR_M3000" entry in avr/io.h in the latest AVR toolchains. A fix is already in the git repository for the plugin and will be included in the next release. In the meantime the following workaround can be used: Delete the following lines from the avr/io.h include file: #elif defined (__AVR_M3000__) # include <avr/iom3000.h> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3435148&group_id=189165 |
From: SourceForge.net <no...@so...> - 2011-10-23 07:50:28
|
Bugs item #3427472, was opened at 2011-10-23 20:50 Message generated for change (Tracker Item Submitted) made by studiosfvk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3427472&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Volker Kuhlmann (studiosfvk) Assigned to: Nobody/Anonymous (nobody) Summary: settings copied wrong for all configurations Initial Comment: It is commonly convenient to make use of individual settings for build configurations. In the C/C++ build settings one can then change individual configurations, or all at the same time. When changing all at the same time (configuration: [All configurations]), the command line pattern for create extended listing and print size are always both written. That is, modifying the line for print size will also copy that same line to the create extended listing line pattern, creating havoc there. This happens at least for a static library project, but I suspect it always happens, and I also suspect this may not be the only place where it happens. I've had my input messed up frequently with seemingly unrelated edits. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3427472&group_id=189165 |
From: SourceForge.net <no...@so...> - 2011-10-23 05:46:29
|
Bugs item #3389914, was opened at 2011-08-11 18:17 Message generated for change (Comment added) made by studiosfvk You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3389914&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Matthew McDougal (mmdoogie) Summary: makefile generation problem Initial Comment: The automatic makefile generation fails to add the strings for both (in file: makefile): FLASH_IMAGE += \ EEPROM_IMAGE += \ I have two VERY similar build configurations, one that does generate those two lines and one that does not. For the failing configuration: when I disable automatic makefile generation and manually fill in these two values everything works as expected. I can be contacted at bj...@jo... for any questions. Thanks for some great work!! ---------------------------------------------------------------------- Comment By: Volker Kuhlmann (studiosfvk) Date: 2011-10-23 18:46 Message: I can confirm this irritating behaviour. It affects listing and size output too (empty lines removed): LSS += \ FLASH_IMAGE += \ EEPROM_IMAGE += \ SIZEDUMMY += \ Not producing any output is a K.O. bug. :-( Obviously it is triggered only sometimes. I was unable to pinpoint it better, but using eclipse links (either file or directory) makes the project unusable from all the errors. Renaming any directory in the eclipse project is problematic too, it messes up several things. It may be possible to recover from this problem, but it involves an awful lot of cleaning, file deleting, index regeneration and eclipse restarting. Symbolic links however are always fine (just goes to show to use the real thing instead the fancy GUI "imitation"... :-) ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3389914&group_id=189165 |
From: SourceForge.net <no...@so...> - 2011-07-28 15:16:44
|
Bugs item #3304786, was opened at 2011-05-19 22:33 Message generated for change (Comment added) made by markus-j You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3304786&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: v2.3 Status: Closed Resolution: Later Priority: 5 Private: No Submitted By: George Jglau (baitzor) Assigned to: Thomas Holland (innot) Summary: Symbols not found Initial Comment: I'm having some strange issues with the avr eclipse plugin. Even if I've included <avr/io.h>, eclipse still says the symbols associated with the MCU are missing(PORTB, etc). The program however compiles and works fine. The target MCU is an atmega8. I'm using the latest WinAVR. To reproduce the problem, just create an empty project and reference to one of the MCU's ports. ---------------------------------------------------------------------- Comment By: Markus (markus-j) Date: 2011-07-28 17:16 Message: Ok, forget the first sentence, if you already fixed this bug, i am curious awaiting AVR Eclipse 2.4.* ---------------------------------------------------------------------- Comment By: Markus (markus-j) Date: 2011-07-28 17:12 Message: IMHO this isse is far away from beeing closed. For me, it is AVR Eclipse's biggest showstopper. Wrong warnings instead of content assistance is a bad deal ... I spotted this behaviour after migrating from windows to linux, using Eclipse Helios. Autodetection of paths and symbols works fine, but with linux, the found headers are not propagated into the project's configuration. (Unlike with windows, there they got added to the projects paths and symbols after the first compile-run) It also appears with Eclipse Indigo. ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2011-07-13 18:46 Message: Hi, maybe running the "indexer" manually might help (from the project context menu select "Index -> rebuild") Currently the whole "discovery" thing of symbols is pretty messed up in the AVR Eclipse Plugin. I have finally been able to fix this and the next version of the AVR Plugin should work much smoother with regard to auto-discovery of symbols. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3304786&group_id=189165 |
From: SourceForge.net <no...@so...> - 2011-07-28 15:12:17
|
Bugs item #3304786, was opened at 2011-05-19 22:33 Message generated for change (Comment added) made by markus-j You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3304786&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: v2.3 Status: Closed Resolution: Later Priority: 5 Private: No Submitted By: George Jglau (baitzor) Assigned to: Thomas Holland (innot) Summary: Symbols not found Initial Comment: I'm having some strange issues with the avr eclipse plugin. Even if I've included <avr/io.h>, eclipse still says the symbols associated with the MCU are missing(PORTB, etc). The program however compiles and works fine. The target MCU is an atmega8. I'm using the latest WinAVR. To reproduce the problem, just create an empty project and reference to one of the MCU's ports. ---------------------------------------------------------------------- Comment By: Markus (markus-j) Date: 2011-07-28 17:12 Message: IMHO this isse is far away from beeing closed. For me, it is AVR Eclipse's biggest showstopper. Wrong warnings instead of content assistance is a bad deal ... I spotted this behaviour after migrating from windows to linux, using Eclipse Helios. Autodetection of paths and symbols works fine, but with linux, the found headers are not propagated into the project's configuration. (Unlike with windows, there they got added to the projects paths and symbols after the first compile-run) It also appears with Eclipse Indigo. ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2011-07-13 18:46 Message: Hi, maybe running the "indexer" manually might help (from the project context menu select "Index -> rebuild") Currently the whole "discovery" thing of symbols is pretty messed up in the AVR Eclipse Plugin. I have finally been able to fix this and the next version of the AVR Plugin should work much smoother with regard to auto-discovery of symbols. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3304786&group_id=189165 |
From: SourceForge.net <no...@so...> - 2011-07-13 16:50:46
|
Bugs item #3366241, was opened at 2011-07-13 18:50 Message generated for change (Tracker Item Submitted) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3366241&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Thomas Holland (innot) Assigned to: Thomas Holland (innot) Summary: avrdude "operation not permitted" error Initial Comment: Add some UI help when avrdude returns an "operation not permitted" error. (happens on Ubuntu due to lack of permissions to access a USB device) Encountering this error message should point the user to the "Known Issues" page of the AVR Eclipse Plugin wiki, ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3366241&group_id=189165 |
From: SourceForge.net <no...@so...> - 2011-07-13 16:46:43
|
Bugs item #3304786, was opened at 2011-05-19 22:33 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3304786&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: v2.3 >Status: Closed >Resolution: Later Priority: 5 Private: No Submitted By: George Jglau (baitzor) >Assigned to: Thomas Holland (innot) Summary: Symbols not found Initial Comment: I'm having some strange issues with the avr eclipse plugin. Even if I've included <avr/io.h>, eclipse still says the symbols associated with the MCU are missing(PORTB, etc). The program however compiles and works fine. The target MCU is an atmega8. I'm using the latest WinAVR. To reproduce the problem, just create an empty project and reference to one of the MCU's ports. ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2011-07-13 18:46 Message: Hi, maybe running the "indexer" manually might help (from the project context menu select "Index -> rebuild") Currently the whole "discovery" thing of symbols is pretty messed up in the AVR Eclipse Plugin. I have finally been able to fix this and the next version of the AVR Plugin should work much smoother with regard to auto-discovery of symbols. Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3304786&group_id=189165 |
From: HIDALGO A. (S. D. SECURITE) <adr...@sa...> - 2011-06-30 12:45:22
|
Hi, I would like to be able to develop a project for Blackfin processors in Eclipse Helios with the CDT 6.0 .I try the Blackfin-Gnu-Tool chain plug-in for eclipse, but I need to use the VDSP's compiler to make my application working after the developpement . So I wanted to know if it was possible to integrate the Blackfin tool chain INSTEAD of the GCC one, and not to use an adapted gcc tool chain for blackfin(bfin-elf-gcc) ? Thanks & regards # " Ce courriel et les documents qui lui sont joints peuvent contenir des informations confidentielles ou ayant un caractère privé. S'ils ne vous sont pas destinés, nous vous signalons qu'il est strictement interdit de les divulguer, de les reproduire ou d'en utiliser de quelque manière que ce soit le contenu. Si ce message vous a été transmis par erreur, merci d'en informer l'expéditeur et de supprimer immédiatement de votre système informatique ce courriel ainsi que tous les documents qui y sont attachés." ****** " This e-mail and any attached documents may contain confidential or proprietary information. If you are not the intended recipient, you are notified that any dissemination, copying of this e-mail and any attachments thereto or use of their contents by any means whatsoever is strictly prohibited. If you have received this e-mail in error, please advise the sender immediately and delete this e-mail and all attached documents from your computer system." # |
From: Chris <cba...@gm...> - 2011-03-27 09:10:21
|
Ok, thanks for the clarification Thomas. I have filed a bug report on this issue in the AVR Plugin Tracker [1], hopefully this can be addressed in the future. Thanks again, Chris [1] https://sourceforge.net/tracker/?func=detail&aid=3248913&group_id=189165&atid=928232 |
From: SourceForge.net <no...@so...> - 2011-03-27 09:05:09
|
Support Requests item #3248913, was opened at 2011-03-27 10:05 Message generated for change (Tracker Item Submitted) made by chrisbaines You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3248913&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris Baines (chrisbaines) Assigned to: Nobody/Anonymous (nobody) Summary: Licence Incompatability with Eclipse Initial Comment: Eclipse is licensed under the EPL, and this is incompatible with the GPL, this incomparability makes is problematic to use the AVR plug in with Eclipse. One solution would be to relicense the AVR Plug-in code with the EPL. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3248913&group_id=189165 |
From: Thomas H. <th...@in...> - 2011-03-26 21:54:50
|
On 26.03.2011 10:40, Chris wrote: > Hello, > > I recently requested that the Eclipse AVR Plug-in be packaged and > included in Debian [1]. However it was brought to my attention that > Eclipse is licensed under the EPL, and this is incompatible with the > GPL, this incomparability according to wikipedia makes combined works > unlawful to distribute [2]. > > Is this correct? INAL, but I think that this might be correct. The AVR Plugin was already GPL when I took over from the previous maintainer. I like the GPL so I continued with it. However I am aware that using a GPL Plugin with Eclipse is a somewhat grey area due to license incompatibility. I have contemplated for some time to change the AVR plugin license to the EPL, if only to reuse Eclipse and CDT code in the plugin (which I can't do as long as the plugin is still GPL). A license change should not be too difficult as I have written probably 95%+ of the code of the plugin myself. Most of the original GPL code from the previous maintainer and from those 2 or 3 contributors have probably been rewritten multiple times, but I would still have to check that and also, as a courtesy, ask those contributors if they agree with a license change. But as I don't really work on the AVR Plugin anymore (due to time constraints), I have not but any effort into a license change. brgds, Thomas > Thanks, > > Chris > > P.S Please CC me if you reply as I am not subscribed to the mailing list > > [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619631 > [2] > https://secure.wikimedia.org/wikipedia/en/wiki/Eclipse_Public_License > > |
From: Chris <cba...@gm...> - 2011-03-26 09:40:26
|
Hello, I recently requested that the Eclipse AVR Plug-in be packaged and included in Debian [1]. However it was brought to my attention that Eclipse is licensed under the EPL, and this is incompatible with the GPL, this incomparability according to wikipedia makes combined works unlawful to distribute [2]. Is this correct? Thanks, Chris P.S Please CC me if you reply as I am not subscribed to the mailing list [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619631 [2] https://secure.wikimedia.org/wikipedia/en/wiki/Eclipse_Public_License |
From: SourceForge.net <no...@so...> - 2011-03-16 20:07:27
|
Support Requests item #3217263, was opened at 2011-03-16 21:07 Message generated for change (Tracker Item Submitted) made by jondo2010 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3217263&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: John Hughes (jondo2010) Assigned to: Nobody/Anonymous (nobody) Summary: AVR Eclipse broken Initial Comment: I've tried several versions of Eclipse as well, and can't get the AVR plugin to work at all. - Ubuntu 10.04, amd64 $ java -showversion java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode) Eclipse SDK Version: 3.6.2 Build id: M20110210-1200 When I try to create a new AVR C project, the Eclipse hangs and I get this backtrace in the console: java.lang.UnsatisfiedLinkError: no spawner in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1734) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1028) at org.eclipse.cdt.utils.spawner.ProcessFactory.<init>(ProcessFactory.java:39) at org.eclipse.cdt.utils.spawner.ProcessFactory.getFactory(ProcessFactory.java:51) at de.innot.avreclipse.core.paths.posix.SystemPathsPosix.executeCommand(SystemPathsPosix.java:157) at de.innot.avreclipse.core.paths.posix.SystemPathsPosix.which(SystemPathsPosix.java:105) at de.innot.avreclipse.core.paths.posix.SystemPathsPosix.getSystemPath(SystemPathsPosix.java:83) at de.innot.avreclipse.core.paths.SystemPathHelper.getPath(SystemPathHelper.java:105) at de.innot.avreclipse.core.paths.AVRPathManager.getSystemPath(AVRPathManager.java:143) at de.innot.avreclipse.core.paths.AVRPathManager.getPath(AVRPathManager.java:101) at de.innot.avreclipse.core.paths.AVRPathManager.isValid(AVRPathManager.java:237) at de.innot.avreclipse.ui.preferences.AVRPathsFieldEditor.updateTableItem(AVRPathsFieldEditor.java:378) at de.innot.avreclipse.ui.preferences.AVRPathsFieldEditor.doLoad(AVRPathsFieldEditor.java:243) at org.eclipse.jface.preference.FieldEditor.load(FieldEditor.java:500) at org.eclipse.jface.preference.FieldEditorPreferencePage.initialize(FieldEditorPreferencePage.java:307) at org.eclipse.jface.preference.FieldEditorPreferencePage.createContents(FieldEditorPreferencePage.java:233) at org.eclipse.jface.preference.PreferencePage.createControl(PreferencePage.java:232) at org.eclipse.jface.preference.PreferenceDialog.createPageControl(PreferenceDialog.java:1501) at org.eclipse.jface.preference.PreferenceDialog$14.run(PreferenceDialog.java:1258) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1252) at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:674) at org.eclipse.jface.preference.PreferenceDialog$10.run(PreferenceDialog.java:708) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.preference.PreferenceDialog$9.selectionChanged(PreferenceDialog.java:704) at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:867) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:865) at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1205) at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1230) at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:251) at org.eclipse.jface.util.OpenStrategy.access$5(OpenStrategy.java:245) at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:419) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.open(WorkbenchPreferenceDialog.java:211) at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:65) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575) at org.eclipse.equinox.launcher.Main.run(Main.java:1408) at org.eclipse.equinox.launcher.Main.main(Main.java:1384) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3217263&group_id=189165 |
From: Сергей С. <555...@ma...> - 2011-03-10 21:28:56
|
Hello. Does anybody have any experience of working with simulavr and avr-gdb (6.8) under Eclipse Helious? I'm using Eclipse with AVREclipsePlugin (2.3.4) and it works with the official C versions of simulavr (such as 0.1.2.6) with using avr-gdb from winavr. But I decided to try newer C++ version of simulavr from repository and compiled it. Unfortunately I have some problems when using this new simulavr version with Eclipse. I can see the next Eclipse error log: 35-target-select remote localhost:1212 warning: unrecognized item "timeout" in "qSupported" response ~"Ignoring packet error, continuing...\n "Ignoring packet error, continuing...&amp; "warning: unrecognized item \"timeout\" in \"qSupported\" response\n" ~"Ignoring packet error, continuing...\n "Ignoring packet error, continuing... 36-gdb-exit I can debug a C-program in avr-insight using new simulavr, but i can't debug in eclipse. Eclipse uses avr-gdb for debugging which is connected to simulavr via TCP protocol, so the message "qSupport" is sent to simulavr by avr-gdb. And I guess the newly compiled simulavr (C++) answers to avr-gdb in a different way rather than previous C-version so that avr-gdb sends something another to Eclipse as it was while simulating with old simulavr. Could you tell me, what can be the problem connected with? |
From: Markus S. <mar...@so...> - 2011-02-24 10:58:59
|
please help! I want to use different build configurations in eclipse regarding debugging in proteus using ifndef and ifdef i want to switch includes and code like this: #ifndef proteus #include "microwave_oven.h" #endif //there is no spice model for an microwave oven :) //that's why i use that other library for simulating that output.. #ifdef proteus #include "microwave_oven_simulated.h" #endif //gives me nice warm maccaroni and cheese everytime I tried now to define that macro -proteus- in tool settings -definitions in the configuration Debug. then after changing to the configuration Debug nothing happens. the ifndef statements are marked as active and the build stays the same. so now where do i define that macro in my build config? i could write it directly in the code but isn't it supposed to work with build configs? yours markus |
From: SourceForge.net <no...@so...> - 2011-02-14 18:11:02
|
Support Requests item #3181111, was opened at 2011-02-14 19:11 Message generated for change (Tracker Item Submitted) made by emuede You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3181111&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem (example) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Emuede (emuede) Assigned to: Nobody/Anonymous (nobody) Summary: AVR Plugin under Kubuntu Lucid Lynx Initial Comment: Hi, I'm trying to find the right way to install the latest AVR-Plugin for elicpse under Lucid Lynx. At different places i get different tips to do so: Should i place Eclipse under '/opt', then install the AVR-Plugin from within eclipse after changing the rights to root:root or user:user? If i try the KPackagekit (apt-get...), i get an older version. Should i place eclipse in the /home-directory or at /usr/share/local... I don't want to start at the wrong way Thanks for any help ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3181111&group_id=189165 |
From: SourceForge.net <no...@so...> - 2011-02-09 16:57:00
|
Bugs item #3176611, was opened at 2011-02-09 17:56 Message generated for change (Tracker Item Submitted) made by o_nn_o You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3176611&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Onno (o_nn_o) Assigned to: Matthew McDougal (mmdoogie) Summary: AVRDUDE uses -pnull Initial Comment: Problem: I'm using the plugin for an atxmega32d4. This device is not officially supported by avrdude, but with a modified avrduce.conf file, it works fine from the commandline. (I configured the plugin to use this file as the AVRDude config file) When I want to setup the plugin to program my device (and I select the device from the list, or let it determine the device with the Load from MCU button) it show a warning "This MCU is not supported by AVRDude" When I build and program the device, the programming fails because avrdude is called with -pnull in stead of -px32d4 If I select an other device (say atxmega32a4) it does start to program (avrdude is called with -px32a4) but it will fail because of the wrong device id Solution: Let me fill in the device id if the device is not supported by avrdude, or scan the custom configuration file to find out the device id. Configuration: avr-eclipse 2.3.4.20100807PRD eclipse 3.6.1 eclipse CDT 7.0.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3176611&group_id=189165 |
From: SourceForge.net <no...@so...> - 2011-02-07 21:41:57
|
Support Requests item #3175384, was opened at 2011-02-08 00:41 Message generated for change (Tracker Item Submitted) made by realbastard You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3175384&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sergey Boykov (realbastard) Assigned to: Nobody/Anonymous (nobody) Summary: AVR Device Explorer problem Initial Comment: Hi. in XMega many registers have name with '_' character .(PORTD_OUTSET, TCC1_CTRLA ......) AVR Device Explorer don`t view this registers. Thank you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=3175384&group_id=189165 |
From: SourceForge.net <no...@so...> - 2011-02-03 14:12:46
|
Feature Requests item #3171626, was opened at 2011-02-03 14:12 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928234&aid=3171626&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Additional Functionality Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Matthew McDougal (mmdoogie) Summary: Commands after build Initial Comment: I would like to be able to run multiple commands after building like s-record copy and programming with custom command line. Note I currently do this with batch files which I then run instead of AVRDude but would much rather have a custom commands option after/before AVRDude. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928234&aid=3171626&group_id=189165 |
From: kos <glo...@gm...> - 2011-01-30 19:23:29
|
Hi I want to use float numbers for one of my projects with a Atmega32 ( printf ). I search the internet and i have found that i must add this command to the linker "**-Wl,-u,vfprintf* *" or "-Wl,-u,vfprintf -lprintf_flt -lm". I have tried into Eclipse to do it as right click on the project name-> Properties->C/C++ Build-> Settings->AVR C Linker->General-> Other Arguments and copy the command with no success. Do you have found any solution?? |
From: SourceForge.net <no...@so...> - 2011-01-26 08:43:16
|
Bugs item #3165740, was opened at 2011-01-26 08:43 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3165740&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Matthew McDougal (mmdoogie) Summary: Sections not excluded in flash image Initial Comment: The default build configuration only excludes the .eeprom section from the generated Intel Hex file. Some other spectial sections are defined by AVR-GCC that can't be written by avrdude and cause the flash write to fail without modifying the project configuration. At least '.fuse' and '.signature' should be excluded. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3165740&group_id=189165 |
From: SourceForge.net <no...@so...> - 2010-12-31 08:09:28
|
Support Requests item #2871692, was opened at 2009-10-01 22:18 Message generated for change (Comment added) made by j-dubu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=2871692&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem (example) Group: None Status: Open Resolution: Accepted Priority: 5 Private: No Submitted By: Dan Bock (bock2911) Assigned to: Thomas Holland (innot) Summary: AVR Plugin problem with OS X Initial Comment: I am trying to install this on my MAC (intel chipset). And i am having a problem with the system not able to recognize the AVR Dragon that I have. I did find that paths it is not able to find the "ATmel part description files system". I have just reinstalled the Crosspack. Is that in there? Am I missing something also? One last thing, when I turn on the program, I do get the following error: Description Resource Path Location Type Error launching external scanner info generator (avr-gcc -E -P -v -dD /Users/danielbock/Eclipse development/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c) Test_1 Unknown C/C++ Problem Any help would be great. Thanks. ---------------------------------------------------------------------- Comment By: j-dub (j-dubu) Date: 2010-12-31 00:09 Message: Hi I'm using: MacOSX 10.5.8 Eclipse IDE for C/C++ Developers Version: Helios Service Release 1 Build id: 20100917-0705 AVR Plug In Version: 2.3.4.20100807PRD CrossPack-AVR-20100115 (Containing versions: avarice: 2.9 avr-libc-1.6.7cvs: 1.6.7 avrdude-5.8svn912: 5.8svn912 binutils: 2.19 gcc-3: 3.4.6 gcc-4: 4.3.3 gdb: 6.8 libusb: 0.1.12 make: 3.81 simulavr: 0.9) For me, I installed the avr-plug-in (and thanks for making it available!) and the only evidence I see of it is in the about box for Eclipse. Otherwise no sign in project properties (or elsewhere that I can see). I see a few others with this problem online elsewhere. When I launch a project I get the same error as Mr Bock, except with my path, some of which I replaced with [Path] below, viz Description Resource Path Location Type Error launching external scanner info generator (gcc -E -P -v -dD /Users/[Path]/Eclipse/MyMessing/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c) junk-test-plugin Unknown C/C++ Problem In this case junk-test-plugin is the C project I created. When I paste the call into my terminal, I it fails for not finding gcc. Adding the prefix "avr-" gives the following result: Using built-in specs. Target: avr Configured with: ../configure --prefix=/usr/local/CrossPack-AVR-20100115 --disable-dependency-tracking --disable-nls --disable-werror --target=avr --enable-languages=c,c++ --disable-nls --disable-libssp --with-dwarf2 Thread model: single gcc version 4.3.3 (GCC) COLLECT_GCC_OPTIONS='-E' '-P' '-v' '-dD' /usr/local/CrossPack-AVR-20100115/libexec/gcc/avr/4.3.3/cc1 -E -quiet -v -P /Users/[Path]/Eclipse/MyMessing/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c -dD ignoring nonexistent directory "/usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/../../../../avr/sys-include" #include "..." search starts here: #include <...> search starts here: /usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/include /usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/include-fixed /usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/../../../../avr/include End of search list. #define __STDC__ 1 #define __STDC_HOSTED__ 1 #define __GNUC__ 4 #define __GNUC_MINOR__ 3 #define __GNUC_PATCHLEVEL__ 3 #define __SIZE_TYPE__ unsigned int #define __PTRDIFF_TYPE__ int #define __WCHAR_TYPE__ int #define __WINT_TYPE__ unsigned int #define __INTMAX_TYPE__ long long int #define __UINTMAX_TYPE__ long long unsigned int #define __GXX_ABI_VERSION 1002 #define __USING_SJLJ_EXCEPTIONS__ 1 #define __SCHAR_MAX__ 127 #define __SHRT_MAX__ 32767 #define __INT_MAX__ 32767 #define __LONG_MAX__ 2147483647L #define __LONG_LONG_MAX__ 9223372036854775807LL #define __WCHAR_MAX__ 32767 #define __CHAR_BIT__ 8 #define __INTMAX_MAX__ 9223372036854775807LL #define __FLT_EVAL_METHOD__ 0 #define __DEC_EVAL_METHOD__ 2 #define __FLT_RADIX__ 2 #define __FLT_MANT_DIG__ 24 #define __FLT_DIG__ 6 #define __FLT_MIN_EXP__ (-125) #define __FLT_MIN_10_EXP__ (-37) #define __FLT_MAX_EXP__ 128 #define __FLT_MAX_10_EXP__ 38 #define __FLT_MAX__ 3.40282347e+38F #define __FLT_MIN__ 1.17549435e-38F #define __FLT_EPSILON__ 1.19209290e-7F #define __FLT_DENORM_MIN__ 1.40129846e-45F #define __FLT_HAS_DENORM__ 1 #define __FLT_HAS_INFINITY__ 1 #define __FLT_HAS_QUIET_NAN__ 1 #define __DBL_MANT_DIG__ 24 #define __DBL_DIG__ 6 #define __DBL_MIN_EXP__ (-125) #define __DBL_MIN_10_EXP__ (-37) #define __DBL_MAX_EXP__ 128 #define __DBL_MAX_10_EXP__ 38 #define __DBL_MAX__ 3.40282347e+38 #define __DBL_MIN__ 1.17549435e-38 #define __DBL_EPSILON__ 1.19209290e-7 #define __DBL_DENORM_MIN__ 1.40129846e-45 #define __DBL_HAS_DENORM__ 1 #define __DBL_HAS_INFINITY__ 1 #define __DBL_HAS_QUIET_NAN__ 1 #define __LDBL_MANT_DIG__ 24 #define __LDBL_DIG__ 6 #define __LDBL_MIN_EXP__ (-125) #define __LDBL_MIN_10_EXP__ (-37) #define __LDBL_MAX_EXP__ 128 #define __LDBL_MAX_10_EXP__ 38 #define __DECIMAL_DIG__ 9 #define __LDBL_MAX__ 3.40282347e+38L #define __LDBL_MIN__ 1.17549435e-38L #define __LDBL_EPSILON__ 1.19209290e-7L #define __LDBL_DENORM_MIN__ 1.40129846e-45L #define __LDBL_HAS_DENORM__ 1 #define __LDBL_HAS_INFINITY__ 1 #define __LDBL_HAS_QUIET_NAN__ 1 #define __DEC32_MANT_DIG__ 7 #define __DEC32_MIN_EXP__ (-95) #define __DEC32_MAX_EXP__ 96 #define __DEC32_MIN__ 1E-95DF #define __DEC32_MAX__ 9.999999E96DF #define __DEC32_EPSILON__ 1E-6DF #define __DEC32_DEN__ 0.000001E-95DF #define __DEC64_MANT_DIG__ 16 #define __DEC64_MIN_EXP__ (-383) #define __DEC64_MAX_EXP__ 384 #define __DEC64_MIN__ 1E-383DD #define __DEC64_MAX__ 9.999999999999999E384DD #define __DEC64_EPSILON__ 1E-15DD #define __DEC64_DEN__ 0.000000000000001E-383DD #define __DEC128_MANT_DIG__ 34 #define __DEC128_MIN_EXP__ (-6143) #define __DEC128_MAX_EXP__ 6144 #define __DEC128_MIN__ 1E-6143DL #define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL #define __DEC128_EPSILON__ 1E-33DL #define __DEC128_DEN__ 0.000000000000000000000000000000001E-6143DL #define __REGISTER_PREFIX__ #define __USER_LABEL_PREFIX__ #define __VERSION__ "4.3.3" #define __GNUC_GNU_INLINE__ 1 #define __NO_INLINE__ 1 #define __FINITE_MATH_ONLY__ 0 #define __SIZEOF_INT__ 2 #define __SIZEOF_LONG__ 4 #define __SIZEOF_LONG_LONG__ 8 #define __SIZEOF_SHORT__ 2 #define __SIZEOF_FLOAT__ 4 #define __SIZEOF_DOUBLE__ 4 #define __SIZEOF_LONG_DOUBLE__ 4 #define __SIZEOF_SIZE_T__ 2 #define __SIZEOF_WCHAR_T__ 2 #define __SIZEOF_WINT_T__ 2 #define __SIZEOF_PTRDIFF_T__ 2 #define __SIZEOF_POINTER__ 2 #define __AVR 1 #define __AVR__ 1 #define AVR 1 #define __AVR_ARCH__ 2 #define __AVR_2_BYTE_PC__ 1 COMPILER_PATH=/usr/local/CrossPack-AVR-20100115/libexec/gcc/avr/4.3.3/:/usr/local/CrossPack-AVR-20100115/libexec/gcc/avr/4.3.3/:/usr/local/CrossPack-AVR-20100115/libexec/gcc/avr/:/usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/:/usr/local/CrossPack-AVR-20100115/lib/gcc/avr/:/usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/../../../../avr/bin/ LIBRARY_PATH=/usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/:/usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/../../../../avr/lib/ COLLECT_GCC_OPTIONS='-E' '-P' '-v' '-dD' which at least looks promising. The most interesting bit to my (not so very experienced) eye is the following >>>> ignoring nonexistent directory "/usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/../../../../avr/sys-include" #include "..." search starts here: #include <...> search starts here: /usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/include /usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/include-fixed /usr/local/CrossPack-AVR-20100115/lib/gcc/avr/4.3.3/../../../../avr/include End of search list. <<<< it's true that the nonexistent directory does not exist. Anyway, I'm game to debug the Java if you suggest where I should be looking in it. Cheers John ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2010-03-29 03:01 Message: Okay, after some looking around I found the option 'Create Parser Log File'. When using this option on avr/io.h (this file includes the correct header files for a specific platform) I got the following: Scanner problems: #warning encountered with text: "device type not defined" in file: /usr/local/CrossPack-AVR-20100115/avr-4/include/avr/io.h:404 When doing the same with the file I actually need (avr/iox128a1.h) I get: Scanner problems: #error encountered with text: "Include <avr/io.h> instead of this file." in file: /usr/local/CrossPack-AVR-20100115/avr-4/include/avr/iox128a1.h:38 The rest of the files are parsed correctly. My guess is that during indexation the device type is not set (correctly), which would explain why auto-completion doesn't work. Sadly, I don't know how to fix this. P.S. I'm the poster of the previous post, something went wrong with openid. ---------------------------------------------------------------------- Comment By: https://www.google.com/accounts () Date: 2010-03-26 16:16 Message: I'm having the same problem with the warning messages. I've found one solution, which involves disabling the 'Automate discovery of paths and symbols' option in the default Discovery profile (Debug by default). Of course this only takes care of the warnings themselves, not the actual problem. Note that the building of source code succeeds, proper hex files are being generated and the uploading via avrdude works. (I'm using an ATXmega128A1 with the AVRIsp mkII programmer). The only thing that doesn't seem to work correctly is auto-completion for the AVR specific registers and such (I'm assuming this has to do with the warnings). Weird thing is that when I press 'Open Declaration' on, for example <avr/interrupt.h>, the correct header file is opened... So why isn't this indexed, maybe because the correct environment couldn't be determined? Running the avr-gcc command in a shell works, and gives the same output when run on a Windows machine with the same setup (same eclipse versions + WinAVR + AVR Studio). I'm using: MacOSX 10.6.2 Snow Leopard Eclipse Galileo - Build id: 20100218-1602 (latest) AVR Eclipse plugin - Version: 2.3.1.20081204PRD (latest) CrossPack-AVR-20100115 P.S. The Atmel part description files can easily be copied from an AVR Studio installation, just put them somewhere on your drive (I put them in '/usr/local/CrossPack-AVR') and set a custom path to it within Eclipse... It should be approximately 52MB. ---------------------------------------------------------------------- Comment By: jonny (schugabe) Date: 2010-03-11 15:38 Message: I also have the external scanner problem. If this seems to be a general problem would it still help if I debug the plugin? If yes what should I do? ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2010-02-28 15:00 Message: Ok, this seems to be a common Mac problem. Could someone with the problem ("Error launching external scanner info generator") please open a simple terminal and enter 'avr-gcc'. I am curious if 'avr-gcc' is in the standard system path on a Mac (with the avr-gcc toolchain installed of course) If it is, then I am out of ideas and for further troubleshooting I would need some OSX user who would be willing to debug the plugin (it is not very difficult, although a little bit of Java expertise would be helpful) BTW, some googleing for the error message showed that this problem does not seem to be limited to the AVR Plugin but also occurs with other toolchains. ---------------------------------------------------------------------- Comment By: Mikko Saarisalo (mikkosaarisalo) Date: 2010-02-20 11:38 Message: +1 on the second problem. I do have the same observation on my MAC installation. ---------------------------------------------------------------------- Comment By: Dan Bock (bock2911) Date: 2009-10-08 21:49 Message: Thanks for the help. However, I still have the same error as before: Description Resource Path Location Type Error launching external scanner info generator (avr-gcc -E -P -v -dD /Users/danielbock/Eclipse development/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c) Test_1 U nknown C/C++ Problem The output from running the gcc is as follows: Using built-in specs. Target: avr Configured with: ../configure --target=avr --program-prefix=avr- --enable-languages=c --disable-libssp --disable-nls --with-dwarf2 Thread model: single gcc version 4.2.0 /usr/local/libexec/gcc/avr/4.2.0/cc1 -E -quiet -v -P /Users/danielbock/Eclipse development/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c -dD ignoring nonexistent directory "/usr/local/lib/gcc/avr/4.2.0/../../../../avr/sys-include" #include "..." search starts here: #include <...> search starts here: /usr/local/lib/gcc/avr/4.2.0/include /usr/local/lib/gcc/avr/4.2.0/../../../../avr/include End of search list. #define __STDC__ 1 #define __STDC_HOSTED__ 1 #define __GNUC__ 4 #define __GNUC_MINOR__ 2 #define __GNUC_PATCHLEVEL__ 0 #define __SIZE_TYPE__ unsigned int #define __PTRDIFF_TYPE__ int #define __WCHAR_TYPE__ int #define __WINT_TYPE__ unsigned int #define __INTMAX_TYPE__ long long int #define __UINTMAX_TYPE__ long long unsigned int #define __GXX_ABI_VERSION 1002 #define __USING_SJLJ_EXCEPTIONS__ 1 #define __SCHAR_MAX__ 127 #define __SHRT_MAX__ 32767 #define __INT_MAX__ 32767 #define __LONG_MAX__ 2147483647L #define __LONG_LONG_MAX__ 9223372036854775807LL #define __WCHAR_MAX__ 32767 #define __CHAR_BIT__ 8 #define __INTMAX_MAX__ 9223372036854775807LL #define __FLT_EVAL_METHOD__ 0 #define __DEC_EVAL_METHOD__ 2 #define __FLT_RADIX__ 2 #define __FLT_MANT_DIG__ 24 #define __FLT_DIG__ 6 #define __FLT_MIN_EXP__ (-125) #define __FLT_MIN_10_EXP__ (-37) #define __FLT_MAX_EXP__ 128 #define __FLT_MAX_10_EXP__ 38 #define __FLT_MAX__ 3.40282347e+38F #define __FLT_MIN__ 1.17549435e-38F #define __FLT_EPSILON__ 1.19209290e-7F #define __FLT_DENORM_MIN__ 1.40129846e-45F #define __FLT_HAS_DENORM__ 1 #define __FLT_HAS_INFINITY__ 1 #define __FLT_HAS_QUIET_NAN__ 1 #define __DBL_MANT_DIG__ 24 #define __DBL_DIG__ 6 #define __DBL_MIN_EXP__ (-125) #define __DBL_MIN_10_EXP__ (-37) #define __DBL_MAX_EXP__ 128 #define __DBL_MAX_10_EXP__ 38 #define __DBL_MAX__ 3.40282347e+38 #define __DBL_MIN__ 1.17549435e-38 #define __DBL_EPSILON__ 1.19209290e-7 #define __DBL_DENORM_MIN__ 1.40129846e-45 #define __DBL_HAS_DENORM__ 1 #define __DBL_HAS_INFINITY__ 1 #define __DBL_HAS_QUIET_NAN__ 1 #define __LDBL_MANT_DIG__ 24 #define __LDBL_DIG__ 6 #define __LDBL_MIN_EXP__ (-125) #define __LDBL_MIN_10_EXP__ (-37) #define __LDBL_MAX_EXP__ 128 #define __LDBL_MAX_10_EXP__ 38 #define __DECIMAL_DIG__ 9 #define __LDBL_MAX__ 3.40282347e+38L #define __LDBL_MIN__ 1.17549435e-38L #define __LDBL_EPSILON__ 1.19209290e-7L #define __LDBL_DENORM_MIN__ 1.40129846e-45L #define __LDBL_HAS_DENORM__ 1 #define __LDBL_HAS_INFINITY__ 1 #define __LDBL_HAS_QUIET_NAN__ 1 #define __DEC32_MANT_DIG__ 7 #define __DEC32_MIN_EXP__ (-95) #define __DEC32_MAX_EXP__ 96 #define __DEC32_MIN__ 1E-95DF #define __DEC32_MAX__ 9.999999E96DF #define __DEC32_EPSILON__ 1E-6DF #define __DEC32_DEN__ 0.000001E-95DF #define __DEC64_MANT_DIG__ 16 #define __DEC64_MIN_EXP__ (-383) #define __DEC64_MAX_EXP__ 384 #define __DEC64_MIN__ 1E-383DD #define __DEC64_MAX__ 9.999999999999999E384DD #define __DEC64_EPSILON__ 1E-15DD #define __DEC64_DEN__ 0.000000000000001E-383DD #define __DEC128_MANT_DIG__ 34 #define __DEC128_MIN_EXP__ (-6143) #define __DEC128_MAX_EXP__ 6144 #define __DEC128_MIN__ 1E-6143DL #define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL #define __DEC128_EPSILON__ 1E-33DL #define __DEC128_DEN__ 0.000000000000000000000000000000001E-6143DL #define __REGISTER_PREFIX__ #define __USER_LABEL_PREFIX__ #define __VERSION__ "4.2.0" #define __GNUC_GNU_INLINE__ 1 #define __NO_INLINE__ 1 #define __FINITE_MATH_ONLY__ 0 #define __AVR 1 #define __AVR__ 1 #define AVR 1 #define __AVR_ARCH__ 2 Is it the directory error my problem that it says is nonexistent? ---------------------------------------------------------------------- Comment By: Thomas Holland (innot) Date: 2009-10-03 13:09 Message: Hi Dan, the path to the "Atmel part description files" is currently unused by the plugin and therefore not required. (The Atmel Part Description files are part of the Atmel AVR Studio IDE [Only available for Windows] and AFAIK not available separately) So the problem with recognizing your Dragon must be somewhere else. Maybe you can provide the console output to see where it is failing. For your second problem: I haven't seen this error message so I don't know where it comes from and what is causing it. But a few things you could try: check that the file "/Users/danielbock/Eclipse development/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c" exists and is just a empty file (except for one newline). Second: execute the whole command ("avr-gcc -E -P -v -dD /Users/.../specs.c") from a shell to check if there is any problem with that. BTW the "Test_1" in the output. Is that the name of a / the Project? Thomas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928232&aid=2871692&group_id=189165 |
From: SourceForge.net <no...@so...> - 2010-12-24 15:10:29
|
Bugs item #3143520, was opened at 2010-12-24 15:10 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3143520&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Behavior Group: v2.3 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Matthew McDougal (mmdoogie) Summary: Programmer configuration Initial Comment: When I click 'New' on programmer configuration, nothing happens. That is, no dialog opens, absolutely nothing! Windows 7 x64, eclipse helios latest, avr plugin also latest ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=3143520&group_id=189165 |