BCM94390WCD2 dash error on 64-bit Linux

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

cross mob
Anonymous
Not applicable

Hi,

I'm trying to run the snip.scan example for a BCM94390WCD2 module connected to a 64-bit linux laptop.  In the WICED SDK (version 3.1.2), I run the command:

./make snip.scan-BCM94390WCD2 download run

which runs fine up until the following point:

...

6592 bytes written at address 0x0020001c

downloaded 6592 bytes in 0.126069s (51.063 KiB/s)

****************** Result: OK

shutdown command invoked

Downloading DCT ...

./tools/common/Linux64/dash: Syntax error: "(" unexpected

make[1]: *** [FILESYSTEM_IMAGE_DOWNLOAD] Error 2

make: *** [main_app] Error 2

Any idea how to fix / workaround this issue?  dash is a binary file so can't debug it.  I've previously run this test on a BCM943362WCD4 module with the same linux laptop without any issues.

Regards,

Hugh

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi,

Try replacing toosl/makfiles/wiced_apps.mk with the attached file and see if this fixes your problem.

Regards,

Bassem

View solution in original post

0 Likes
5 Replies
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

Hi,

Can you see if the board works when connected to a Windows PC?

I will send you a private message.

0 Likes
Anonymous
Not applicable

I hit the exactly the same build error on 64-bit Linux, can you send me the fix as well.

Thanks.

0 Likes
Anonymous
Not applicable

Hi,

The board works fine with Windows .. I only have the error using 64-bit linux.

Regards,

Hugh

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi,

Try replacing toosl/makfiles/wiced_apps.mk with the attached file and see if this fixes your problem.

Regards,

Bassem

0 Likes
Anonymous
Not applicable

That fixed the problem .. cheers Bassem.

Regards,

Hugh