On Thu, 2013-08-22 14:43:55 +0100, Laszlo Papp wrote:
Here you can find the log file in question for details:
[..]
In file included from /usr//include/features.h:324:0, from /usr//include/pthread.h:23, from common.h:158, from str.c:38: /home/lpapp/Projects/Yocto/poky-dylan-9.0.1/build/tmp/sysroots/foo/usr/include/bits/predefs.h:23:3: error: #error "Never use <bits/predefs.h> directly; include <stdc-predef.h>
Laszlo,
Are you sure /usr//include is the right include directory for cross- compiling? I must confess, I'm not familiar with cross-compiling, but this looks fishy.
Most (if not all) of the other messages your compiler throws are warnings you explicitly enabled with the `-pedantic´ compiler switch.
HTH,
Ludolf