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 Doesn't Support Spaces in Pathname #198

Closed mriksman closed 4 years ago

mriksman commented 4 years ago
Compiling C:\Users\Michael Riksman\.platformio\packages\framework-esp8266-rtos-sdk\lib\driver\driver\uart.o
Archiving C:\Users\Michael Riksman\.platformio\packages\framework-esp8266-rtos-sdk\lib\libdriver.a
Linking .pio\build\esp01_1m\firmware.elf
Building .pio\build\esp01_1m\firmware.bin
Retrieving maximum program size .pio\build\esp01_1m\firmware.elf
Checking size .pio\build\esp01_1m\firmware.elf
'C:\Users\Michael' is not recognized as an internal or external command,
operable program or batch file.
*** [.pio\build\esp01_1m\firmware.bin] Error 1
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [====      ]  36.3% (used 29758 bytes from 81920 bytes)
Flash: [=======   ]  73.9% (used 278521 bytes from 376832 bytes)
============================================== [FAILED] Took 3.06 seconds 
mriksman commented 4 years ago

I don't seem to have this issue with arduino-esp32, or esp-idf, or arduino-esp8266.

Just esp2866-rtos-sdk.

mriksman commented 4 years ago

Moved CORE LIB to a folder without spaces. It works.