Problem rebuilding HTML
perkinsinnovation opened this issue · 0 comments
Hello Sir,
I just downloaded your latest library through Platform IO, and I'm trying to build your configuration example. Everything compiles fine without the "-REBUILD_HTML" build option added.
When I add the "-REBUILD_HTML" option, I receive the error below.
I didn't have a problem using 1.7.1, this problem only happened now that I'm using 1.9.0.
Also note, when I was using 1.7.1, I cloned your repository. Now that I'm using 1.9.0, I only imported the library through Platform IO.
Any help or ideas will be greatly appreciated.
Thanks for all of your great work.
Shawn
building in release mode
Compiling .pio/build/nodemcuv2/lib5fe/ESP8266 IoT Framework/WiFiManager.cpp.o
Compiling .pio/build/nodemcuv2/lib5fe/ESP8266 IoT Framework/certStore.cpp.o
xtensa-lx106-elf-g++: error: unrecognized command-line option '-R'
*** [.pio/build/nodemcuv2/lib5fe/ESP8266 IoT Framework/WiFiManager.cpp.o] Error 1
xtensa-lx106-elf-g++: error: unrecognized command-line option '-R'
*** [.pio/build/nodemcuv2/lib5fe/ESP8266 IoT Framework/certStore.cpp.o] Error 1
===================================================== [FAILED] Took 0.65 seconds =====================================================
The terminal process "platformio 'run', '--environment', 'nodemcuv2'" terminated with exit code: 1.