In function 'ReadHMS':
fost02.c:230:12: error: floating constant truncated to zero [-Werror=overflow]
T.d=((float)(T.ul))*0.005 - PTATD1; //calc. Temperature from ticks to [C] 36.92 0.3
^
fost02.c:230:12: error: floating constant truncated to zero [-Werror=overflow]
fost02.c:234:12: error: floating constant truncated to zero [-Werror=overflow]
RH.d=(float)(RH.ul)*0.5;
^
fost02.c:236:12: error: floating constant truncated to zero [-Werror=overflow]
RH.d=(T.d-25.0)*(0.01+0.00008*RH.d)-0.0000028*RH.d*RH.d+0.0405*RH.d-4.0;
^
fost02.c:236:12: error: floating constant truncated to zero [-Werror=overflow]
fost02.c:236:12: error: floating constant truncated to zero [-Werror=overflow]
fost02.c:236:12: error: floating constant truncated to zero [-Werror=overflow]
fost02.c:240:12: internal compiler error: Segmentation fault
if(RH.d>100.0) RH.d=100.0;
^
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <
http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [.output/eagle/obj/fost02.o] Error 1
make[4]: Leaving directory `/c/Espressif/examples/esp8266web/ovls/sht7x/main'
make[3]: *** [.subdirs] Error 2
make[3]: Leaving directory `/c/Espressif/examples/esp8266web/ovls/sht7x'
make[2]: *** [.subdirs] Error 2
make[2]: Leaving directory `/c/Espressif/examples/esp8266web/ovls'
../Makefile:198: recipe for target '.output/eagle/bin/eagle.app.v6.bin' failed
mingw32-make[1]: *** [.output/eagle/bin/eagle.app.v6.bin] Error 2
mingw32-make[1]: Leaving directory 'C:/Espressif/examples/esp8266web/app'
mingw32-make.exe: *** [.subdirs] Error 2
C:/Espressif/examples/esp8266web/Makefile:255: recipe for target '.subdirs' failed