• 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...
  • Using string.h causes uv2.exe application error
    Running NT and Keil V2.06. My app includes <string.h> because it calls memcpy. Compile and link w no errors or warnings. As soon as I hit the debug icon, I get a "uv2.exe - Application Error" window...
  • relocation of function
    Hi, I would like to locate code of the function on the absolute address in a code memmory (analogous to absolute variable location : int code i _at_ 0x2000;) - is it possible in some way? Thanks, Peter...
  • Relocating
    I have my progam code in the flash memory including read multimedia card and write to flash memory. I want to copy this code with the library functions used to other memory (RAM) region to executing...