Sorry, but there are no more tags available to filter with.
  • Keil Error: L6218E undefined symbol to *a struct*

    Hi,

    I am trying to compile my code but I am ending up with ERROR: L6218E : Undefined symbol Bit (referred from main.o).

    Where Bit is a struct that I am using to store boolean values. For eg:

    In variable.h file

    struct
    {
    	unsigned bPowerONStatus : 1;
    …