robertinant / EnergiaNG

open-source electronics prototyping platform
http://www.energia.nu/
Other
12 stars 3 forks source link

Energia Not being able to compile for any platform on Mac OS High Sierra( 10.13.2) #26

Open gsgill112 opened 6 years ago

gsgill112 commented 6 years ago

This is the Output I am getting on pressing the compile button ?

failed MSpanList_Insert 0x30d000 0x37c796a2c02 0x0 fatal error: MSpanList_Insert

Any help ? Do I download the source and compile ?

Regards, GS Gill

P.S> I am running Mac OS High Sierra 10.13.2 and even on 10.13 it was not working >>>

rwerthman commented 6 years ago

I resolved this by updating the arduino builder version Energia uses by following the instructions here, https://github.com/arduino/arduino-builder, in the section "Building From Source". You will get an executable from that and then you have to replace the arduino builder executable Energia uses with the newer one you just created.

gsgill112 commented 6 years ago

can you please upload the pre built version ?