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
just tried with latest stable and arduino 1.8.5 but it fails miserably with this error
<command-line>:0:7: error: token "{" is not valid in preprocessor expressions
/home/travis/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/cores/esp8266/core_esp8266_si2c.c:40:5: note: in expansion of macro 'F_CPU'
#if F_CPU == FCPU80
^
/home/travis/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/cores/esp8266/core_esp8266_si2c.c: In function 'twi_setClock':
<command-line>:0:7: error: token "{" is not valid in preprocessor expressions
/home/travis/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/cores/esp8266/core_esp8266_si2c.c:47:5: note: in expansion of macro 'F_CPU'
#if F_CPU == FCPU80
^
exit status 1
why the f** is travis failing, what does it mean
this makes no sense, it complains about cpu freq memory, debug level, wtf, how are they invalid options ?
Error: FlashSize: Invalid option for board "generic"
The command "arduino --board esp8266:esp8266:generic:CrystalFreq=26,FlashFreq=40,FlashMode=qio,FlashSize=4M1M,led=2,LwIPVariant=v2mss536,Debug=Serial,DebugLevel=CORE --save-prefs" exited with 3.
Error: 40: Invalid option for "eesz" option for board "generic"
The command "arduino --board esp8266:esp8266:generic:xtal=80,CrystalFreq=26,eesz=40,FlashMode=qio,FlashSize=4M1M,led=2,LwIPVariant=v2mss536,Debug=Serial,DebugLevel=CORE --save-prefs" exited with 3.
Activity
tzapu commentedon Feb 15, 2018
what's the minimum arduino ide and esp8266 sdk this compiles for now?
cheers
tablatronix commentedon Feb 15, 2018
I have no idea
I would say when they added C++11
And esp8266 should still be the same, although its bugged as shit before 2.4.0
tzapu commentedon Feb 15, 2018
just tried with latest stable and arduino 1.8.5 but it fails miserably with this error
which i have no idea how to fix
tablatronix commentedon Feb 15, 2018
yeah that makes no sense, ill poke around
tablatronix commentedon Feb 15, 2018
It looks like the compile string is maybe not replacing vars properly
-DF_CPU={build.f_cpu} <-- is it literally defining F_CPU as
{build.f_cpu}
?from platform..txt recipe
tablatronix commentedon Feb 15, 2018
Can you debug the entire command, see if all boards.txt build.conf are missing ?
I don't know anything about travis
tzapu commentedon Feb 16, 2018
something wrong with travis now, won t give out any logs :))
tablatronix commentedon Mar 9, 2018
whats the status on this ?
Did esp32 ever get added also?
tablatronix commentedon Mar 21, 2018
fixed spiffs esp32 examples
7279333
tablatronix commentedon Feb 24, 2019
why the f** is travis failing, what does it mean
this makes no sense, it complains about cpu freq memory, debug level, wtf, how are they invalid options ?
liebman commentedon Feb 24, 2019
Looks like that was renamed to 'eesz' in boards.txt in current git version. EDIT: wait esp32. NM - ACTUALY yea esp8266 - it was renamed.
tablatronix commentedon Feb 25, 2019
tablatronix commentedon Feb 25, 2019
shrug no idea what the deal is
tablatronix commentedon May 7, 2019
esp8266/Arduino#5572
ughh
esp8266/Arduino@cc0bfa0
tablatronix commentedon Sep 17, 2021
travis is deprecated