The compiler keeps crashing

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

cross mob
Anonymous
Not applicable

There are certain conditions such as unplugging the target at the wrong time that puts the IDE/compiler in an irrecoverable state where during any compile it says:

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

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

Cannot create temporary file in C:\Windows\: Permission denied

make.exe[1]: *** [build/wwd_scan-BCM943341WCD1-FreeRTOS-LwIP/DCT.elf] Error 3

make.exe[1]: *** Waiting for unfinished jobs....

tools/makefiles/wiced_elf.mk:225: recipe for target 'build/wwd_scan-BCM943341WCD1-FreeRTOS-LwIP/DCT.elf' failed

and I get a pop-up dialog that says:

"arm-none-eabi-gcc.exe has stopped working"

When this happens there is NO recovery. Restarting the IDE does not help. Even rebooting does not solve it.  I have only solved it by reinstalling everything from scratch.

WICED IDE - Eclipse IDE for C/C++ Developers

Version: Luna Service Release 2 (4.4.2)

Build id: 20150219-0600

Please advise.

Roger

0 Likes
2 Replies
JoYi_1844281
Level 6
Level 6
100 sign-ins 100 replies posted 50 likes received

According your log,

It seem the your Windows not configure well the TEMP or TMP  environment variables!

Try to correct configure your WINDOWS them try it again!

Anonymous
Not applicable

I had this issue too when I installed WICED IDE on my working laptop using domain user (No admin rights). I then install on my own laptop as admin user and no more such issue.

It seems like WICED IDE can only run with full admin rights environment.