Jos
Jos

Reputation: 468

IAR Embedded Workbench won't compile

I use IAR embedded workbench for my interfacing class and I can't compile even a simple C code. It aborts with the error:

Internal Error: [CoreUtil/General]: Unexpected windows exception (0xe06d7363) at 752EC41F 
Error while running C/C++ Compiler

Upvotes: 1

Views: 5575

Answers (3)

Mashau
Mashau

Reputation: 41

I ran into the same problem, and after some debugging with x86dbg and procmon, I found out that the error is related to bad locale settings.

Problem was caused by Windows Regional format setting being English (Finland).

Solution for me was to use Finnish (Finland) (English (United States) also worked).

Upvotes: 0

Daniel
Daniel

Reputation: 11

I had the same error and re-installing the same version as an admin did the trick for me.

Upvotes: 1

Jos
Jos

Reputation: 468

Ok I installed a newer version and it is working now. The previous version was v5.5. I installed v6.0 and it is working now. I still don't know what was wrong with the previous one.

Upvotes: 0

Related Questions