You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/23 15:10:16 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on pull request #5596: board/esp32: Update esp-wireless-drivers-3rdparty

pkarashchenko commented on pull request #5596:
URL: https://github.com/apache/incubator-nuttx/pull/5596#issuecomment-1048884171


   ```
   riscv64-unknown-elf-ld: /Users/runner/work/incubator-nuttx/incubator-nuttx/sources/nuttx/staging/libarch.a(esp32c3_wifi_utils.o):(.rodata.g_wifi_default_mesh_crypto_funcs+0x0): multiple definition of `g_wifi_default_mesh_crypto_funcs'; /Users/runner/work/incubator-nuttx/incubator-nuttx/sources/nuttx/staging/libarch.a(esp32c3_wlan.o):(.rodata.g_wifi_default_mesh_crypto_funcs+0x0): first defined here
   riscv64-unknown-elf-ld: /Users/runner/work/incubator-nuttx/incubator-nuttx/sources/nuttx/staging/libarch.a(esp32c3_wifi_utils.o):(.rodata.g_wifi_default_wpa_crypto_funcs+0x0): multiple definition of `g_wifi_default_wpa_crypto_funcs'; /Users/runner/work/incubator-nuttx/incubator-nuttx/sources/nuttx/staging/libarch.a(esp32c3_wlan.o):(.rodata.g_wifi_default_wpa_crypto_funcs+0x0): first defined here
   ```
   Still is meeting double definition. Probably global vars are declared in header.


-- 
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-unsubscribe@nuttx.apache.org

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