Привет, купил платку ARM, там установлен linux, хочу туда добавить утилиту find но собрать ее как то не получается:
CC=/home/splinter/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc CXX=arm-none-linux-gnueabi-g++ ./configure --host=arm-linux
make
In file included from ./stdio.h:31,
from areadlink-with-size.c:25:
/home/splinter/CodeSourcery/Sourcery_G++_Lite/bin/../arm-none-linux-gnueabi/libc/usr/include/stdio.h:648: error: expected declaration specifiers or '...' before '(' token
/home/splinter/CodeSourcery/Sourcery_G++_Lite/bin/../arm-none-linux-gnueabi/libc/usr/include/stdio.h:648: error: conflicting types for 'rpl_fseeko'
./stdio.h:275: error: previous declaration of 'rpl_fseeko' was here
make[4]: *** [areadlink-with-size.o] Ошибка 1