Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2018
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1. [Sat Feb 3 14:56:04 2018] Processing wire (build_flags: -g -DMQTT_MAX_PACKET_SIZE=400; lib_deps: https://github.com/xoseperez/Time, ArduinoJson, https://github.com/me-no-dev/ESPAsyncTCP#a57560d, https://github.com/me-no-dev/ESPAsyncWebServer#313f337, https://github.com/marvinroger/async-mqtt-client#v0.8.1, PubSubClient, Embedis, NtpClientLib, RFM69, https://github.com/xoseperez/SPIFlash.git, https://bitbucket.org/xoseperez/justwifi.git#1.1.6, https://bitbucket.org/xoseperez/nofuss.git#0.2.5; lib_ignore: RFM69_OTA; platform: espressif8266; upload_speed: 460800; board: esp12e; framework: arduino;monitor_baud: 115200)
  2. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  3. Verbose mode can be enabled via `-v, --verbose` option
  4. Converting main.ino
  5. Collected 38 compatible libraries
  6. Scanning dependencies...
  7. Library Dependency Graph ( http://bit.ly/configure-pio-ldf )
  8. |-- <Time> v1.5 #ecb2bb1
  9. |-- <ArduinoJson> v5.13.0
  10. |-- <ESPAsyncTCP> v1.1.2 #a57560d
  11. | |-- <ESP8266WiFi> v1.0
  12. |-- <ESP Async WebServer> v1.1.0 #313f337
  13. | |-- <ArduinoJson> v5.13.0
  14. | |-- <ESP8266WiFi> v1.0
  15. | |-- <Hash> v1.0
  16. | |-- <ESPAsyncTCP> v1.1.2 #a57560d
  17. | | |-- <ESP8266WiFi> v1.0
  18. |-- <AsyncMqttClient> v0.8.1 #ddbf4d1
  19. | |-- <ESPAsyncTCP> v1.1.2 #a57560d
  20. | | |-- <ESP8266WiFi> v1.0
  21. |-- <PubSubClient> v2.6
  22. |-- <Embedis> v1.2.0
  23. |-- <NtpClientLib>
  24. | |-- <Time> v1.5 #ecb2bb1
  25. | |-- <ESP8266WiFi> v1.0
  26. | |-- <Ethernet(esp8266)> v1.0.4
  27. | | |-- <SPI> v1.0
  28. |-- <RFM69>
  29. | |-- <SPIFlash> #6ebaf01
  30. | | |-- <SPI> v1.0
  31. | |-- <SPI> v1.0
  32. |-- <SPIFlash> #6ebaf01
  33. | |-- <SPI> v1.0
  34. |-- <JustWifi> v1.1.6 #cc0016d
  35. | |-- <ESP8266WiFi> v1.0
  36. |-- <NoFUSS> v0.2.5 #1835206
  37. | |-- <ArduinoJson> v5.13.0
  38. | |-- <ESP8266httpUpdate> v1.1
  39. | | |-- <ESP8266WiFi> v1.0
  40. | | |-- <ESP8266HTTPClient> v1.1
  41. | | | |-- <ESP8266WiFi> v1.0
  42. |-- <RFM69Manager>
  43. | |-- <RFM69>
  44. | | |-- <SPIFlash> #6ebaf01
  45. | | | |-- <SPI> v1.0
  46. | | |-- <SPI> v1.0
  47. | |-- <SPI> v1.0
  48. |-- <ArduinoOTA> v1.0
  49. | |-- <ESP8266WiFi> v1.0
  50. | |-- <ESP8266mDNS>
  51. | | |-- <ESP8266WiFi> v1.0
  52. |-- <ESP8266WiFi> v1.0
  53. |-- <EEPROM> v1.0
  54. |-- <Hash> v1.0
  55. |-- <ESP8266mDNS>
  56. | |-- <ESP8266WiFi> v1.0
  57. |-- <Ticker> v1.0
  58. Compiling .pioenvs/wire/src/main.ino.o
  59. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_i2s.o
  60. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_main.o
  61. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_noniso.o
  62. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_phy.o
  63. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_postmortem.o
  64. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_si2c.o
  65. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_timer.o
  66. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_wiring.o
  67. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_wiring_analog.o
  68. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_wiring_digital.o
  69. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_wiring_pulse.o
  70. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_wiring_pwm.o
  71. /home/artek/sources/rfm69gw/esp8266/gateway/src/main.ino: In function 'unsigned int sectors(size_t)':
  72. /home/artek/sources/rfm69gw/esp8266/gateway/src/main.ino:75:26: error: 'SPI_FLASH_SEC_SIZE' was not declared in this scope
  73. return (int) (size + SPI_FLASH_SEC_SIZE - 1) / SPI_FLASH_SEC_SIZE;
  74. ^
  75. In file included from src/config/all.h:3:0,
  76. from /home/artek/sources/rfm69gw/esp8266/gateway/src/main.ino:26:
  77. /home/artek/sources/rfm69gw/esp8266/gateway/src/main.ino: In function 'void welcome()':
  78. /home/artek/sources/rfm69gw/esp8266/gateway/src/main.ino:97:64: error: 'SPI_FLASH_SEC_SIZE' was not declared in this scope
  79. DEBUG_MSG_P(PSTR("[INIT] Flash sector size: %8u bytes\n"), SPI_FLASH_SEC_SIZE);
  80. ^
  81. src/config/general.h:70:42: note: in definition of macro 'DEBUG_MSG_P'
  82. #define DEBUG_MSG_P(...) debugSend_P(__VA_ARGS__)
  83. ^
  84. /home/artek/sources/rfm69gw/esp8266/gateway/src/debug.ino: In function 'void custom_crash_callback(rst_info*, uint32_t, uint32_t)':
  85. /home/artek/sources/rfm69gw/esp8266/gateway/src/debug.ino:141:80: error: invalid use of incomplete type 'struct rst_info'
  86. EEPROM.write(SAVE_CRASH_EEPROM_OFFSET + SAVE_CRASH_RESTART_REASON, rst_info->reason);
  87. ^
  88. In file included from /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Arduino.h:246:0,
  89. from /tmp/tmp9Osy_p:1:
  90. /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Esp.h:142:16: error: forward declaration of 'struct rst_info'
  91. struct rst_info * getResetInfoPtr();
  92. ^
  93. /home/artek/sources/rfm69gw/esp8266/gateway/src/debug.ino:142:81: error: invalid use of incomplete type 'struct rst_info'
  94. EEPROM.write(SAVE_CRASH_EEPROM_OFFSET + SAVE_CRASH_EXCEPTION_CAUSE, rst_info->exccause);
  95. ^
  96. In file included from /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Arduino.h:246:0,
  97. from /tmp/tmp9Osy_p:1:
  98. /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Esp.h:142:16: error: forward declaration of 'struct rst_info'
  99. struct rst_info * getResetInfoPtr();
  100. ^
  101. /home/artek/sources/rfm69gw/esp8266/gateway/src/debug.ino:145:68: error: invalid use of incomplete type 'struct rst_info'
  102. EEPROM.put(SAVE_CRASH_EEPROM_OFFSET + SAVE_CRASH_EPC1, rst_info->epc1);
  103. ^
  104. In file included from /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Arduino.h:246:0,
  105. from /tmp/tmp9Osy_p:1:
  106. /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Esp.h:142:16: error: forward declaration of 'struct rst_info'
  107. struct rst_info * getResetInfoPtr();
  108. ^
  109. /home/artek/sources/rfm69gw/esp8266/gateway/src/debug.ino:146:68: error: invalid use of incomplete type 'struct rst_info'
  110. EEPROM.put(SAVE_CRASH_EEPROM_OFFSET + SAVE_CRASH_EPC2, rst_info->epc2);
  111. ^
  112. In file included from /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Arduino.h:246:0,
  113. from /tmp/tmp9Osy_p:1:
  114. /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Esp.h:142:16: error: forward declaration of 'struct rst_info'
  115. struct rst_info * getResetInfoPtr();
  116. ^
  117. /home/artek/sources/rfm69gw/esp8266/gateway/src/debug.ino:147:68: error: invalid use of incomplete type 'struct rst_info'
  118. EEPROM.put(SAVE_CRASH_EEPROM_OFFSET + SAVE_CRASH_EPC3, rst_info->epc3);
  119. ^
  120. In file included from /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Arduino.h:246:0,
  121. from /tmp/tmp9Osy_p:1:
  122. /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Esp.h:142:16: error: forward declaration of 'struct rst_info'
  123. struct rst_info * getResetInfoPtr();
  124. ^
  125. /home/artek/sources/rfm69gw/esp8266/gateway/src/debug.ino:148:72: error: invalid use of incomplete type 'struct rst_info'
  126. EEPROM.put(SAVE_CRASH_EEPROM_OFFSET + SAVE_CRASH_EXCVADDR, rst_info->excvaddr);
  127. ^
  128. In file included from /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Arduino.h:246:0,
  129. from /tmp/tmp9Osy_p:1:
  130. /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Esp.h:142:16: error: forward declaration of 'struct rst_info'
  131. struct rst_info * getResetInfoPtr();
  132. ^
  133. /home/artek/sources/rfm69gw/esp8266/gateway/src/debug.ino:149:68: error: invalid use of incomplete type 'struct rst_info'
  134. EEPROM.put(SAVE_CRASH_EEPROM_OFFSET + SAVE_CRASH_DEPC, rst_info->depc);
  135. ^
  136. In file included from /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Arduino.h:246:0,
  137. from /tmp/tmp9Osy_p:1:
  138. /home/artek/.platformio/packages/framework-arduinoespressif8266@1.20300.1/cores/esp8266/Esp.h:142:16: error: forward declaration of 'struct rst_info'
  139. struct rst_info * getResetInfoPtr();
  140. ^
  141. Compiling .pioenvs/wire/FrameworkArduino/core_esp8266_wiring_shift.o
  142. Compiling .pioenvs/wire/FrameworkArduino/debug.o
  143. Compiling .pioenvs/wire/FrameworkArduino/heap.o
  144. Compiling .pioenvs/wire/FrameworkArduino/libb64/cdecode.o
  145. Compiling .pioenvs/wire/FrameworkArduino/libb64/cencode.o
  146. Compiling .pioenvs/wire/FrameworkArduino/libc_replacements.o
  147. Compiling .pioenvs/wire/FrameworkArduino/pgmspace.o
  148. Compiling .pioenvs/wire/FrameworkArduino/setjmp.o
  149. Compiling .pioenvs/wire/FrameworkArduino/spiffs/spiffs_cache.o
  150. Compiling .pioenvs/wire/FrameworkArduino/spiffs/spiffs_check.o
  151. Compiling .pioenvs/wire/FrameworkArduino/spiffs/spiffs_gc.o
  152. Compiling .pioenvs/wire/FrameworkArduino/spiffs/spiffs_hydrogen.o
  153. Compiling .pioenvs/wire/FrameworkArduino/spiffs/spiffs_nucleus.o
  154. *** [.pioenvs/wire/src/main.ino.o] Error 1
  155. ======================================================================================= [ERROR] Took 3.99 seconds =======================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement