Skip to content

IDE 1.8.1 not compiling any sketches #5978

Closed
@bukow1cm

Description

@bukow1cm
No description provided.

Activity

bukow1cm

bukow1cm commented on Feb 13, 2017

@bukow1cm
Author

Mac 10.7 OS Arduino Yun wifi connected to home network ( Yun to my network). Drivers all up to date.

facchinm

facchinm commented on Feb 13, 2017

@facchinm
Member

Hi @bukow1cm , could you attach the verbose output of one of the failed compilations? Which Mac model are you using?

SteveSProg

SteveSProg commented on Feb 19, 2017

@SteveSProg

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.
error 1
error 2
error 3

facchinm

facchinm commented on Feb 20, 2017

@facchinm
Member

Hi @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

SteveSProg

SteveSProg commented on Feb 20, 2017

@SteveSProg
SteveSProg

SteveSProg commented on Feb 20, 2017

@SteveSProg
facchinm

facchinm commented on Feb 21, 2017

@facchinm
Member

@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

SteveSProg commented on Feb 21, 2017

@SteveSProg
per1234

per1234 commented on Feb 21, 2017

@per1234
Collaborator

@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

facchinm commented on Feb 22, 2017

@facchinm
Member

@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!

arduino-builder.zip

SteveSProg

SteveSProg commented on Feb 22, 2017

@SteveSProg
facchinm

facchinm commented on Feb 23, 2017

@facchinm
Member

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)

added this to the Release 1.8.2 milestone on Mar 30, 2017
cmaglie

cmaglie commented on Mar 30, 2017

@cmaglie
Member

Fixed on IDE 1.8.2 (and AVR core 1.6.18).

ghost removed
Waiting for feedbackMore information must be provided before we can proceed
on Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cmaglie@bukow1cm@per1234@facchinm@SteveSProg

        Issue actions

          IDE 1.8.1 not compiling any sketches · Issue #5978 · arduino/Arduino