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
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

Hi

I downloaded the WICED 6.4 on a linux OS and ran the test.console application. Out of the box its working fine without any issues and this looks like an error corresponding to your project and as seen from the logs provided by you, it looks like there is some issue with the declaration of variables. Could you share your project with us so that we could look into the issue?

Thanks

0 Likes