Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » ESP 8266 making error(core lib error and no compilation)
ESP 8266 making error [message #1803309] Tue, 26 February 2019 15:49
Paolo Salvagnini is currently offline Paolo SalvagniniFriend
Messages: 12
Registered: April 2017
Junior Member
Hi
I have reinstalled eclipse 2018-12 C++ for developers on WIN7 and I am quite new on Eclipse and I work with Arduino options.
I was able to handle and test AVR boards of Arduino and ESP32.The testing program is always the same.
Whith ESP8266 I have problems. Building the progran I have such an error:

cannot open linker script file local.eagle.app.v6.common.ld: No such file or directory ESP8266_test_Lcd_I2C C/C++ Problem
make: *** [ESP8266_test_Lcd_I2C.elf] Error 1 ESP8266_test_Lcd_I2C C/C++ Problem
recipe for target 'ESP8266_test_Lcd_I2C.elf' failed Makefile /ESP8266_test_Lcd_I2C/build/ESP8266 line 93 C/C++ Problem

The MAKEfile line is the following

"C:/Users/Paolo/.arduinocdt/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-3-20ed2b9/bin/xtensa-lx106-elf-gcc" -fno-exceptions -Wl,-Map "-Wl,
./ESP8266_test_Lcd_I2C.map" -g -w -Os -nostdlib -Wl,--no-check-sections -u app_entry -u _printf_float -u _scanf_float -Wl,-static "
-LC:\Users\Paolo\.arduinocdt\packages\esp8266\hardware\esp8266\2.5.0-beta3/tools/sdk/lib" "
-LC:\Users\Paolo\.arduinocdt\packages\esp8266\hardware\esp8266\2.5.0-beta3/tools/sdk/ld" "
-LC:\Users\Paolo\.arduinocdt\packages\esp8266\hardware\esp8266\2.5.0-beta3/tools/sdk/libc/xtensa-lx106-elf/lib" "
-Teagle.flash.4m.ld" -Wl,--gc-sections -Wl,-wrap,system_restart_local -Wl,-wrap,spi_flash_read -o "
./ESP8266_test_Lcd_I2C.elf" -Wl,--start-group $(PROJECT_OBJS) $(LIBRARIES_OBJS) "
./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."

Thre is someone able to give a suggestion ?

Thank in advance
Previous Topic:Esp32 Debugging in Eclipse
Next Topic:error: variably modified at file scope
Goto Forum:
  


Current Time: Fri Apr 26 04:27:43 GMT 2024

Powered by FUDForum. Page generated in 0.03090 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top