On Fri, Feb 18, 2011 at 01:13, real mz wrote: > these fixed-width typedefs uintxx_t are mandated by the C99 standard, > some compiler such as vc++ is not planning to support > it, vc++ defines non-standard fixed-width integers like __int16.
by "vc++", are you talking about Microsoft's Visual Studio C++ ? i dont think their compiler matters in any way to this stuff. but using the example of a compiler that sucks like vc++, simply make the statement: In order to use the ICC source, your compiler must define uintxx_t. If yours does not, then simply define them locally before including any ICC header. i dont see why this is a big deal. -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
