xiaoxiang781216 commented on PR #16756:
URL: https://github.com/apache/nuttx/pull/16756#issuecomment-3193387264

   ```
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libnet.a(tcp_conn.o):(.literal.tcp_free+0x8):
 undefined reference to `work_cancel'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libnet.a(tcp_conn.o): in function 
`tcp_free':
   tcp_conn.c:(.text.tcp_free+0x15): undefined reference to `work_cancel'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libnet.a(tcp_timer.o):(.literal.tcp_update_timer+0x8):
 undefined reference to `work_queue'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libnet.a(tcp_timer.o): in function 
`tcp_update_timer':
   tcp_timer.c:(.text.tcp_update_timer+0x2f): undefined reference to 
`work_queue'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
tcp_timer.c:(.text.tcp_update_timer+0x5a): undefined reference to `work_cancel'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libnet.a(tcp_timer.o): in function 
`tcp_stop_timer':
   tcp_timer.c:(.text.tcp_stop_timer+0x8): undefined reference to `work_cancel'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libnet.a(tcp_close.o):(.literal.tcp_close_eventhandler+0x4):
 undefined reference to `work_queue'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libnet.a(tcp_close.o): in function 
`tcp_close_eventhandler':
   tcp_close.c:(.text.tcp_close_eventhandler+0x83): undefined reference to 
`work_queue'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libarch.a(esp_wlan.o): in function 
`wlan_txavail':
   esp_wlan.c:(.text.wlan_txavail+0x14): undefined reference to `work_queue'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libarch.a(esp_wlan.o): in function 
`wlan_txtimeout_expiry':
   esp_wlan.c:(.text.wlan_txtimeout_expiry+0x14): undefined reference to 
`work_queue'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libarch.a(esp_wlan.o): in function 
`wlan_sta_rx_done':
   esp_wlan.c:(.text.wlan_sta_rx_done+0x8e): undefined reference to `work_queue'
   /tools/xtensa-esp-elf-gcc/bin/xtensa-esp-elf-ld: 
/github/workspace/sources/nuttx/staging/libarch.a(esp_wifi_utils.o):esp_wifi_utils.c:(.text.esp_event_post+0x6c):
 more undefined references to `work_queue' follow
   make[1]: *** [Makefile:179: nuttx] Error 1
   make: *** [tools/Unix.mk:552: nuttx] Error 2
   make: Target 'all' not remade because of errors.
   /github/workspace/sources/nuttx/tools/testbuild.sh: line 385: 
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or 
directory
     [1/1] Normalize esp32s3-devkit/mbedtls
   36d35
   < CONFIG_ESP32S3_SPI_FLASH_SUPPORT_PSRAM_STACK=y
   Saving the new configuration file
   HEAD detached at pull/16756/merge
   Changes not staged for commit:
     (use "git add <file>..." to update what will be committed)
     (use "git restore <file>..." to discard changes in working directory)
        modified:   
boards/xtensa/esp32s3/esp32s3-devkit/configs/mbedtls/defconfig
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to