This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

__Packed Keyword

i am using keil3.34 gnu complier.
below code is related real view complier

typedef __packed union { WORD W; __packed struct { BYTE L; BYTE H; } WB;
} WORD_BYTE;

now how __packed keyword using in gnu compiler in this code ?