SDK 2.4.0 How to Build a Program

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

cross mob
Anonymous
Not applicable

Greetings,

I have installed the WICED SDK 2.40 on an XP 32bit machine. The program is installed properly. I have downloaded the MinGW GCC and set it as my current toolchain. The Gnu make builder is the current builder. I have a SN8200 wireless module. Everytime that I am trying to build the 'snip.https_client-BCM943362WCD4 download run' file from the Make Target tab i get the error

make *** No rule to make target 'snip.https_client-BCM943362WCD4 download run'. Stop.

Any help would be appreciated

Best Regards

1 Solution
Anonymous
Not applicable

There is no need to download GCC as the SDK comes with the complete toolchain required to build applications.

The WICED SDK is designed to run only with the make executables provided at the root directory of the SDK.

Open a command prompt and change to the root directory of the SDK to execute the make command.

e.g:

C:\Wiced-SDK\make snip.https_client-BCM943362WCD4 download run

View solution in original post

10 Replies