WICED6.4 + BCM943340WCD1 applications do compile

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
omch_4412626
Level 1
Level 1

Hi,

I just download  Wiced 6.4(linux)  but when I try to compile any of the BCM943340WCD1 sources, for example "test.console-BCM943340WCD1", I found re-declarations and even an inclusion from another completely different platform "CYW943907AEVAL1F", anyone has any idea about this issue ?

$ ./make test.console-BCM943340WCD1

MAKEFILE MAKECMDGOALS=test.console-BCM943340WCD1 OTA2_SUPPORT is disabled

Building Bootloader

In file included from WICED/platform/MCU/STM32F4xx/../platform_button.c:40:0:

./platforms/BCM943340WCD1/./platform.h:259:5: error: redeclaration of enumerator 'WICED_GPIO_1'

     WICED_GPIO_1,

     ^~~~~~~~~~~~

In file included from ./include/wiced_platform.h:41:0,

                 from WICED/platform/MCU/STM32F4xx/../platform_button.c:39:

./include/../platforms/CYW943907AEVAL1F/platform.h:207:5: note: previous definition of 'WICED_GPIO_1' was here

     WICED_GPIO_1,

     ^~~~~~~~~~~~

In file included from WICED/platform/MCU/STM32F4xx/../platform_button.c:40:0:

./platforms/BCM943340WCD1/./platform.h:260:5: error: redeclaration of enumerator 'WICED_GPIO_2'

     WICED_GPIO_2,

....

0 Likes
1 Reply