• error on compiling
    hello excuse me, I can't speak english very good, but my hardware is Microcontroller ST10F276 with a 512 Kbyte on chip internal Flash(IFLASH), a 320 Kbyte on chip extended Flash(XFLASH), a 2 Kbyte...
  • Compiler error 143
    Can anyone tell me why this piece of code builds with error 143, and how to get it to build without errors? typedef unsigned char U8; typedef unsigned long int U32; #define B0(x) ((U8) ((U32)x&0xFF...
  • "A42 error : UNDEFINED IDENTIFIER" error when compiling an assembly module
    i am getting "A42 error : UNDEFINED IDENTIFIER" error when compiling an assembly module. when i click on the error it indicates it to statement that contains the defined variables. i am compiling for...
  • C166 compiler option PPO returns error code
    I build a C167-project using a make utility. In one step, I let the CA166(V4.2) compile a file with option PPO (pre processor only). The compiler does that correctly, but returns a DOS-warning level...
  • Compiler Error 143: 'Scalar' : Initialiser is not a constant
    #define adr(x) ((word) &(x)) char tmsec[20]; struct par_struct AL[] = { //par.nr, lv, ln, eh, adress bk, pt, ft { 1, 2, 8, 0, 0, ptUSER, 40}, { 2, 2, 8, 0, 0, ptUSER, 41}, { 3, 2, 1, 0, 0, ptUSER...