-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Error: pio run -t nobuild -t upload #286
Comments
I am also encountering the same error. |
Also looks like platformio/platform-espressif32#861 We try to call Which is broken in nobuild case, since there is no env.BuildProgram() and LINKFLAGS is empty. As a workaround, one could do the same thing as suggested in the esp32 issue - populate it manually with the platform-espressif8266/builder/main.py Line 86 in 46d25a4
platform-espressif8266/builder/main.py Line 93 in 46d25a4
platform-espressif8266/builder/main.py Line 124 in 46d25a4
Not really sure if nobuild is implemented correctly, though. Perhaps it should still invoke pre-requisite actions but somehow inhibit the PROGRAM .bin regeneration when scons thinks any of the targets need to be built i.e. somehow tell it that all of our dependencies for .bin are up-to-date |
This one worked in my test for
|
What kind of issue is this?
PlatformIO IDE.
[PlatformIO IDE for VSCode]
Development Platform or Board.
[env:nodemcuv2]
platform = espressif8266
board = nodemcuv2
framework = arduino
upload_speed = 3000000
monitor_speed = 115200
board_build.f_cpu = 160000000L
upload_protocol = esptool
Feature Request.
New button to upload only sketch without rebuild project, for fast and easy use it
PlatformIO Core.
6.1.5
You can erase any parts of this template not applicable to your Issue.
Configuration
**Windows 10 PRO 22H2 build 19045.2251 **:
PlatformIO Version (
6.1.5
):Description of problem
In my case is impossible command pio run -t nobuild -t upload
Error: Could not find LD Script
The text was updated successfully, but these errors were encountered: