platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
323 stars 219 forks source link

ESP8266 RTOS SDK board_build.ldscript Pointing to 'lib' Folder, Not 'ld' Folder..? #199

Closed mriksman closed 4 years ago

mriksman commented 4 years ago

Default ld file is for 512KB? Trying to change it to a 1MB version;

[env:esp01_1m]
platform = espressif8266
board = esp01_1m
framework = esp8266-rtos-sdk
board_build.ldscript = eagle.app.v6.new.1024.app1.ld

Get the following error; Error: Could not find 'eagle.app.v6.new.1024.app1.ld' LD script in LDPATH 'C:\PlatformIO\esp8266-rtos\.pio\build\esp01_1m C:\PlatformIO\.platformio\packages\framework-esp8266-rtos-sdk\lib'

lib? Shouldn't it be ld?