-
Notifications
You must be signed in to change notification settings - Fork 132
updated to nightly and can't compile (boards manager bug report) #273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
:-) but then I'm stuck with #209 .... |
Seems you guys (non-volunteer) took part of my test request |
I updated from the eclipse , didn't re-install the Arduino IDE. |
@ranm @b3ndo |
No , using 1.5.6 or 1.5.7 , I don't remember ... |
no problem. |
Will it work if I update my arduino IDE ? If so , which version should I Install? |
Removed the fixed in nightly label as that is only tomorrow :-) |
Ok, I can do it. When you say tomorrow I guess it's US timezone? |
The build process is mostly finished around 04:00 GMT. |
OK, here is my process:
|
If you install from the nightly step 5 should not be necessary. Step 8 is a consequence of the dialog box that stopped all processing. |
Step 7: No matter where you click...result is the same :) |
I'm sorry I don' understand what you are trying to say and ask. |
When you select your arduino version in the preferences it tells you each time I advice 1.6.1. |
maybe help this? strange File adres: this file (folder) is missing... |
please delete the project also from disk before trying to recreate the project
|
org.eclipse.core.internal.resources.ResourceException: Resource '/popo' already exists. EDIT: I find that line in your code on github: |
Updated to recent nightly - the warning dialog from before disappeared but I still can't compile ... Something to do with the path settings ? |
I think the plugin is looking for the compiler file at /tools/avr/bin/avr-g++ , but in my case (maybe because of the version of the IDE) it should be looking at: |
@b3ndo
at line 70 you find URI PrivateLibraryURI = pathMan.resolveURI(pathMan.getURIValue(ArduinoConst.WORKSPACE_PATH_VARIABLE_NAME_PRIVATE_LIB));
return findAllSubFolders(URIUtil.toPath(PrivateLibraryURI));```
>..\arduino-eclipse-plugin-master\it.baeyens.arduino.core\src\it\baeyens\arduino\tools\ArduinoHelpers.java in line 1042
what is: HardwareFolder2 ???
related to the boards manager Arduino puts hardware info at 2 locations now. |
@ranm |
I believe so:
Did I miss anything? |
2: select apply? |
Yes , got the warning about 1.6.1 because I have an older version , chose yes to ignore and continue. |
ranm
but A.HARDWARE.PATH is not defined I can reproduce the problem here. I think it is related to the oldness of the arduino ide. I'm also confused when I look at your output. It looks like Linux but part of your output looks like windows
|
I also saw that part and I tried to add the env variable myself , but for some reason it wouldn't let me add it to the environment - tried 3 times without luck.... |
I think I fixed it. I'm doing a test right now |
Fixed it.
|
looks o.k. now :-) |
Hey ,
I updated the plugin to the new nightly to get the fix for #209 but now I can't even compile.
I keep getting a pop-up window saying:
Error parsing C:/Users/Ran/workspace/DUMP____ArduinoIDE.tmp file does not exist.
C:\Users\Ran\workspace\DUMP____ArduinoIDE.tmp (The system cannot find the file specified)
and as for the console window I get :
Building target: Blink
Printing size:
"/tools/avr/bin/avr-size" -A "C:/Users/Ran/workspace/Blink/Release/Blink.elf"
/usr/bin/sh: /tools/avr/bin/avr-size: No such file or directory
make: *** [Blink] Error 127
Any ideas ? I understand this is a nightly and not stabe yet but I can't work with my Arduino micro due to the issue I mentioned above.
The text was updated successfully, but these errors were encountered: