-
-
Notifications
You must be signed in to change notification settings - Fork 7k
IDE 1.8.1 not compiling any sketches #5978
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
Mac 10.7 OS Arduino Yun wifi connected to home network ( Yun to my network). Drivers all up to date. |
Hi @bukow1cm , could you attach the verbose output of one of the failed compilations? Which Mac model are you using? |
Hi @SteveSProg ,
Thanks |
OK.
Error messages:
Arduino: 1.8.1 (Windows XP), Board: "Arduino/Genuino Uno"
D:\Program Files\Arduino\Arduino-1.8.1\arduino-builder -dump-prefs -logger=machine -hardware D:\Program Files\Arduino\Arduino-1.8.1\hardware -tools D:\Program Files\Arduino\Arduino-1.8.1\tools-builder -tools D:\Program Files\Arduino\Arduino-1.8.1\hardware\tools\avr -built-in-libraries D:\Program Files\Arduino\Arduino-1.8.1\libraries -libraries D:\My Documents\Arduino\libraries -fqbn=arduino:avr:uno -ide-version=10801 -build-path C:\DOCUME~1\Steve\LOCALS~1\Temp\arduino_build_334617 -warnings=all -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=D:\Program Files\Arduino\Arduino-1.8.1\hardware\tools\avr -prefs=runtime.tools.avrdude.path=D:\Program Files\Arduino\Arduino-1.8.1\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=D:\Program Files\Arduino\Arduino-1.8.1\hardware\tools\avr -verbose D:\Program Files\Arduino\Arduino-1.8.1\examples\01.Basics\Blink\Blink.ino
Error compiling for board Arduino/Genuino Uno.
Screen print of my PC configuration: attached
Hope this helps clarify the problem.
Steve
…________________________________
From: Martino Facchin <[email protected]>
Sent: 20 February 2017 09:06
To: arduino/Arduino
Cc: SteveSProg; Mention
Subject: Re: [arduino/Arduino] IDE 1.8.1 not compiling any sketches (#5978)
Hi @SteveSProg<https://github.com/SteveSProg> ,
we can't extract any useful info from the screens you posted. It would be better to know:
* your PC configuration (processor, ram size, service pack version of your XP)
* a copy/paste of the verbose output of a random compilation (you can toggle it from "preference" menu)
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5978 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYsACRyTu0fjiNf9j5VukFv9tZPEmTG_ks5reVekgaJpZM4L-1TH>.
|
Hi
Further to my last reply, I checked Arduino.org, which specified that Java 8 was reuired for 1.8.1. Finding I had only Java 7, I loaded 1.8.0 which is stated as requiring Java 7 or later, and still got the same problem, so it would appear to not be that.
Steve
…________________________________
From: Martino Facchin <[email protected]>
Sent: 20 February 2017 09:06
To: arduino/Arduino
Cc: SteveSProg; Mention
Subject: Re: [arduino/Arduino] IDE 1.8.1 not compiling any sketches (#5978)
Hi @SteveSProg<https://github.com/SteveSProg> ,
we can't extract any useful info from the screens you posted. It would be better to know:
* your PC configuration (processor, ram size, service pack version of your XP)
* a copy/paste of the verbose output of a random compilation (you can toggle it from "preference" menu)
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5978 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYsACRyTu0fjiNf9j5VukFv9tZPEmTG_ks5reVekgaJpZM4L-1TH>.
|
@SteveSProg Java is not surely the problem since the builder is written in Golang. It looks you didn't paste the PC specifications, could you try to resend them? Thanks |
Attached as requested
…________________________________
From: Martino Facchin <[email protected]>
Sent: 21 February 2017 16:42
To: arduino/Arduino
Cc: SteveSProg; Mention
Subject: Re: [arduino/Arduino] IDE 1.8.1 not compiling any sketches (#5978)
@SteveSProg<https://github.com/SteveSProg> Java is not surely the problem since the builder is written in Golang. It looks you didn't paste the PC specifications, could you try to resend them? Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5978 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYsACSJuD4lxgVqsUfDLclr_9inZv_XPks5rexPpgaJpZM4L-1TH>.
|
@SteveSProg email attachments don't work. You either need to include the specs as text in your email response or do the attachment on GitHub. |
@SteveSProg , no problem, I got the CPU model for the first screenshot (sorry for not trying earlier). It is indeed a Sempron 2400+, so it lacks SSE2 instructions. It seems that #4251 and #4742 are back, in some way. I'm attaching a builder build on another system, if you could replace the |
Hi.
Looks good, ran Verify on our old favourite 'Blink', and it ran to the point where it shows 'Linking...', then it failed : -
Linking everything together...
"D:\Program Files\Arduino\Arduino-1.8.1\hardware\tools\avr/bin/avr-gcc" -Wall -Wextra -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\DOCUME~1\Steve\LOCALS~1\Temp\arduino_build_16860/Blink.ino.elf" "C:\DOCUME~1\Steve\LOCALS~1\Temp\arduino_build_16860\sketch\Blink.ino.cpp.o" "C:\DOCUME~1\Steve\LOCALS~1\Temp\arduino_build_16860/core\core.a" "-LC:\DOCUME~1\Steve\LOCALS~1\Temp\arduino_build_16860" -lm
collect2.exe: error: ld returned 5 exit status
exit status 1
Error compiling for board Arduino/Genuino Uno.
I think this is a different problem, having solved the original one.
Steve
…________________________________
From: Martino Facchin <[email protected]>
Sent: 22 February 2017 09:08
To: arduino/Arduino
Cc: SteveSProg; Mention
Subject: Re: [arduino/Arduino] IDE 1.8.1 not compiling any sketches (#5978)
@SteveSProg<https://github.com/SteveSProg> , no problem, I got the CPU model for the first screenshot (sorry for not trying earlier). It is indeed a Sempron 2400+, so it lacks SSE2 instructions. It seems that #4251<#4251> and #4742<#4742> are back, in some way. I'm attaching a builder build on another system, if you could replace the arduino-builder.exe binary in D:\Program Files\Arduino\Arduino-1.8.1 with the one provided and report if it works on your PC it would be great. Thanks!
arduino-builder.zip<https://github.com/arduino/Arduino/files/792773/arduino-builder.zip>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5978 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AYsACY0wodLktS2hususJ1OmIa1c971Oks5re_r5gaJpZM4L-1TH>.
|
Ok, we are one step further the resolution. The problem with |
Fixed on IDE 1.8.2 (and AVR core 1.6.18). |
No description provided.
The text was updated successfully, but these errors were encountered: