• Error C231: redefinition (of _getkey)
    Hello all, After upgrading from an ancient version of C51 to the latest greatest V8.05A, legacy code does not compile any longer because: Build target 'Target 1' assembling STARTUP.A51... compiling...
  • Error C231: redefinition (of _getkey)
    Hello all, After upgrading from an ancient version of C51 to the latest greatest V8.05A, legacy code does not compile any longer because: Build target 'Target 1' assembling STARTUP.A51... compiling...
  • 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...
  • 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...
  • Error C53: Redefinition of PCDDIS
    When I try to compile my code I get the above mentioned error. I checked the registry defintion files and the line where the error is being pointed to is: sbit PCDDIS = SYSCON3^15; It seems...