You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I too have this problem. I'm running under Windows XP, and when trying to verify or compile and download, get a failure message 'arduino-builder.exe has encountered a problem' etc. Investigating this further gives loads of data. 3 screen captures are attached detailing some of this.
________________________________
From: Martino Facchin <notifications@github.com>
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 <notifications@github.com>
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
@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 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!
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
Ok, we are one step further the resolution. The problem with ld returned 5 should be solved with #5863, so you can download the nightly build and test it (make sure you overwrite arduino-builder.exe with the "new" one once you test the nightly)
Activity
bukow1cm commentedon Feb 13, 2017
Mac 10.7 OS Arduino Yun wifi connected to home network ( Yun to my network). Drivers all up to date.
facchinm commentedon Feb 13, 2017
Hi @bukow1cm , could you attach the verbose output of one of the failed compilations? Which Mac model are you using?
SteveSProg commentedon Feb 19, 2017
I too have this problem. I'm running under Windows XP, and when trying to verify or compile and download, get a failure message 'arduino-builder.exe has encountered a problem' etc. Investigating this further gives loads of data. 3 screen captures are attached detailing some of this.



facchinm commentedon Feb 20, 2017
Hi @SteveSProg ,
we can't extract any useful info from the screens you posted. It would be better to know:
Thanks
SteveSProg commentedon Feb 20, 2017
SteveSProg commentedon Feb 20, 2017
facchinm commentedon Feb 21, 2017
@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
SteveSProg commentedon Feb 21, 2017
per1234 commentedon Feb 21, 2017
@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.
facchinm commentedon Feb 22, 2017
@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
arduino-builder.exe
binary inD:\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
SteveSProg commentedon Feb 22, 2017
facchinm commentedon Feb 23, 2017
Ok, we are one step further the resolution. The problem with
ld returned 5
should be solved with #5863, so you can download the nightly build and test it (make sure you overwritearduino-builder.exe
with the "new" one once you test the nightly)cmaglie commentedon Mar 30, 2017
Fixed on IDE 1.8.2 (and AVR core 1.6.18).