plerup / makeEspArduino

A makefile for ESP8266 and ESP32 Arduino projects
GNU Lesser General Public License v2.1
513 stars 131 forks source link

Arduino for ESP8266 version 3.0.0 #166

Closed Terstegge closed 3 years ago

Terstegge commented 3 years ago

Hello, just a question: Is your (great) makefile compatible with version 3.0.0 of the arduino esp8266 packeges? I am asking because I get error message like

lx106-elf/10.2.0/../../../../xtensa-lx106-elf/bin/ld: cannot open linker script file local.eagle.flash.ld: Datei oder Verzeichnis nicht gefunden collect2: error: ld returned 1 exit status make: *** [Makefile:344: build/WiFiAccessPoint.bin] Fehler 1

during linking (linker script file not found). Thanks for your support!

Terstegge commented 3 years ago

Sorry, I updated the makefile but not the tools subdir. The problem disappeared after a full update.