• problems with string.h
    Hi all I'm receiving the following error when I try to compile my project. compiling Country.c... C:\KEIL\C51\INC\STRING.H(43): error C141: syntax error near '0x0a', expected ')' compiling Feature...
  • Problem with GCC and string.h and stdlib
    Note: This was originally posted on 8th October 2008 at http://forums.arm.com Hi everyone, i have following trouble with keil arm gnu compiler. i have recently moved to gnu and now i am having hard time...
  • Relocation and string.h functions don't mix?
    Hi, I may be missing something, but I cannot figure out how to solve the problem: - I have implemented the USB Secondary bootloader on a LPC2366, and, therefore, the main application must be relocated...
  • Application error while switching from .uv2 to .uvproj
    Hi, While converting .uv2 project in to .uvproj. I am getting message that the project will be saved in the new uvision format. As soon as I press OK, I am getting error Application error: The instruction...
  • osTimer causing application to crash
    I started with RTX_ex2 and got it running on an STM32F3Discovery board with uVision V5.10.0.2 Then I ported this example to a Makefile based project that builds with gcc 4.8 downloaded from here: ...