On Mon, 2011-09-05 at 11:59 +0200, Norman Feske wrote: > The userlibs are build with w/o '-nostdinc'. Consequently, the standard > search paths of the tool chain are used. Because the user land is > normally build with the Codesourcery tool chain > 'arm-none-linux-gnueabi', the complete glibc headers (that come with the > tool chain) end up in the default search path. Coincidentally, the > userlibs SConstruct file misses to supply the Codezero libc headers, > which goes undetected because headers such as 'stdio.h' are silently > taken from the tool chain's libc. This patch supplies Codezero's libc > include-search path for building the userlibs. This enables the userlibs > to be built with tool chains that do not come with a complete libc.
Ack. Already fixed in newer codes. -- Thanks Amit Mahajan _______________________________________________ codezero-devel mailing list codezero-devel@lists.l4dev.org http://lists.l4dev.org/mailman/listinfo/codezero-devel_lists.l4dev.org