Skip to content

Redefinition warnings in esp32 core 3.3.0 #1001

@ednieuw

Description

@ednieuw

I got these warnings with core 3.3.0

c:\Users\xxxxx\Documents\Files\Arduino\libraries\NimBLE-Arduino\src/nimconfig.h:254:9: warning: "CONFIG_BT_NIMBLE_MSYS_1_BLOCK_COUNT" redefined
  254 | #define CONFIG_BT_NIMBLE_MSYS_1_BLOCK_COUNT CONFIG_BT_NIMBLE_MSYS1_BLOCK_COUNT

In file included from C:\Users\xxxxx\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.5-b66b5448-v1\esp32s3/include/newlib/platform_include/stdio.h:8,
                 from C:\Users\xxxxx\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.0\cores\esp32/Arduino.h:27,
C:\Users\xxxxx\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.5-b66b5448-v1\esp32s3/qio_opi/include/sdkconfig.h:812:9: note: this is the location of the previous definition
  812 | #define CONFIG_BT_NIMBLE_MSYS_1_BLOCK_COUNT 12

c:\Users\xxxxx\Documents\Files\Arduino\libraries\NimBLE-Arduino\src/nimconfig.h:289:9: warning: "CONFIG_BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT" redefined
  289 | #define CONFIG_BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT 12

C:\Users\xxxxx\AppData\Local\Arduino15\packages\esp32\tools\esp32-arduino-libs\idf-release_v5.5-b66b5448-v1\esp32s3/qio_opi/include/sdkconfig.h:816:9: note: this is the location of the previous definition
  816 | #define CONFIG_BT_NIMBLE_TRANSPORT_ACL_FROM_LL_COUNT 24

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions