Hello.
The error you reported is gone as I had the same error before the component update.
Code: Select all
https://www.flowcode.co.uk
Using FCD settings for compiler
Launching the compiler...
C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\ESP\Batch\esp32_build.bat "C:\esp-idf\" "Nikia Display Try" "D:\Flowcode Testing\" esp32s_sdkconfig
D:\Flowcode Testing>REM CRC: 0796FC1E6A776AF9156B257209C35258CE7C28B3EC20AEA2C632DB392A0E4BFD5B3F53B21811978F7B21FE4085045A7E774D1D3D69D8A99EE7320EAE740A5DB6EFB7F8B9768FC390BAFB420BC9D6F4D56375EE3039B8BDDEA4D1C56CD1580BF569DAEA777BB49732B199900461C78937B42DEF8219F63A24580137A2F6C8FDB7553324EFF791947E8AB6FFD612B81BAA97C798A8F1CFC189DE5D38517747C774AF2DD6F839BAECF83F7F994C7164CE77868F480396BDEF2F2C3050DA273BE4EEB3E11C07C6C54039FF3C81C780D7ABB89002782687B4F007BB7835FE546B805B7544DA781CA69696
D:\Flowcode Testing>REM REVISION: 2.0
D:\Flowcode Testing>REM GUID: 955EA920-4961-4C53-BA6B-EF4AF66BB4C2
D:\Flowcode Testing>REM DATE: 05\12\2022
D:\Flowcode Testing>REM DIR: FCD\ESP\Batch\esp32_build.bat
.
============================== Toolchain Check ==============================
Python 3.7.3
git version 2.21.0.windows.1
ESP toolchain found at "C:\esp-idf\"
=============================================================================
.
Building Nikia Display Try ...
Setting IDF_PATH: C:\esp-idf
Adding ESP-IDF tools to PATH...
C:\esp-idf-tools\tools\xtensa-esp32-elf\esp-2020r3-8.4.0\xtensa-esp32-elf\bin
C:\esp-idf-tools\tools\xtensa-esp32s2-elf\esp-2020r3-8.4.0\xtensa-esp32s2-elf\bin
C:\esp-idf-tools\tools\esp32ulp-elf\2.28.51-esp-20191205\esp32ulp-elf-binutils\bin
C:\esp-idf-tools\tools\esp32s2ulp-elf\2.28.51-esp-20191205\esp32s2ulp-elf-binutils\bin
C:\esp-idf-tools\tools\cmake\3.13.4\bin
C:\esp-idf-tools\tools\openocd-esp32\v0.11.0-esp32-20211220\openocd-esp32\bin
C:\esp-idf-tools\tools\ninja\1.9.0\
C:\esp-idf-tools\tools\idf-exe\1.0.1\
C:\esp-idf-tools\tools\ccache\3.7\
C:\esp-idf-tools\python_env\idf4.1_py3.7_env\Scripts
C:\esp-idf\tools
Checking if Python packages are up to date...
Python requirements from C:\esp-idf\requirements.txt are satisfied.
Done! You can now compile ESP-IDF projects.
Go to the project directory and run:
idf.py build
[1/69] Linking CXX static library esp-idf\app_trace\libapp_trace.a
[2/69] Linking CXX static library esp-idf\cxx\libcxx.a
[3/69] Linking CXX static library esp-idf\newlib\libnewlib.a
[4/69] cmd.exe /C "cd /D D:\Flowcode_Testing\Nikia_Display_Try\build\esp-idf\partition_table && C:\esp-idf-tools\tools\cmake\3.13.4\bin\cmake.exe -E echo "Partition table binary generated. Contents:" && C:\esp-idf-tools\tools\cmake\3.13.4\bin\cmake.exe -E echo ******************************************************************************* && C:\esp-idf-tools\python_env\idf4.1_py3.7_env\Scripts\python.exe C:/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB D:/Flowcode_Testing/Nikia_Display_Try/build/partition_table/partition-table.bin && C:\esp-idf-tools\tools\cmake\3.13.4\bin\cmake.exe -E echo *******************************************************************************"
Partition table binary generated. Contents:
*******************************************************************************
# Espressif ESP32 Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,1M,
*******************************************************************************
[5/69] Linking CXX static library esp-idf\vfs\libvfs.a
[6/69] Performing build step for 'bootloader'
ninja: no work to do.
[7/67] Linking CXX static library esp-idf\freertos\libfreertos.a
.
[8/67] Linking CXX static library esp-idf\heap\libheap.a
[9/67] Linking CXX static library esp-idf\log\liblog.a
[10/67] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/esp-project.c.obj
In file included from ../main/esp-project.c:38:
C:/esp-idf/components/esp_event/include/esp_event_loop.h:2:2: warning: #warning "esp_event_loop.h is deprecated, please include esp_event.h instead" [-Wcpp]
#warning "esp_event_loop.h is deprecated, please include esp_event.h instead"
^~~~~~~
In file included from C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:110,
from C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\internals.c:568,
from ../main/esp-project.c:48:
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_Float.c:91:6: warning: conflicting types for built-in function '__builtin_isinf_sign' [-Wbuiltin-declaration-mismatch]
char isinf(float f)
^~~~~
../main/esp-project.c: In function 'FCD_09e54_gLCD_Font4__ReadWidth':
../main/esp-project.c:403:11: warning: unused variable 'FCL_PWIDTH' [-Wunused-variable]
MX_UINT8 FCL_PWIDTH;
^~~~~~~~~~
../main/esp-project.c:402:12: warning: unused variable 'FCL_POSITION' [-Wunused-variable]
MX_UINT16 FCL_POSITION;
^~~~~~~~~~~~
../main/esp-project.c: In function 'FCD_09e53_gLCD_Font3__ReadWidth':
../main/esp-project.c:693:11: warning: unused variable 'FCL_PWIDTH' [-Wunused-variable]
MX_UINT8 FCL_PWIDTH;
^~~~~~~~~~
../main/esp-project.c:692:12: warning: unused variable 'FCL_POSITION' [-Wunused-variable]
MX_UINT16 FCL_POSITION;
^~~~~~~~~~~~
../main/esp-project.c: In function 'FCD_09e52_gLCD_Font2__ReadWidth':
../main/esp-project.c:983:11: warning: unused variable 'FCL_PWIDTH' [-Wunused-variable]
MX_UINT8 FCL_PWIDTH;
^~~~~~~~~~
../main/esp-project.c:982:12: warning: unused variable 'FCL_POSITION' [-Wunused-variable]
MX_UINT16 FCL_POSITION;
^~~~~~~~~~~~
../main/esp-project.c: In function 'FCD_09e51_gLCD_Font1__SumWidths':
../main/esp-project.c:1225:11: warning: unused variable 'FCL_WIDTH' [-Wunused-variable]
MX_UINT8 FCL_WIDTH;
^~~~~~~~~
../main/esp-project.c: In function 'FCD_09e51_gLCD_Font1__ReadWidth':
../main/esp-project.c:1256:11: warning: unused variable 'FCL_PWIDTH' [-Wunused-variable]
MX_UINT8 FCL_PWIDTH;
^~~~~~~~~~
../main/esp-project.c:1255:12: warning: unused variable 'FCL_POSITION' [-Wunused-variable]
MX_UINT16 FCL_POSITION;
^~~~~~~~~~~~
../main/esp-project.c: In function 'FCD_0ba71_Base_GLCD__ReadFontStat':
../main/esp-project.c:1512:12: warning: unused variable 'FCL_POSITION' [-Wunused-variable]
MX_UINT16 FCL_POSITION;
^~~~~~~~~~~~
../main/esp-project.c: In function 'FCD_0ba71_Base_GLCD__ReadFontByte':
../main/esp-project.c:1577:12: warning: unused variable 'FCL_POSITION' [-Wunused-variable]
MX_UINT16 FCL_POSITION;
^~~~~~~~~~~~
../main/esp-project.c: In function 'FCD_076e1_gLCD_PCD85442__Print':
../main/esp-project.c:2583:11: warning: unused variable 'FCL_H' [-Wunused-variable]
MX_UINT8 FCL_H;
^~~~~
../main/esp-project.c: In function 'FCD_076e1_gLCD_PCD85442__Initialise':
../main/esp-project.c:3205:11: warning: unused variable 'FCL_BLUE' [-Wunused-variable]
MX_UINT8 FCL_BLUE;
^~~~~~~~
../main/esp-project.c:3204:11: warning: unused variable 'FCL_GREEN' [-Wunused-variable]
MX_UINT8 FCL_GREEN;
^~~~~~~~~
../main/esp-project.c:3203:11: warning: unused variable 'FCL_RED' [-Wunused-variable]
MX_UINT8 FCL_RED;
^~~~~~~
In file included from C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\internals.c:568,
from ../main/esp-project.c:48:
At top level:
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:876:13: warning: 'FCI_SCOPY' defined but not used [-Wunused-function]
static void FCI_SCOPY(MX_STRING sSrc, MX_UINT16 iSrc_len, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:815:13: warning: 'FCI_SHEAD' defined but not used [-Wunused-function]
static void FCI_SHEAD(MX_STRING sSrc1, MX_UINT16 iSrc1_len, MX_STRING sSrc2, MX_UINT16 iSrc2_len, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:795:18: warning: 'FCI_STRMOV' defined but not used [-Wunused-function]
static MX_UINT16 FCI_STRMOV(MX_STRING sSrc, MX_UINT16 iSrc_len, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:771:18: warning: 'FCI_STRREV' defined but not used [-Wunused-function]
static MX_UINT16 FCI_STRREV(MX_STRING sSrc, MX_UINT16 iSrc_len, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:701:17: warning: 'FCI_STRING_TO_FLOAT' defined but not used [-Wunused-function]
static MX_FLOAT FCI_STRING_TO_FLOAT(MX_STRING String, MX_UINT16 MSZ_String)
^~~~~~~~~~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:598:18: warning: 'FCI_NUMBER_TO_HEX' defined but not used [-Wunused-function]
static MX_STRING FCI_NUMBER_TO_HEX(MX_ULONG Number, MX_STRING String, MX_UINT16 MSZ_String)
^~~~~~~~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:531:18: warning: 'FCI_FLOAT_TO_STRING' defined but not used [-Wunused-function]
static MX_STRING FCI_FLOAT_TO_STRING(MX_FLOAT Number, MX_UINT8 Precision, MX_STRING String, MX_UINT16 MSZ_String)
^~~~~~~~~~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:476:17: warning: 'FCI_COMPARE' defined but not used [-Wunused-function]
static MX_UINT8 FCI_COMPARE(MX_STRING sSrc1, MX_UINT16 iSrc1_len, MX_STRING sSrc2, MX_UINT16 iSrc2_len, MX_UINT8 iNoCase)
^~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:450:13: warning: 'FCI_TOUPPER' defined but not used [-Wunused-function]
static void FCI_TOUPPER(MX_STRING sSrc, MX_UINT16 iSrc_len, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:424:13: warning: 'FCI_TOLOWER' defined but not used [-Wunused-function]
static void FCI_TOLOWER(MX_STRING sSrc, MX_UINT16 iSrc_len, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:331:10: warning: 'FCI_TOSTRU32' defined but not used [-Wunused-function]
MX_UINT8 FCI_TOSTRU32(MX_UINT32 iSrc1, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:297:10: warning: 'FCI_TOSTRU16' defined but not used [-Wunused-function]
MX_UINT8 FCI_TOSTRU16(MX_UINT16 iSrc1, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:254:10: warning: 'FCI_TOSTRS32' defined but not used [-Wunused-function]
MX_UINT8 FCI_TOSTRS32(MX_SINT32 iSrc1, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:211:10: warning: 'FCI_TOSTRS16' defined but not used [-Wunused-function]
MX_UINT8 FCI_TOSTRS16(MX_SINT16 iSrc1, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:182:18: warning: 'FCI_RIGHTSTRING' defined but not used [-Wunused-function]
static MX_STRING FCI_RIGHTSTRING(MX_STRING sSrc, MX_UINT16 iSrc_len, MX_UINT16 iCount, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:159:18: warning: 'FCI_LEFTSTRING' defined but not used [-Wunused-function]
static MX_STRING FCI_LEFTSTRING(MX_STRING sSrc, MX_UINT16 iSrc_len, MX_UINT16 iCount, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~~~~~
In file included from C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\internals.c:568,
from ../main/esp-project.c:48:
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:129:18: warning: 'FCI_MIDSTRING' defined but not used [-Wunused-function]
static MX_STRING FCI_MIDSTRING(MX_STRING sSrc, MX_UINT16 iSrc_len, MX_UINT16 iStart, MX_UINT16 iCount, MX_STRING sDst, MX_UINT16 iDst_len)
^~~~~~~~~~~~~
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_String.c:113:17: warning: 'FCI_GETCHAR' defined but not used [-Wunused-function]
static MX_UINT8 FCI_GETCHAR(MX_STRING sStr1, MX_UINT16 iStr1_len, MX_UINT16 iPos)
^~~~~~~~~~~
[11/67] Linking CXX static library esp-idf\lwip\liblwip.a
[12/67] Linking CXX static library esp-idf\esp_wifi\libesp_wifi.a
[13/67] Linking CXX static library esp-idf\wpa_supplicant\libwpa_supplicant.a
[14/67] Linking CXX static library esp-idf\esp_event\libesp_event.a
[15/67] Linking CXX static library esp-idf\esp_netif\libesp_netif.a
[16/67] Linking CXX static library esp-idf\tcpip_adapter\libtcpip_adapter.a
[17/67] Linking CXX static library esp-idf\esp_eth\libesp_eth.a
[18/67] Linking CXX static library esp-idf\soc\libsoc.a
[19/67] Linking CXX static library esp-idf\esp_rom\libesp_rom.a
[20/67] Linking CXX static library esp-idf\esp_common\libesp_common.a
[21/67] Linking CXX static library esp-idf\esp32\libesp32.a
[22/67] Linking CXX static library esp-idf\perfmon\libperfmon.a
[23/67] Linking CXX static library esp-idf\espcoredump\libespcoredump.a
[24/67] Linking CXX static library esp-idf\pthread\libpthread.a
[25/67] Linking CXX static library esp-idf\nvs_flash\libnvs_flash.a
[26/67] Linking CXX static library esp-idf\driver\libdriver.a
[27/67] Linking CXX static library esp-idf\efuse\libefuse.a
[28/67] Linking CXX static library esp-idf\bootloader_support\libbootloader_support.a
[29/67] Linking CXX static library esp-idf\mbedtls\mbedtls\library\libmbedtls.a
.
[30/67] Linking CXX static library esp-idf\mbedtls\mbedtls\library\libmbedx509.a
[31/67] Linking CXX static library esp-idf\mbedtls\mbedtls\library\libmbedcrypto.a
[32/67] Linking CXX static library esp-idf\spi_flash\libspi_flash.a
[33/67] Linking CXX static library esp-idf\app_update\libapp_update.a
[34/67] Linking CXX static library esp-idf\esp_ringbuf\libesp_ringbuf.a
[35/67] Linking CXX static library esp-idf\xtensa\libxtensa.a
[36/67] Linking CXX static library esp-idf\asio\libasio.a
[37/67] Linking CXX static library esp-idf\bt\libbt.a
[38/67] Linking CXX static library esp-idf\cbor\libcbor.a
[39/67] Linking CXX static library esp-idf\coap\libcoap.a
[40/67] Linking CXX static library esp-idf\console\libconsole.a
[41/67] Linking CXX static library esp-idf\esp_adc_cal\libesp_adc_cal.a
[42/67] Linking CXX static library esp-idf\esp_gdbstub\libesp_gdbstub.a
[43/67] Linking CXX static library esp-idf\esp_https_ota\libesp_https_ota.a
[44/67] Linking CXX static library esp-idf\protobuf-c\libprotobuf-c.a
[45/67] Linking CXX static library esp-idf\sdmmc\libsdmmc.a
[46/67] Linking CXX static library esp-idf\esp_websocket_client\libesp_websocket_client.a
[47/67] Linking CXX static library esp-idf\expat\libexpat.a
[48/67] Linking CXX static library esp-idf\wear_levelling\libwear_levelling.a
[49/67] Linking CXX static library esp-idf\freemodbus\libfreemodbus.a
[50/67] Linking CXX static library esp-idf\jsmn\libjsmn.a
[51/67] Linking CXX static library esp-idf\json\libjson.a
[52/67] Linking CXX static library esp-idf\mqtt\libmqtt.a
[53/67] Linking CXX static library esp-idf\mdns\libmdns.a
[54/67] Linking CXX static library esp-idf\libsodium\liblibsodium.a
[55/67] Linking CXX static library esp-idf\openssl\libopenssl.a
[56/67] Linking CXX static library esp-idf\spiffs\libspiffs.a
[57/67] Linking CXX static library esp-idf\unity\libunity.a
[58/67] Linking CXX static library esp-idf\protocomm\libprotocomm.a
[59/67] Linking CXX static library esp-idf\esp_serial_slave_link\libesp_serial_slave_link.a
[60/67] Linking CXX static library esp-idf\fatfs\libfatfs.a
[61/67] Linking CXX static library esp-idf\esp_local_ctrl\libesp_local_ctrl.a
[62/67] Linking CXX static library esp-idf\wifi_provisioning\libwifi_provisioning.a
[63/67] Linking CXX static library esp-idf\main\libmain.a
. . . . . .
[64/67] Generating ld/esp32.project.ld
[65/67] Building C object CMakeFiles/esp-project.elf.dir/project_elf_src.c.obj
[66/67] Linking CXX executable esp-project.elf
. .
[67/67] Generating binary image from built executable
esptool.py v2.9-dev
Generated D:/Flowcode_Testing/Nikia_Display_Try/build/esp-project.bin
Executing action: all (aliases: build)
Running ninja in directory d:\flowcode_testing\nikia_display_try\build
Executing "ninja all"...
Project build complete. To flash, run this command:
C:\esp-idf-tools\python_env\idf4.1_py3.7_env\Scripts\python.exe C:\esp-idf\components\esptool_py\esptool\esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 build\bootloader\bootloader.bin 0x8000 build\partition_table\partition-table.bin 0x10000 build\esp-project.bin
or run 'idf.py -p (PORT) flash'
Build completed successfully
A suggestion.
Rather than using My Documents folder, create a new folder e.g C:\My Flowcode Projects