Skip to content

Commit f34e732

Browse files
committed
Replace LoRaMac-node submodule with forked version - contains aes_encrypt() multiple definitions fix
Linking error: .espressif/tools/xtensa-esp32s3-elf/esp-12.2.0_20230208/xtensa-esp32s3-elf/bin/../lib/gcc/xtensa-esp32s3-elf/12.2.0/../../../../xtensa-esp32s3-elf/bin/ld: esp-idf/wpa_supplicant/libwpa_supplicant.a(crypto_mbedtls.c.obj): in function `aes_encrypt': esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c:421: multiple definition of `aes_encrypt'; esp-idf/LoRaMac-node-esp32/libLoRaMac-node-esp32.a(aes.c.obj):src/LoRaMac-node/src/peripherals/soft-se/aes.c:569: first defined here collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed.
1 parent 47293e9 commit f34e732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "src/LoRaMac-node"]
22
path = src/LoRaMac-node
3-
url = https://github.com/Lora-net/LoRaMac-node.git
3+
url = https://github.com/boston-engineering/LoRaMac-node.git

0 commit comments

Comments
 (0)