B4R Question Compile time errors with ESP32 (Works OK with ESP8266)

Cableguy

Expert
Licensed User
Longtime User
So, Either I cannot "find" the correct board in my boards manager....
Sans titre.png
Or I just can't get my ESP32 to work....

I am using an OLD (very) example of wifi configurator, wich work flawlessly with both my Wemos D1 R2.

Using @moty22 AT command sending test app, I get this in first connection to the ESP32
B4X:
ets Jun  8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:5564
load:0x40078000,len:0
load:0x40078000,len:13756
entry 0x40078fb4
[0;32mI (28) boot: ESP-IDF v3.0.3 2nd stage bootloader[0m
[0;32mI (28) boot: compile time 08:53:32[0m
[0;32mI (28) boot: Enabling RNG early entropy source...[0m
[0;32mI (33) boot: SPI Speed      : 40MHz[0m
[0;32mI (37) boot: SPI Mode       : DIO[0m
[0;32mI (41) boot: SPI Flash Size : 4MB[0m
[0;32mI (45) boot: Partition Table:[0m
[0;32mI (48) boot: ## Label            Usage          Type ST Offset   Length[0m
[0;32mI (56) boot:  0 phy_init         RF data          01 01 0000f000 00001000[0m
[0;32mI (63) boot:  1 otadata          OTA data         01 00 00010000 00002000[0m
[0;32mI (71) boot:  2 nvs              WiFi data        01 02 00012000 0000e000[0m
[0;32mI (78) boot:  3 at_customize     unknown          40 00 00020000 000e0000[0m
[0;32mI (86) boot:  4 ota_0            OTA app          00 10 00100000 00180000[0m
[0;32mI (93) boot:  5 ota_1            OTA app          00 11 00280000 00180000[0m
[0;32mI (101) boot: End of partition table[0m
[0;32mI (105) boot: No factory image, trying OTA 0[0m
[0;32mI (110) esp_image: segment 0: paddr=0x00100020 vaddr=0x3f400020 size=0x200f4 (131316) map[0m
[0;32mI (165) esp_image: segment 1: paddr=0x0012011c vaddr=0x3ffc0000 size=0x02d6c ( 11628) load[0m
[0;32mI (170) esp_image: segment 2: paddr=0x00122e90 vaddr=0x40080000 size=0x00400 (  1024) load[0m
[0;32mI (172) esp_image: segment 3: paddr=0x00123298 vaddr=0x40080400 size=0x0cd78 ( 52600) load[0m
[0;32mI (202) esp_image: segment 4: paddr=0x00130018 vaddr=0x400d0018 size=0xdf390 (914320) map[0m
[0;32mI (523) esp_image: segment 5: paddr=0x0020f3b0 vaddr=0x4008d178 size=0x01f14 (  7956) load[0m
[0;32mI (526) esp_image: segment 6: paddr=0x002112cc vaddr=0x400c0000 size=0x00064 (   100) load[0m
[0;32mI (538) boot: Loaded app from partition at offset 0x100000[0m
[0;32mI (538) boot: Disabling RNG early entropy source...[0m
Bin version(Wroom32):1.1.2
I (585) wifi: wifi firmware version: de47fad
I (585) wifi: config NVS flash: enabled
I (585) wifi: config nano formating: disabled
I (596) wifi: Init dynamic tx buffer num: 32
I (596) wifi: Init data frame dynamic rx buffer num: 32
I (596) wifi: Init management frame dynamic rx buffer num: 32
I (601) wifi: wifi driver task: 3ffded44, prio:23, stack:3584
I (606) wifi: Init static rx buffer num: 10
I (610) wifi: Init dynamic rx buffer num: 32
I (614) wifi: wifi power manager task: 0x3ffdfe10 prio: 21 stack: 2560
I (653) wifi: mode : softAP (3c:61:05:11:e8:a1)
I (661) wifi: mode : sta (3c:61:05:11:e8:a0) + softAP (3c:61:05:11:e8:a1)
I (664) wifi: mode : softAP (3c:61:05:11:e8:a1)
 

janderkan

Well-Known Member
Licensed User
Longtime User
I do not think that your problem is selecting the right board.
I think I have seen similar when I had an error in inline C.
You should first start with a simple Blink program to make sure you can upload program and it will run.
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
And when I try to compile the same code that works in my ESP8266 ( changing the Board accordingly), I get....
(had to delete a lot of "in between" lines due to the 50K char limit)

B4X:
Loading configuration...
Initialising packages...
DEBUG StatusLogger Using ShutdownCallbackRegistry class org.apache.logging.log4j.core.util.DefaultShutdownCallbackRegistry
DEBUG StatusLogger Not in a ServletContext environment, thus not loading WebLookup plugin.
DEBUG StatusLogger AsyncLogger.ThreadNameStrategy=UNCACHED (user specified null, default is UNCACHED)
TRACE StatusLogger Using default SystemClock for timestamps.
DEBUG StatusLogger org.apache.logging.log4j.core.util.SystemClock does not support precise timestamps.
DEBUG StatusLogger Not in a ServletContext environment, thus not loading WebLookup plugin.
...
DEBUG StatusLogger Not in a ServletContext environment, thus not loading WebLookup plugin.
DEBUG StatusLogger Using configurationFactory org.apache.logging.log4j.core.config.ConfigurationFactory$Factory@115107f
TRACE StatusLogger Trying to find [log4j2-test1e6f5c3.properties] using context class loader sun.misc.Launcher$AppClassLoader@1e6f5c3.
TRACE StatusLogger Trying to find [log4j2-test1e6f5c3.properties] using sun.misc.Launcher$AppClassLoader@1e6f5c3 class loader.
...
TRACE StatusLogger Trying to find [log4j2.jsn] using ClassLoader.getSystemResource().
TRACE StatusLogger Trying to find [log4j2.xml] using context class loader sun.misc.Launcher$AppClassLoader@1e6f5c3.
DEBUG StatusLogger Not in a ServletContext environment, thus not loading WebLookup plugin.
DEBUG StatusLogger Closing JarURLInputStream sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream@109fb41
DEBUG StatusLogger Apache Log4j Core 2.12.0 initializing configuration XmlConfiguration[location=jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/pde.jar!/log4j2.xml]
DEBUG StatusLogger Installed 1 script engine
DEBUG StatusLogger Oracle Nashorn version: 1.8.0_191, language: ECMAScript, threading: Not Thread Safe, compile: true, names: [nashorn, Nashorn, js, JS, JavaScript, javascript, ECMAScript, ecmascript], factory class: jdk.nashorn.api.scripting.NashornScriptEngineFactory
INFO StatusLogger Scanning for classes in '/C:/Program Files (x86)/Arduino/lib/arduino-core.jar' matching criteria annotated with @Plugin
DEBUG StatusLogger Checking to see if class cc.arduino.Compiler$1 matches criteria annotated with @Plugin
...
DEBUG StatusLogger Checking to see if class cc.arduino.utils.network.HttpConnectionManager matches criteria annotated with @Plugin
INFO StatusLogger Scanning for classes in '/C:/Program Files (x86)/Arduino/lib/pde.jar' matching criteria annotated with @Plugin
DEBUG StatusLogger Checking to see if class cc.arduino.ConsoleOutputStream matches criteria annotated with @Plugin
DEBUG StatusLogger Checking to see if class cc.arduino.UpdatableBoardsLibsFakeURLsHandler matches criteria annotated with @Plugin
...
DEBUG StatusLogger PluginManager 'Level' found 0 plugins
DEBUG StatusLogger PluginManager 'Lookup' found 13 plugins
DEBUG StatusLogger Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout].
TRACE StatusLogger TypeConverterRegistry initializing.
DEBUG StatusLogger PluginManager 'TypeConverter' found 26 plugins
DEBUG StatusLogger PatternLayout$Builder(pattern="%d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX}{UTC} %p %c{1.}:%L [%t] %m%n", PatternSelector=null, Configuration(Arduino), Replace=null, charset="null", alwaysWriteExceptions="null", disableAnsi="null", noConsoleNoAnsi="null", header="null", footer="null")
DEBUG StatusLogger PluginManager 'Converter' found 44 plugins
DEBUG StatusLogger Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.ConsoleAppender].
DEBUG StatusLogger ConsoleAppender$Builder(target="SYSTEM_ERR", follow="null", direct="null", bufferedIo="null", bufferSize="null", immediateFlush="null", ignoreExceptions="null", PatternLayout(%d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX}{UTC} %p %c{1.}:%L [%t] %m%n), name="Console", Configuration(Arduino), Filter=null, ={})
DEBUG StatusLogger Starting OutputStreamManager SYSTEM_ERR.false.false
DEBUG StatusLogger Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout].
DEBUG StatusLogger PatternLayout$Builder(pattern="%d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX}{UTC} %p %c{1.}:%L [%t] %m%n", PatternSelector=null, Configuration(Arduino), Replace=null, charset="null", alwaysWriteExceptions="null", disableAnsi="null", noConsoleNoAnsi="null", header="null", footer="null")
DEBUG StatusLogger Building Plugin[name=SizeBasedTriggeringPolicy, class=org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy].
DEBUG StatusLogger createPolicy(size="50 MB")
DEBUG StatusLogger Building Plugin[name=Policies, class=org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy].
DEBUG StatusLogger createPolicy(={SizeBasedTriggeringPolicy(size=52428800)})
DEBUG StatusLogger Building Plugin[name=DefaultRolloverStrategy, class=org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy].
DEBUG StatusLogger DefaultRolloverStrategy$Builder(max="20", min="null", fileIndex="null", compressionLevel="null", ={}, stopCustomActionsOnError="null", tempCompressedFilePattern="null", Configuration(Arduino))
DEBUG StatusLogger Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.RollingFileAppender].
DEBUG StatusLogger RollingFileAppender$Builder(fileName="C:\Users\psapg\AppData\Local\Arduino15/logs/application.log", filePattern="C:\Users\psapg\AppData\Local\Arduino15/logs/application-%d{MM-dd-yyyy}-%i.log.gz", append="null", locking="null", Policies(CompositeTriggeringPolicy(policies=[SizeBasedTriggeringPolicy(size=52428800)])), DefaultRolloverStrategy(DefaultRolloverStrategy(min=1, max=20, useMax=true)), advertise="null", advertiseUri="null", createOnDemand="null", filePermissions="null", fileOwner="null", fileGroup="null", bufferedIo="null", bufferSize="null", immediateFlush="null", ignoreExceptions="false", PatternLayout(%d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX}{UTC} %p %c{1.}:%L [%t] %m%n), name="RollingFile", Configuration(Arduino), Filter=null, ={})
TRACE StatusLogger New file 'C:\Users\psapg\AppData\Local\Arduino15/logs/application.log' created = false
DEBUG StatusLogger Returning file creation time for C:\Users\psapg\AppData\Local\Arduino15\logs\application.log
DEBUG StatusLogger Starting RollingFileManager C:\Users\psapg\AppData\Local\Arduino15/logs/application.log
...
DEBUG StatusLogger Starting configuration XmlConfiguration[location=jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/pde.jar!/log4j2.xml]
DEBUG StatusLogger Started configuration XmlConfiguration[location=jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/pde.jar!/log4j2.xml] OK.
TRACE StatusLogger Stopping org.apache.logging.log4j.core.config.DefaultConfiguration@f5090e...
TRACE StatusLogger DefaultConfiguration notified 1 ReliabilityStrategies that config will be stopped.
TRACE StatusLogger DefaultConfiguration stopping root LoggerConfig.
TRACE StatusLogger DefaultConfiguration notifying ReliabilityStrategies that appenders will be stopped.
TRACE StatusLogger DefaultConfiguration stopping remaining Appenders.
DEBUG StatusLogger Shutting down OutputStreamManager SYSTEM_OUT.false.false-1
DEBUG StatusLogger Shut down OutputStreamManager SYSTEM_OUT.false.false-1, all resources released: true
DEBUG StatusLogger Appender DefaultConsole-1 stopped with status true
TRACE StatusLogger DefaultConfiguration stopped 1 remaining Appenders.
TRACE StatusLogger DefaultConfiguration cleaning Appenders from 1 LoggerConfigs.
DEBUG StatusLogger Stopped org.apache.logging.log4j.core.config.DefaultConfiguration@f5090e OK
TRACE StatusLogger Reregistering MBeans after reconfigure. Selector=org.apache.logging.log4j.core.selector.ClassLoaderContextSelector@16f0212
TRACE StatusLogger Reregistering context (1/1): '1e6f5c3' org.apache.logging.log4j.core.LoggerContext@1faea86
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3'
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=StatusLogger'
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=ContextSelector'
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=Loggers,name=*'
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=Appenders,name=*'
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=AsyncAppenders,name=*'
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=AsyncLoggerRingBuffer'
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=Loggers,name=*,subtype=RingBuffer'
DEBUG StatusLogger Registering MBean org.apache.logging.log4j2:type=1e6f5c3
DEBUG StatusLogger Registering MBean org.apache.logging.log4j2:type=1e6f5c3,component=StatusLogger
DEBUG StatusLogger Registering MBean org.apache.logging.log4j2:type=1e6f5c3,component=ContextSelector
DEBUG StatusLogger Registering MBean org.apache.logging.log4j2:type=1e6f5c3,component=Loggers,name=
DEBUG StatusLogger Registering MBean org.apache.logging.log4j2:type=1e6f5c3,component=Appenders,name=Console
DEBUG StatusLogger Registering MBean org.apache.logging.log4j2:type=1e6f5c3,component=Appenders,name=RollingFile
TRACE StatusLogger Using default SystemClock for timestamps.
DEBUG StatusLogger org.apache.logging.log4j.core.util.SystemClock does not support precise timestamps.
TRACE StatusLogger Using DummyNanoClock for nanosecond timestamps.
DEBUG StatusLogger Reconfiguration complete for context[name=1e6f5c3] at URI jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/pde.jar!/log4j2.xml (org.apache.logging.log4j.core.LoggerContext@1faea86) with optional ClassLoader: null
DEBUG StatusLogger Shutdown hook enabled. Registering a new one.
DEBUG StatusLogger LoggerContext[name=1e6f5c3, org.apache.logging.log4j.core.LoggerContext@1faea86] started OK.
Preparing boards...
Verifying...
2021-03-24T18:18:50.395Z INFO c.a.u.n.HttpConnectionManager:153 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Connect to https://builder.arduino.cc/builder/v1/boards/0x10C4/0xEA60, method=GET, request id=CD40D0D9B5524C9D
2021-03-24T18:18:51.031Z INFO c.a.u.n.HttpConnectionManager:157 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Request complete URL="https://builder.arduino.cc/builder/v1/boards/0x10C4/0xEA60", method=GET, response code=404, request id=CD40D0D9B5524C9D, headers={null=[HTTP/1.1 404 Not Found], Cache-Control=[no-cache, no-store, must-revalidate], Server=[nginx], Connection=[keep-alive], Vary=[Origin], Pragma=[no-cache], Expires=[0], Content-Length=[0], Date=[Wed, 24 Mar 2021 18:18:52 GMT]}
2021-03-24T18:18:51.032Z WARN p.a.h.BoardCloudResolver:64 [cc.arduino.packages.discoverers.serial.SerialDiscovery] Fail to get the Vid Pid information from the builder response code=404
C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\psapg\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\psapg\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\psapg\OneDrive\Documentos\Arduino\libraries -fqbn=esp32:esp32:esp32:PSRAM=disabled,PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none -vid-pid=10C4_EA60 -ide-version=10813 -build-path C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin -warnings=none -build-cache C:\Users\psapg\AppData\Local\Temp\arduino_cache_16545 -prefs=build.path=C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.esptool_py.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\3.0.0 -prefs=runtime.tools.esptool_py-3.0.0.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\3.0.0 -prefs=runtime.tools.mkspiffs.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.mkspiffs-0.2.3.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.xtensa-esp32-elf-gcc.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\1.22.0-97-gc752ad5-5.2.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc-1.22.0-97-gc752ad5-5.2.0.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\1.22.0-97-gc752ad5-5.2.0 -verbose C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\src\src.ino
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\psapg\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\psapg\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\psapg\OneDrive\Documentos\Arduino\libraries -fqbn=esp32:esp32:esp32:PSRAM=disabled,PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none -vid-pid=10C4_EA60 -ide-version=10813 -build-path C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin -warnings=none -build-cache C:\Users\psapg\AppData\Local\Temp\arduino_cache_16545 -prefs=build.path=C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.esptool_py.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\3.0.0 -prefs=runtime.tools.esptool_py-3.0.0.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\3.0.0 -prefs=runtime.tools.mkspiffs.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.mkspiffs-0.2.3.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3 -prefs=runtime.tools.xtensa-esp32-elf-gcc.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\1.22.0-97-gc752ad5-5.2.0 -prefs=runtime.tools.xtensa-esp32-elf-gcc-1.22.0-97-gc752ad5-5.2.0.path=C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\1.22.0-97-gc752ad5-5.2.0 -verbose C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\src\src.ino
Using board 'esp32' from platform in folder: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.5
Using core 'esp32' from platform in folder: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.5
cmd /c if exist "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\src\\partitions.csv" copy /y "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\src\\partitions.csv" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\partitions.csv"
cmd /c if not exist "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\partitions.csv" copy "C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\tools\\partitions\\default.csv" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\partitions.csv"
Detecting libraries used...
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-g++" -DESP_PLATFORM "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DHAVE_CONFIG_H -DGCC_NOT_5_2_0=0 -DWITH_POSIX "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/config" "-...
IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/esp32-camera" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/esp-face" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/fb_gfx" -std=gnu++11 -Os -g3 -Wpointer-arith -fexceptions -fstack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -w -Wno-error=maybe-uninitialized -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-missing-field-initializers -Wno-sign-compare -fno-rtti -c -w -x c++ -E -CC -DF_CPU=240000000L -DARDUINO=10813 -DARDUINO_ESP32_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"ESP32_DEV\"" "-DARDUINO_VARIANT=\"esp32\"" -DESP32 -DCORE_DEBUG_LEVEL=0 "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\cores\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\variants\\esp32" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\src.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
Alternatives for WiFi.h: [[email protected] [email protected]]
ResolveLibrary(WiFi.h)
  -> candidates: [[email protected] [email protected]]
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-g++" -DESP_PLATFORM "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DHAVE_CONFIG_H -DGCC_NOT_5_2_0=0 -DWITH_POSIX "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/config" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/app_trace" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/app_update" "-...
IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/esp-face" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/fb_gfx" -std=gnu++11 -Os -g3 -Wpointer-arith -fexceptions -fstack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -w -Wno-error=maybe-uninitialized -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-missing-field-initializers -Wno-sign-compare -fno-rtti -c -w -x c++ -E -CC -DF_CPU=240000000L -DARDUINO=10813 -DARDUINO_ESP32_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"ESP32_DEV\"" "-DARDUINO_VARIANT=\"esp32\"" -DESP32 -DCORE_DEBUG_LEVEL=0 "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\cores\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\variants\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\libraries\\WiFi\\src" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\src.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
Alternatives for WiFiClientSecure.h: [[email protected]]
ResolveLibrary(WiFiClientSecure.h)
  -> candidates: [[email protected]]
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-g++" -DESP_PLATFORM "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DHAVE_CONFIG_H -DGCC_NOT_5_2_0=0 -DWITH_POSIX "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/config" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/app_trace" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/app_update" "-...
IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/esp32-camera" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/esp-face" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/fb_gfx" -std=gnu++11 -Os -g3 -Wpointer-arith -fexceptions -fstack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -w -Wno-error=maybe-uninitialized -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-missing-field-initializers -Wno-sign-compare -fno-rtti -c -w -x c++ -E -CC -DF_CPU=240000000L -DARDUINO=10813 -DARDUINO_ESP32_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"ESP32_DEV\"" "-DARDUINO_VARIANT=\"esp32\"" -DESP32 -DCORE_DEBUG_LEVEL=0 "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\cores\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\variants\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\libraries\\WiFi\\src" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\libraries\\WiFiClientSecure\\src" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\src.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
Alternatives for FS.h: [[email protected]]
ResolveLibrary(FS.h)
  -> candidates: [[email protected]]
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-g++" -DESP_PLATFORM "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DHAVE_CONFIG_H -DGCC_NOT_5_2_0=0 -DWITH_POSIX "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/config" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/app_trace" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/app_update" "-....
IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/esp-face" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/fb_gfx" -std=gnu++11 -Os -g3 -Wpointer-arith -fexceptions -fstack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -w -Wno-error=maybe-uninitialized -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-missing-field-initializers -Wno-sign-compare -fno-rtti -c -w -x c++ -E -CC -DF_CPU=240000000L -DARDUINO=10813 -DARDUINO_ESP32_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"ESP32_DEV\"" "-DARDUINO_VARIANT=\"esp32\"" -DESP32 -DCORE_DEBUG_LEVEL=0 "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\cores\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\variants\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\libraries\\WiFi\\src" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\libraries\\WiFiClientSecure\\src" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\libraries\\FS\\src" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\src.ino.cpp" -o nul -DARDUINO_LIB_DISCOVERY_PHASE
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\AsyncStreams.cpp
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rEEPROM.cpp
Alternatives for EEPROM.h: [[email protected]]
ResolveLibrary(EEPROM.h)
  -> candidates: [[email protected]]
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rESP8266.cpp
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rESP8266FileSystem.cpp
Alternatives for SPIFFS.h: [[email protected]]
ResolveLibrary(SPIFFS.h)
  -> candidates: [[email protected]]
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rESP8266WiFi.cpp
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rEEPROM.cpp
Alternatives for EEPROM.h: [[email protected]]
ResolveLibrary(EEPROM.h)
  -> candidates: [[email protected]]
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rESP8266.cpp
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rESP8266FileSystem.cpp
Alternatives for SPIFFS.h: [[email protected]]
ResolveLibrary(SPIFFS.h)
  -> candidates: [[email protected]]
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rESP8266WiFi.cpp
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rEEPROM.cpp
Alternatives for EEPROM.h: [[email protected]]
ResolveLibrary(EEPROM.h)
  -> candidates: [[email protected]]
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rESP8266.cpp
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rESP8266FileSystem.cpp
Alternatives for SPIFFS.h: [[email protected]]
ResolveLibrary(SPIFFS.h)
  -> candidates: [[email protected]]
Using cached library dependencies for file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\rESP8266WiFi.cpp
Using cached library dependencies for file: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.5\libraries\WiFi\src\ETH.cpp
Using cached library dependencies for file: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.5\libraries\SPIFFS\src\SPIFFS.cpp
Generating function prototypes...
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-g++" -DESP_PLATFORM "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DHAVE_CONFIG_H -DGCC_NOT_5_2_0=0 -DWITH_POSIX "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/config" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/fb_gfx" -std=gnu++11 -Os -g3 -Wpointer-arith -fexceptions -fstack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -w -Wno-error=maybe-uninitialized -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-missing-field-initializers -Wno-sign-compare -fno-rtti -c -w -x c++ -E -CC -DF_CPU=240000000L -DARDUINO=10813 -DARDUINO_ESP32_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"ESP32_DEV\"" "-DARDUINO_VARIANT=\"esp32\"" -DESP32 -DCORE_DEBUG_LEVEL=0 "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\cores\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\libraries\\SPIFFS\\src" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\src.ino.cpp" -o "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\preproc\\ctags_target_for_gcc_minus_e.cpp" -DARDUINO_LIB_DISCOVERY_PHASE
Using cached library dependencies for file: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.5\libraries\WiFiClientSecure\src\ssl_client.cpp
Using cached library dependencies for file: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.5\libraries\SPIFFS\src\SPIFFS.cpp
Generating function prototypes...
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-g++" -DESP_PLATFORM "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DHAVE_CONFIG_H -DGCC_NOT_5_2_0=0 -DWITH_POSIX "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/config" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/esp-face" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/fb_gfx" -std=gnu++11 -Os -g3 -Wpointer-arith -fexceptions -fstack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -w -Wno-error=maybe-uninitialized -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-missing-field-initializers -Wno-sign-compare -fno-rtti -c -w -x c++ -E -CC -DF_CPU=240000000L -DARDUINO=10813 -DARDUINO_ESP32_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"ESP32_DEV\"" "-DARDUINO_VARIANT=\"esp32\"" -DESP32 -DCORE_DEBUG_LEVEL=0 "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\cores\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\libraries\\SPIFFS\\src" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\src.ino.cpp" -o "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\preproc\\ctags_target_for_gcc_minus_e.cpp" -DARDUINO_LIB_DISCOVERY_PHASE
"C:\\Program Files (x86)\\Arduino\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-g++" -DESP_PLATFORM "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DHAVE_CONFIG_H -DGCC_NOT_5_2_0=0 -DWITH_POSIX "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/config" "
IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/fb_gfx" -std=gnu++11 -Os -g3 -Wpointer-arith -fexceptions -fstack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -w -Wno-error=maybe-uninitialized -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-missing-field-initializers -Wno-sign-compare -fno-rtti -MMD -c -DF_CPU=240000000L -DARDUINO=10813 -DARDUINO_ESP32_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"ESP32_DEV\"" "-DARDUINO_VARIANT=\"esp32\"" -DESP32 -DCORE_DEBUG_LEVEL=0 "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\cores\\esp32" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\libraries\\SPIFFS\\src" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\src.ino.cpp" -o "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\src.ino.cpp.o"
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\Scheduler.cpp.o
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\b4r_wifiserver.cpp.o
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-g++" -DESP_PLATFORM "-DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"" -DHAVE_CONFIG_H -DGCC_NOT_5_2_0=0 -DWITH_POSIX "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/config" "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/include/fb_gfx" -std=gnu++11 -Os -g3 -Wpointer-arith -fexceptions -fstack-protector -ffunction-sections -fdata-sections -fstrict-volatile-bitfields -mlongcalls -nostdlib -w -Wno-error=maybe-uninitialized -Wno-error=unused-function -Wno-error=unused-but-set-variable -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-missing-field-initializers -Wno-sign-compare -fno-rtti -MMD -c -DF_CPU=240000000L -DARDUINO=10813 -DARDUINO_ESP32_DEV -DARDUINO_ARCH_ESP32 "-DARDUINO_BOARD=\"ESP32_DEV\"" "-DARDUINO_VARIANT=\"esp32\"" -DESP32 -DCORE_DEBUG_LEVEL=0 "-IC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5\\cores\\esp32" "- "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\src.ino.cpp.o"
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\Scheduler.cpp.o
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\sketch\b4r_wifiserver.cpp.o
Compiling libraries...
Compiling library "WiFi"
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\libraries\WiFi\WiFi.cpp.o
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\libraries\WiFi\WiFiUdp.cpp.o
Compiling library "WiFiClientSecure"
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\libraries\WiFiClientSecure\ssl_client.cpp.o
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\libraries\WiFiClientSecure\WiFiClientSecure.cpp.o
Compiling library "FS"
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\libraries\FS\FS.cpp.o
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\libraries\FS\vfs_api.cpp.o
Compiling library "EEPROM"
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\libraries\EEPROM\EEPROM.cpp.o
Compiling library "SPIFFS"
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\libraries\SPIFFS\SPIFFS.cpp.o
Compiling core...
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\core\esp32-hal-log.c.o
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\core\esp32-hal-adc.c.o
...
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\core\main.cpp.o
Using previously compiled file: C:\Users\psapg\DOWNLO~1\ESP826~1\ESPCON~1\Objects\bin\core\core.a
Archiving built core (caching) in: C:\Users\psapg\AppData\Local\Temp\arduino_cache_16545\core\core_eeb03b3aabd762033d12bacb9769bd45.a
Linking everything together...
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-gcc" -nostdlib "-LC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/lib" "-LC:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/sdk/ld" -T esp32_out.ld -T esp32.project.ld -T esp32.rom.ld -T esp32.peripherals.ld -T esp32.rom.libgcc.ld -T esp32.rom.spiram_incompatible_fns.ld -u esp_app_desc -u ld_include_panic_highint_hdl -u call_user_start_cpu0 -Wl,--gc-sections -Wl,-static -Wl,--undefined=uxTopUsedPriority -u __cxa_guard_dummy -u __cxx_fatal_exception -Wl,--start-group "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\sketch\\AsyncStreams.cpp.o"  "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\libraries\\SPIFFS\\SPIFFS.cpp.o" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin\\core\\core.a" -lgcc -lapp_trace -llibsodium -lbt -lesp-tls -lmdns -lconsole -ljsmn -lesp_ringbuf -lpthread -ldriver -ldetection -lsoc -lc -lmesh -lwpa2 -ljson -ldl -lwear_levelling -lmicro-ecc -lcoexist -lface_detection -lnvs_flash -lwifi_provisioning -lfr -lnghttp -lesp32 -lnet80211 -lesp_http_server -ltcp_transport -llog -lespnow -lhal -lmqtt -lesp_websocket_client -lesp_http_client -lvfs -lbtdm_app -lapp_update -lpe -lprotocomm -lwps -lsdmmc -lesp_adc_cal -lwpa -lefuse -lcoap -lsmartconfig -limage_util -lspiffs -lulp -lunity -lface_recognition -lesp_https_server -lethernet -lspi_flash -lpp -lexpat -lfatfs -ltcpip_adapter -llwip -lcxx -lfreertos -lesp32-camera -lmbedtls -ldetection_cat_face -lm -lc_nano -lesp_event -lnewlib -lcore -lopenssl -lsmartconfig_ack -lwpa_supplicant -lbootloader_support -lasio -lesp_https_ota -lod -lespcoredump -lheap -lrtc -lprotobuf-c -lfb_gfx -lfreemodbus -lfd -lphy -lxtensa-debug-module -lstdc++ -Wl,--end-group -Wl,-EL -o "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin/src.ino.elf"
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\esptool_py\\3.0.0/esptool.exe" --chip esp32 elf2image --flash_mode dio --flash_freq 80m --flash_size 4MB -o "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin/src.ino.bin" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin/src.ino.elf"
esptool.py v3.0-dev
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\1.0.5/tools/gen_esp32part.exe" -q "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin/partitions.csv" "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin/src.ino.partitions.bin"
Multiple libraries were found for "WiFi.h"
Used: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.5\libraries\WiFi
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
Using library WiFi at version 1.0 in folder: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.5\libraries\WiFi
Using library SPIFFS at version 1.0 in folder: C:\Users\psapg\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.5\libraries\SPIFFS
"C:\\Users\\psapg\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32-elf-gcc\\1.22.0-97-gc752ad5-5.2.0/bin/xtensa-esp32-elf-size" -A "C:\\Users\\psapg\\DOWNLO~1\\ESP826~1\\ESPCON~1\\Objects\\bin/src.ino.elf"
Sketch uses 730389 bytes (55%) of program storage space. Maximum is 1310720 bytes.
Global variables use 38996 bytes (11%) of dynamic memory, leaving 288684 bytes for local variables. Maximum is 327680 bytes.
Uploading...
esptool.py v3.0-dev
Serial port COM5
Connecting........_____....._____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
An error occurred while uploading the sketch
DEBUG StatusLogger Stopping LoggerContext[name=1e6f5c3, org.apache.logging.log4j.core.LoggerContext@1faea86]
DEBUG StatusLogger Stopping LoggerContext[name=1e6f5c3, org.apache.logging.log4j.core.LoggerContext@1faea86]...
TRACE StatusLogger Unregistering 1 MBeans: [org.apache.logging.log4j2:type=1e6f5c3]
TRACE StatusLogger Unregistering 1 MBeans: [org.apache.logging.log4j2:type=1e6f5c3,component=StatusLogger]
TRACE StatusLogger Unregistering 1 MBeans: [org.apache.logging.log4j2:type=1e6f5c3,component=ContextSelector]
TRACE StatusLogger Unregistering 1 MBeans: [org.apache.logging.log4j2:type=1e6f5c3,component=Loggers,name=]
TRACE StatusLogger Unregistering 2 MBeans: [org.apache.logging.log4j2:type=1e6f5c3,component=Appenders,name=RollingFile, org.apache.logging.log4j2:type=1e6f5c3,component=Appenders,name=Console]
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=AsyncAppenders,name=*'
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=AsyncLoggerRingBuffer'
TRACE StatusLogger Unregistering but no MBeans found matching 'org.apache.logging.log4j2:type=1e6f5c3,component=Loggers,name=*,subtype=RingBuffer'
TRACE StatusLogger Stopping XmlConfiguration[location=jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/pde.jar!/log4j2.xml]...
TRACE StatusLogger XmlConfiguration notified 2 ReliabilityStrategies that config will be stopped.
TRACE StatusLogger XmlConfiguration stopping 1 LoggerConfigs.
TRACE StatusLogger XmlConfiguration stopping root LoggerConfig.
TRACE StatusLogger XmlConfiguration notifying ReliabilityStrategies that appenders will be stopped.
TRACE StatusLogger XmlConfiguration stopping remaining Appenders.
DEBUG StatusLogger Shutting down RollingFileManager C:\Users\psapg\AppData\Local\Arduino15/logs/application.log
DEBUG StatusLogger Shutting down RollingFileManager C:\Users\psapg\AppData\Local\Arduino15/logs/application.log
DEBUG StatusLogger All asynchronous threads have terminated
DEBUG StatusLogger RollingFileManager shutdown completed with status true
DEBUG StatusLogger Shut down RollingFileManager C:\Users\psapg\AppData\Local\Arduino15/logs/application.log, all resources released: true
DEBUG StatusLogger Appender RollingFile stopped with status true
DEBUG StatusLogger Shutting down OutputStreamManager SYSTEM_ERR.false.false
DEBUG StatusLogger Shut down OutputStreamManager SYSTEM_ERR.false.false, all resources released: true
DEBUG StatusLogger Appender Console stopped with status true
TRACE StatusLogger XmlConfiguration stopped 2 remaining Appenders.
TRACE StatusLogger XmlConfiguration cleaning Appenders from 2 LoggerConfigs.
DEBUG StatusLogger Stopped XmlConfiguration[location=jar:file:/C:/Program%20Files%20(x86)/Arduino/lib/pde.jar!/log4j2.xml] OK
DEBUG StatusLogger Stopped LoggerContext[name=1e6f5c3, org.apache.logging.log4j.core.LoggerContext@1faea86] with status true
 
Upvote 0

janderkan

Well-Known Member
Licensed User
Longtime User
Even if rEsp8266WiFi works with both Esp8266 and Esp32, it is the only thing they have in common.
Inline C and all other libraries is specific to Esp8266 OR Esp32
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
I only use the wifi lib in this "project"....
I see I have rESP8266 selected that seems to do nothing... I will unselect a few libs and see what happens
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
One of those things.... needed to be holding the boot button while uploading!!!
 
Upvote 0
Top