• Filesystem
    Any idea for a C-language source library (freely available) to be used as a starting point, having to write a very simple filesystem (just EEPROM and RAM data seen as very short files, to be accessed...
  • please help with incompatible arguments
    Hello, I am using uvision3 with realview compiler. I am busy working on an open source code, which was originally designed for an environment like visual studio. The program compiles fine there....
  • MDK is not incompatible with 'mklink' cmd?
    I'm using MDK-ARM V4.53, then i find MDK is not incompatible with 'mklink' cmd. for example: 1)mklink a.c Target\b.c then, In MDK, I open and modify 'a.c', we expect it remain the file symbol link...
  • EC++ and priority keyword incompatibility
    Hello, Is it normal that EC++ won't compile properly if a variable is called "priority" or "_priority"? Example: unsigned int priority = 1; unsigned int _priority = 1; Won't compile. I...
  • #DEFINE and EXTRN NUMBER are incompatible ???
    Dear friends, Plz help me in solving this bad problem: PROBLEM DESCRIPTION: I have a number defined in C and I DONT want to alocate memory in 8051 for this number : #define myNumber 0x1234...