Page 1 of 1

esp32-p4开发板编译这个esp-adf-2.7\esp-adf-2.7\examples\player\pipeline_living_stream报错,如内文,哪位同学知道如何解决,谢谢

Posted: Wed Feb 12, 2025 3:33 pm
by cursor_niu
info: INFO: Choice ESP_WIFI_MGMT_RX_BUFFER defined in multiple locations (see below). Please check if this is a correct behavior or a random name match:
D:/esp/esp-adf-2.7/esp-adf-2.7/Espressif/frameworks/esp-idf-v5.3.2/components/esp_wifi/Kconfig:133
D:/esp/esp-adf-2.7/esp-adf-2.7/examples/player/pipeline_living_stream/managed_components/espressif__esp_wifi_remote/Kconfig:116
info: INFO: Choice ESP_WIFI_TASK_CORE_ID defined in multiple locations (see below). Please check if this is a correct behavior or a random name match:
D:/esp/esp-adf-2.7/esp-adf-2.7/examples/player/pipeline_living_stream/managed_components/espressif__esp_wifi_remote/Kconfig:212
D:/esp/esp-adf-2.7/esp-adf-2.7/Espressif/frameworks/esp-idf-v5.3.2/components/esp_wifi/Kconfig:229
[1341/1343] Linking CXX executable living_stream_m3u_aac.elf
FAILED: living_stream_m3u_aac.elf
C:\WINDOWS\system32\cmd.exe /C "cd . && D:\esp\esp-adf-2.7\esp-adf-2.7\Espressif\tools\riscv32-esp-elf\esp-13.2.0_20240530\riscv32-esp-elf\bin\riscv32-esp-elf-g++.exe -march=rv32imafc_zicsr_zifencei_xesppie -mabi=ilp32f -nostartfiles -march=rv32imafc_zicsr_zifencei_xesppie -mabi=ilp32f --specs=nosys.specs -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32P4=0 -Wl,--Map=D:/esp/esp-adf-2.7/esp-adf-2.7/examples/player/pipeline_living_stream/build/living_stream_m3u_aac.map -Wl,--no-warn-rwx-segments -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T rom.api.ld -T esp32p4.peripherals.ld -T esp32p4.rom.ld -T esp32p4.rom.api.ld -T esp32p4.rom.rvfp.ld -T esp32p4.rom.wdt.ld -T esp32p4.rom.systimer.ld -T esp32p4.rom.version.ld -T esp32p4.rom.newlib.ld -T memory.ld -T sections.ld -Wl,--enable-non-contiguous-regions @CMakeFiles\living_stream_m3u_aac.elf.rsp -o living_stream_m3u_aac.elf && cd ."
D:/esp/esp-adf-2.7/esp-adf-2.7/Espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld.exe: esp-idf/espressif__esp_wifi_remote/libespressif__esp_wifi_remote.a(esp_wifi_with_remote.c.obj): in function `esp_wifi_set_ps':
D:/esp/esp-adf-2.7/esp-adf-2.7/examples/player/pipeline_living_stream/managed_components/espressif__esp_wifi_remote/esp_wifi_with_remote.c:102:(.text.esp_wifi_set_ps+0x4): undefined reference to `esp_wifi_remote_set_ps'
D:/esp/esp-adf-2.7/esp-adf-2.7/Espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/13.2.0/../../../../riscv32-esp-elf/bin/ld.exe: esp-idf/espressif__esp_wifi_remote/libespressif__esp_wifi_remote.a(esp_wifi_with_remote.c.obj): in function `esp_wifi_get_config':
D:/esp/esp-adf-2.7/esp-adf-2.7/examples/player/pipeline_living_stream/managed_components/espressif__esp_wifi_remote/esp_wifi_with_remote.c:202:(.text.esp_wifi_get_config+0x4): undefined reference to `esp_wifi_remote_get_config'
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 D:\esp\esp-adf-2.7\esp-adf-2.7\examples\player\pipeline_living_stream\build\log\idf_py_stderr_output_25364 and D:\esp\esp-adf-2.7\esp-adf-2.7\examples\player\pipeline_living_stream\build\log\idf_py_stdout_output_25364

Re: esp32-p4开发板编译这个esp-adf-2.7\esp-adf-2.7\examples\player\pipeline_living_stream报错,如内文,哪位同学知道如何解决,谢谢

Posted: Wed Feb 12, 2025 3:51 pm
by cursor_niu
ADF 2.7
IDF 5.3.2