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;
Hmm, someone under a different name has already asked exactly the same question here:
http://www.keil.com/forum/docs/thread10215.asp