You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my nodemcu 12e if I set a flash size of 4M (1M spiffs) I get the following error. This doesn't happen if I choose a 3M spiffs size:
/Users/stevenelson/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1106-g8253b82/cores/esp8266/libc_replacements.c:408:22: warning: 'struct tm' declared inside parameter list [enabled by default]
time_t mktime(struct tm *timp) {
^
/Users/stevenelson/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1106-g8253b82/cores/esp8266/libc_replacements.c:408:22: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
/Users/stevenelson/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot open linker script file eagle.flash.4m1m.ld: No such file or directory
collect2: error: ld returned 1 exit status
Error compiling.
The text was updated successfully, but these errors were encountered:
On my nodemcu 12e if I set a flash size of 4M (1M spiffs) I get the following error. This doesn't happen if I choose a 3M spiffs size:
/Users/stevenelson/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1106-g8253b82/cores/esp8266/libc_replacements.c:408:22: warning: 'struct tm' declared inside parameter list [enabled by default]
time_t mktime(struct tm *timp) {
^
/Users/stevenelson/Library/Arduino15/packages/esp8266/hardware/esp8266/1.6.5-1106-g8253b82/cores/esp8266/libc_replacements.c:408:22: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
/Users/stevenelson/Library/Arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot open linker script file eagle.flash.4m1m.ld: No such file or directory
collect2: error: ld returned 1 exit status
Error compiling.
The text was updated successfully, but these errors were encountered: