wiced6.2 use IAR toolchain can't build throught

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

cross mob
user_875031
Level 1
Level 1

I wan to use IAR toolchain to build then wifi project , so my Make target is "snip.scan-BCM943362WCD6 IAR=1".However it take some Erro like the flowing

MAKEFILE MAKECMDGOALS=snip.scan-BCM943362WCD6 OTA2_SUPPORT is disabled

Building with IAR toolchain...

Building Bootloader

系统找不到指定的路径。

make.exe[3]: *** [build/waf.bootloader-NoOS-BCM943362WCD6/Modules/apps/waf/bootloader/bootloader.o] Error 1

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

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

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

Makefile:351: recipe for target 'main_app' failed

make: *** [main_app] Error 2

I couldn't solve this erro ,is there anyone who can help Me ?Thanks!!!!

0 Likes
1 Solution
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hello:

I just found we are now support 43364/43438 in the CHANGELOG.

   * IAR Support (43364/43438)

      * IAR build infrastructure support enabled in WICED

but if you really want to have a try based on 43362 , you can have an change on below :

1.  you need to have a IAR embedded workbench already in your PC.

2.  please create one folder and copy all the file from STM32F411 folder.

    The folder name is STM32F415 ,  if you find some include errors, please change the directory as the error shows .

I am now can compile successfully .

View solution in original post

1 Reply
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hello:

I just found we are now support 43364/43438 in the CHANGELOG.

   * IAR Support (43364/43438)

      * IAR build infrastructure support enabled in WICED

but if you really want to have a try based on 43362 , you can have an change on below :

1.  you need to have a IAR embedded workbench already in your PC.

2.  please create one folder and copy all the file from STM32F411 folder.

    The folder name is STM32F415 ,  if you find some include errors, please change the directory as the error shows .

I am now can compile successfully .