-->
Page 1 of 1

Compiling ESP-Basic from GIT(2.0 a2) fails w. Arduino 1.6.8

PostPosted: Fri Mar 25, 2016 11:12 am
by balou1974
Hello,

I tried to compile latest GIT using the Arduino GUI (1.6.8) but compilation hangs at Functions_and_var_management.
Most of the time functions are not declared. Is there some kind of trick to do it?
All help is welcome! Thanks a lot!

Balou

Re: Compiling ESP-Basic from GIT(2.0 a2) fails w. Arduino 1.

PostPosted: Sun Mar 27, 2016 7:14 am
by drhaitch
I got the same error, and my arduino knowledge isnt up to fixing it.... Ill keep looking as well.

Re: Compiling ESP-Basic from GIT(2.0 a2) fails w. Arduino 1.

PostPosted: Sun Mar 27, 2016 8:27 am
by martinayotte
Since Arduino 1.6.7, the IDE has bugs about "forward declarations". Probably the 1.6.8 didn't fix those issue.
Simply install version 1.6.5 instead, it should fix the issue.

Re: Compiling ESP-Basic from GIT(2.0 a2) fails w. Arduino 1.

PostPosted: Sun Mar 27, 2016 1:50 pm
by balou1974
Thanks a lot for the hint ! Did not know it its an arduino-bug! Will try to compile again with the older arduino-tool!