FelipeMdeO commented on issue #15932: URL: https://github.com/apache/nuttx/issues/15932#issuecomment-2695607284
Guys, I edited the post because I presented a corrected version where I moved file to out of `ifeq`. Please consider the file esp_efuse_api_key.c @acassis The error is: ``` LD: nuttx riscv-none-elf-ld: warning: /home/felipe-moura/Downloads/msav2-connectivity/nuttx/nuttx has a LOAD segment with RWX permissions riscv-none-elf-ld: /home/felipe-moura/Downloads/msav2-connectivity/nuttx/staging/libarch.a(esp_efuse_utility.o): in function `esp_efuse_utility_burn_chip': /home/felipe-moura/Downloads/msav2-connectivity/nuttx/arch/risc-v/src/chip/esp-hal-3rdparty/components/efuse/esp32c6/esp_efuse_utility.c:108:(.text.esp_efuse_utility_burn_chip+0x6c): undefined reference to `esp_efuse_get_coding_scheme' riscv-none-elf-ld: /home/felipe-moura/Downloads/msav2-connectivity/nuttx/staging/libarch.a(esp_efuse_utility.o): in function `esp_efuse_utility_apply_new_coding_scheme': /home/felipe-moura/Downloads/msav2-connectivity/nuttx/arch/risc-v/src/chip/esp-hal-3rdparty/components/efuse/esp32c6/esp_efuse_utility.c:159:(.text.esp_efuse_utility_apply_new_coding_scheme+0xe): undefined reference to `esp_efuse_get_coding_scheme' ``` This build isse happens because I need `esp_efuse_get_coding_scheme` compiled to use efuse driver. But in the `hal_esp32c6.mk` file, the compilation for `esp_efuse_get_coding_scheme` only happen in simple_boot -- 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