(Important note) Build Issue on MAC 2.1.1

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

cross mob
Anonymous
Not applicable

I see the following while trying to build the hello_sensor on MAC using the 2.1.1 IDE.

**** Build of configuration Release for project WICED-Smart-SDK ****

"/Users/user/Documents/Electronics Software/WICED Broadcom/WICED-Smart-SDK/make" hello_sensor-BCM920736TAG_Q32 download

Unknown host

Linux32 uname: ""

Linux64 uname: ""

OSX uname: ""

Win32 uname: ""

Build Finished (took 223ms)

1 Solution

There is an issue with the sdk and would be fixed in next release, related to perl version on new Mac OSX .As a quick workaround,

1)Rename Tools/common/OSX/perl to perl.old

2)Create a symbolic link from from Tools/common/OSX/perl to the system's perl

ln -s /usr/bin/perl Tools/common/OSX/perl

and you can try hello_sensor to verify it works

thnx

vik86

View solution in original post

10 Replies