• #include p0 redefinition
    My project includes 24C16.c 24C16.h CS5532.C CS5532.H and main.c . The MCU I use is SyncMos company 's SM8958A . Now I write include <sm8958a.h> in 24C16.h and CS5532.h sperately, then I write...
  • #include p0 redefinition
    My project includes 24C16.c 24C16.h CS5532.C CS5532.H and main.c . The MCU I use is SyncMos company 's SM8958A . Now I write include <sm8958a.h> in 24C16.h and CS5532.h sperately, then I write...
  • avoid redefinition error C231
    Hi Is any compiler command to avoid redefinition error C231 ? p.s. http://www.keil.com/support/man/docs/c51/c51_c231.htm
  • philips reg924.h redefinition
    in byte registers ,it declares sfr CMP1 = 0xAC; sfr CMP2 = 0xAD; while in bit registers it declares sbit KB7 = P0^7; sbit T1 = P0^7; sbit KB6 = P0^6; sbit CMP1 = P0^6; sbit KB5 = P0^5; sbit...
  • C231 Redefinition with xdata
    Hello, I'm using the C51 compiler for a C8051F043 target. I'm allocating a variable array with the statement: unsigned char xdata gbuf[2048]; When I compile, I get an Error C231, redefinition...