Hello! Our asm/types.h defines Linux-compatible things like __u8, __u16, etc. However, code which includes it might also expect __u64 and __s64, which are unsigned long long and long long correspondingly. An example of this is u-boot tools (like mkimage). Can this be fixed ?
Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple