Hi, I don't know if this belongs here or to the OpenEmbedded list but I encountered the following error:
| strip.c: In function 'process_file': | strip.c:301:7: error: implicit declaration of function 'stat64' | strip.c:335:3: error: implicit declaration of function 'fstat64' | strip.c:356:63: error: 'ACCESSPERMS' undeclared (first use in this function) | strip.c:356:63: note: each undeclared identifier is reported only once for each function it appears in | strip.c: In function 'handle_elf': | strip.c:1641:4: error: implicit declaration of function 'fchmod' | make[2]: *** [strip.o] Error 1 For some reason strip.c doesn't include <sys/stat.h> and compilation fails. It does seem to be a cross-compilation problem as the problem doesn't occur when compiling for my x86 box. Regards, Benjamin Kiessling _______________________________________________ Angstrom-distro-users mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users
