Skip to content

Eclipse 2018-12 local.eagle.app.v6.common.ld: No such file or directory #5612

@Superfred1

Description

@Superfred1

Hello,
the build with Eclipse fails with the Error "cannot open linker script file local.eagle.app.v6.common.ld: No such file or directory"

Esp8266 Arduino 2.5.0-beta2
Eclipse Version: 2018-12 (4.10.0) Build id: 20181214-0600 Windows 1809 64 Bit
Plugin: Eclipse C++ IDE for Arduino 3.0 (not the Sloeber Plugin), installed per default in Eclipse .

Exact Log message:
....
"C:/Users/xxxx/.arduinocdt/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-3-20ed2b9/bin/xtensa-lx106-elf-gcc" -Wl,-Map "-Wl,./T2.map" -g -w -Os -nostdlib -Wl,--no-check-sections -u app_entry -u _printf_float -u _scanf_float -Wl,-static "-LC:\Users\xxxx.arduinocdt\packages\esp8266\hardware\esp8266\2.5.0-beta2/tools/sdk/lib" "-LC:\Users\xxxx.arduinocdt\packages\esp8266\hardware\esp8266\2.5.0-beta2/tools/sdk/ld" "-LC:\Users\xxxx.arduinocdt\packages\esp8266\hardware\esp8266\2.5.0-beta2/tools/sdk/libc/xtensa-lx106-elf/lib" "-Teagle.flash.512k.ld" -Wl,--gc-sections -Wl,-wrap,system_restart_local -Wl,-wrap,spi_flash_read -o "./T2.elf" -Wl,--start-group project/T2.cpp.o "./core.a" -lhal -lphy -lpp -lnet80211 -llwip2-536-feat -lwpa -lcrypto -lmain -lwps -lbearssl -laxtls -lespnow -lsmartconfig -lairkiss -lwpa2 -lstdc++ -lm -lc -lgcc -Wl,--end-group "-L."

c:/users/xxxx/.arduinocdt/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-3-20ed2b9/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: cannot open linker script file local.eagle.app.v6.common.ld: No such file or directory

Board selected: Generic ESP 8266 Module

Even with this minimal Sketch:
#include <Arduino.h>
void setup() {
}
void loop() {
}

ESP32 and AVR Boards working fine.

I tried this but still not working: https://arduino-esp8266.readthedocs.io/en/latest/eclipse/eclipse.html

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions