We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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