Toolchain issue

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

cross mob
JaLe_4525111
Level 1
Level 1

Hi,

When i build any project, i will get the tool chain error

I have "arm-none-eabi-gcc.exe have been forced stop"

CDT Build Console will show as following:

"C:\\WICED-Studio-6.4\\20719-B1_Bluetooth\\make.exe" wiced_bt_class.L1_HCI-CYW920719Q40EVB_01 download

Compiling wiced_platform_pin_config.c

Compiling wiced_platform.c

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

--------------

Note: I run WICED IDE in Power-User mode.

0 Likes
1 Solution

Hi,

Could you please try the workaround suggested in this thread comment. (Link Click Here)

Seems like you are facing the same issue.

Fix:

Add the following line in

WICED-Studio-6.4.0.61\20719-B1_Bluetooth\wiced_toolchain_common.mk  AFTER ifeq ($(HOST_OS),Win32):

export TMP=YOUR_TMP_DIRECTORY

Link: Re: Fatal toolchain error

Thanks,

-Dheeraj

View solution in original post

3 Replies
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Could you please provide us the complete failure logs from WICED console (select all, copy and paste into a text file)?

Are you facing this issue for all the application for 20719 platform? Or is it specific to the application?

Thanks,

-Dheeraj

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

Hi Dheeraj

    My environment

    1: Win7 Pro

    2. Power User

    3. Win_WICED-Studio-6.4.0.61

    4. CYW20719

    5. Eclipse IDE for C/C++ Version: Luna Service Release 2 (4.4.2)

    5. All of demo are failed in build project

    Note: The attached log is the target demo.hello_sensor

Thanks

Jay

0 Likes

Hi,

Could you please try the workaround suggested in this thread comment. (Link Click Here)

Seems like you are facing the same issue.

Fix:

Add the following line in

WICED-Studio-6.4.0.61\20719-B1_Bluetooth\wiced_toolchain_common.mk  AFTER ifeq ($(HOST_OS),Win32):

export TMP=YOUR_TMP_DIRECTORY

Link: Re: Fatal toolchain error

Thanks,

-Dheeraj