Hi Bertrik, > Making the examples work with GCC involved byte-packing all USB related > structures and replacing compiler specific options with GCC equivalents. Thanks a lot... I looked into KEIL's examples and found __packed keyword which appeared in the from of 'long'. I'm puzzled there, for example: char *a, *b; *(__packed long *) a = *(long *)b; how to interpret this??? Cheers, Dmitry.
Message
Re: [lpc2000] lpc2148 usb + gcc
2006-02-07 by Dmitry Diky