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

is any alternate for __packed?

i am working on usb device driver.i have keil board 2300(lpc2368). & keil Uvision3.34 .now i am using gnu ARM THUMB toolchain for windows of cygnus version3.3.1. for windows. now i am using real view compliler code.it that __packed keyword. so is any alternate option for GNU for cygwin.
code is below. how convert in GNU cygwin?

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

Parents Reply Children
No data