We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I have downloaded the evaluation version of uVision3 V3.22 and I can't get compiled the default example code (project Blinky). I am getting the following error:
Build target 'MCB2100 Flash' assembling Startup.s... compiling Retarget.c... Retarget.c: Error: #869: could not set locale "" to allow processing of multibyte characters Target not created
Could you help me please with this problem? Thanks.
Does your code contain any multibyte characters?
What editor have you been using for editing the file?
Thank you for your quick reply. I use Keil uVision's IDE. I just have downloaded and tried to compile an existing project from examples ( these examples are being installed too during installation procedure of Keil MDK uVision3 V3.22 software ). By default that example project has been located by the Keil installation path:/Keil/ARM/Boards/Keil/MCB2100/Blinky/blinky.uv2 Thanks.
P.S. I don't understanding why at my workplace I don't get that error. The same project builds without any error. Meantime I get this error while I was trying to compile at home.
Her are the compiler output messages:
"I don't understanding why at my workplace I don't get that error. The same project builds without any error. Meantime I get this error while I was trying to compile at home."
Obviously, there most be something about the PC setup outside the project that affects this - mustn't there?
Hint: the message talks about the "locale"...
I do hope that Keil developers should be able to help me on this matter. P.S. This is a common case and somebody else was meet with this problem ( post on 2007, I have found by searching ).
Thanks.
Hi to all,
I got support from Keil support team (Mathias helped me). The problem for error #869 was related to correct language settings in Regional and Languages settings. Should be set into English. Thanks.