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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
