Replies: 2 comments
-
|
hi manage to fix it... but the 128x64 LCD is flickering... it is only today repository 2025.11.18... the old repository that i still used still working without any issue... if im not mistaken it is from 2025.11.15... same settings for everything but the 2025.11.18 repository is when flashed the merge-binary.bin the screen is flickering non-stop... can help why??? thanks so much... |
Beta Was this translation helpful? Give feedback.
-
|
very sorry for any inconvenience caused... i just uninsalled, reinstalled esp-idf 5.5.1... clone the repository again... then suddenly everything seems working... again very very sorry... and thank you so much.... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi... i have been building or compiling the same project which is my esp32s3 supermini... it works great until today... suddenly at the end of the compiling/building there was an error... i never touch anything... i only change config.json for the wake word and config.h for the pin assignment... this is what i been changing only for a couple of days...
but only today i got an error... can help why???
[2266/2268] Linking CXX executable xiaozhi.elf
FAILED: xiaozhi.elf
C:\WINDOWS\system32\cmd.exe /C "cd . && C:\Espressif\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-g++.exe -mlongcalls -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -nostartfiles -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32S3=0 -Wl,--Map=C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/build/xiaozhi.map -Wl,--no-warn-rwx-segments -Wl,--orphan-handling=warn -fno-lto -Wl,--gc-sections -Wl,--warn-common -T esp32s3.peripherals.ld -T esp32s3.rom.ld -T esp32s3.rom.api.ld -T esp32s3.rom.bt_funcs.ld -T esp32s3.rom.libgcc.ld -T esp32s3.rom.wdt.ld -T esp32s3.rom.version.ld -T esp32s3.rom.ble_master.ld -T esp32s3.rom.ble_50.ld -T esp32s3.rom.ble_smp.ld -T esp32s3.rom.ble_dtm.ld -T esp32s3.rom.ble_test.ld -T esp32s3.rom.ble_scan.ld -T esp32s3.rom.libc.ld -T esp32s3.rom.newlib.ld -T memory.ld -T sections.ld @CMakeFiles\xiaozhi.elf.rsp -o xiaozhi.elf && cd ."
C:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld.exe: esp-idf/main/libmain.a(audio_service.cc.obj):(.literal._ZN12AudioService19SetDecodeSampleRateEii+0xc): undefined reference to
create_board()' C:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld.exe: esp-idf/main/libmain.a(audio_service.cc.obj): in functionBoard::GetInstance()':C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/main/boards/common/board.h:34:(.text._ZN12AudioService19SetDecodeSampleRateEii+0x62): undefined reference to
create_board()' C:/Espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/../lib/gcc/xtensa-esp-elf/14.2.0/../../../../xtensa-esp-elf/bin/ld.exe: esp-idf/main/libmain.a(mqtt_protocol.cc.obj): in functionBoard::GetInstance()':C:/Espressif/frameworks/esp-idf-v5.5.1/xiaozhi-esp32-main/main/boards/common/board.h:34:(.text._ZN5Board11GetInstanceEv[_ZN5Board11GetInstanceEv]+0x14): undefined reference to `create_board()'
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
ninja failed with exit code 1, output of the command is in the C:\Espressif\frameworks\esp-idf-v5.5.1\xiaozhi-esp32-main\build\log\idf_py_stderr_output_31216 and C:\Espressif\frameworks\esp-idf-v5.5.1\xiaozhi-esp32-main\build\log\idf_py_stdout_output_31216
build failed
Beta Was this translation helpful? Give feedback.
All reactions