• Code bank switching with C251 v2.14 ?
    Is anybody here who solved this problem ? I know C251 v1.xx have this feature, but I need in v2.14. How possible build big programs for 251 with C251 v2.14 ?
  • C251 memory pointer problem
    Hi, Is this a valid construct in you Keil C-251 compiler? unsigned char data buf[20]; typedef struct { int i; int j; } TEST_T; #define GetStruct() (*(TEST_T *)&buf[2]) void Test(void)...
  • C251.exe compiler bugs
    Just wanted to pass on a recent experience. I was using C251.exe V3.20a and experiencing quite a few problems with an RTOS. Investigation at the assembly level revealed really screwed-up code. I...
  • Wrong mapping with C251 v2 compiler
    Hi, I am trying to recompile a project with C251 v2.This project was originaly compiled with C251 v1. In one of my C files I use a string table declared like this : char code *ErrorMess[]={...
  • C251 v3.12 bugs
    I upgraded from C251 v2.14 to v3.12 on June 26, 2001. I encountered two bugs while compiling existing sources: (1) Linker issues "Segment located outside class area" and linking stops. (2) Linker implicitly...