I have installed the SDK named ‘WICED-SDK-3.7.0-IDE-Installer.exe’ on windows xp computer. But the SDK can not be successfully compiled on windows xp. Does anyone know how to solve it ?The error message is as follows:

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

cross mob
boqi_2115821
Level 1
Level 1

I have installed the SDK named ‘WICED-SDK-3.7.0-IDE-Installer.exe’ on windows xp computer. But the SDK can not be successfully compiled on windows xp. Does anyone know how to solve it ?The error message is as follows:

07:00:27 **** Build of configuration Default for project WICED-SDK ****

"D:\\CY-WIFI\\WICED-SDK-3.7.0\\WICED-SDK\\make.exe" snip.scan-BCM943362WCD4

MAKEFILE MAKECMDGOALS=snip.scan-BCM943362WCD4 OTA2_SUPPORT is disabled

Building Bootloader

In file included from WICED/platform/MCU/STM32F2xx/../wwd_resources.c:15:0:

./platforms/BCM943362WCD4/./wifi_nvram_image.h:45:9: error: expected ',' or ';' before 'NVRAM_GENERATED_MAC_ADDRESS'

         NVRAM_GENERATED_MAC_ADDRESS                                          "\x00"

         ^

make.exe[3]: *** [build/waf.bootloader-NoOS-BCM943362WCD4/Modules/./WICED/platform/MCU/STM32F2xx/../wwd_resources.o] Error 1

make.exe[3]: *** Waiting for unfinished jobs....

make.exe[2]: *** [main_app] Error 2

make.exe[1]: *** [bootloader] Error 2

tools/makefiles/standard_platform_targets.mk:54: recipe for target 'bootloader' failed

Makefile:286: recipe for target 'main_app' failed

make: *** [main_app] Error 2

07:01:11 Build Finished (took 43s.765ms)

0 Likes
2 Replies
ShawnA_01
Employee
Employee
10 questions asked 5 comments on KBA First comment on KBA

My build of snip.scan-BCM943362WCD4 on SDK 3.7.0 using Win7 Professional succeeds.

My ./platforms/BCM943362WCD4/./wifi_nvram_image.h content shows: 

pastedImage_0.png

Is your wifi_nvram_image.h content similar?

As a test, can you try building for other platforms besides BCM943362WCD4 ?

Is this a fresh SDK install?   As another test, can you uninstall (make sure to delete the actual folders manually, as the SDK Uninstall doesn't delete everything), and then re-install using only the default prompts?

boqi_2115821
Level 1
Level 1

It's running well on win7.But on xp , it still didn't work .

My ./platforms/BCM943362WCD4/./wifi_nvram_image.h content shows: 

It's similar with you.

pastedImage_0.png

0 Likes