Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mriksman opened this issue Mar 9, 2020 · 0 comments

Comments

@mriksman
Copy link

mriksman commented Mar 9, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant