-->
Page 1 of 1

WHICH TOOL CHAIN IS INCLUDED WITH THE ARDUINO IDE DOWNLOAD?

PostPosted: Mon May 17, 2021 1:31 am
by rakeshpatel
Hears,

What toolchain is packaged with the Windows Arduino IDE download? Is it CERTS? I'm interested because in case I use it to assemble Lua firmware I get an error: '.text' area does not fit the 'iram1_0_seg' locale rendered here: viewtopic.php? F = 23 & t = 2030 & p = 12181 # p13129

Any ideas how the toolchain that ships with the Arduino IDE contrast with the one used to command NodeMCU on Linux?

Much appreciated,

Re: WHICH TOOL CHAIN IS INCLUDED WITH THE ARDUINO IDE DOWNLO

PostPosted: Tue May 18, 2021 12:14 am
by JurajA
the only toolchain shipped with Arduino IDE 1.x is AVR. with 2.00 no toolchain is bundled.
for esp8266 in Arduino IDE use the esp8266 Arduino boards support package (C++)
https://github.com/esp8266/Arduino#inst ... ds-manager