Failed to make target for BCM943907AEVAL1F_1

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

cross mob
Anonymous
Not applicable

Please help.

I just installed WICED-SDK-3.7.0. In "Make Target" tab, double click snip.scan-BCM943362WCD4 and the build process seems working well.

Copy and paste snip.scan-BCM943362WCD4, then changed the name to snip.scan-BCM943907AEVAL1F_1. Double click it and I got error message:

tools/makefiles/wiced_config.mk:299: platforms/BCM943907AEVAL1F_1/BCM943907AEVAL1F_1.mk: No such file or directory

tools/makefiles/wiced_config.mk:301: WICED/platform/MCU//.mk: No such file or directory

tools/makefiles/wiced_config.mk:335: *** No matching toolchain found for architecture .  Stop.

make: *** No rule to make target 'build/snip.scan-BCM943907AEVAL1F_1/config.mk', needed by 'main_app'.  Stop.

Is there a document about how to use BCM943907AEVAL1F_1 and configure the SDK for it?  I am a hardware engineer and just need to build and load an example to check the evaluation board.

Any help are appreciated.

0 Likes
1 Solution
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

snip.scan-BCM943907AEVAL1F_1.B1 download

use the above build string

View solution in original post

4 Replies
ShawnA_01
Employee
Employee
10 questions asked 5 comments on KBA First comment on KBA

I don't have the 3.7.0 SDK installed yet.  Looking into the SDK 3.6.3 folders, I do witness the BCM943907AEVAL1F_1 "platform" files.  Are they present i the SDK 3.7.0 directory?  (if not, copy them from SDK 3.6.3 into the SDK 3.7.0 content).

pastedImage_0.png

0 Likes
Anonymous
Not applicable

Yes, the platform files are there.

0 Likes
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

snip.scan-BCM943907AEVAL1F_1.B1 download

use the above build string

Anonymous
Not applicable

Thanks vik86. After using the build string you suggested, the app is built and download successfully.

0 Likes