Closed d42ohpaz closed 2 years ago
Also run into this
Resolved in v1.2.0 https://github.com/platformio/platform-native/releases/tag/v1.2.0
Please use pio run -t exec
or pio run -t upload
(legacy way).
You can also pass extra arguments to the program using the latest PIO Core 6.0 and -a,--program-arg
option.
pio run -t exec -a "arg" -a "--option1=value"
MacOS Catalina CLion 2020.3 PlatformIO Core 5.1.0
When using
PlatformIO Upload
on a native environment, I eventually get the error in the subject. I can run the command./.pio/build/native/program
manually from the terminal, but would like it to Just Work as if I were uploading to an MCU board.The following is my native configuration from platformio.ini: