Hi,
I checked out 13.04 build and followed instructions from "Building from suorce" tab.

https://releases.linaro.org/13.04/openembedded/aarch64/

I compiled using "bitbake linaro-image-sdk". I am getting following error.
Does anybody know what is the  problem?

Thanks,
Aparna

 getdents.h:60:16: note: each undeclared identifier is reported only once for each function it appears in
| In file included from getdents01.c:57:0:
| getdents.h: In function 'getdents':
| getdents.h:60:16: error: 'SYS_getdents' undeclared (first use in this function)
| getdents.h:60:16: note: each undeclared identifier is reported only once for each function it appears in
| In file included from getdents03.c:56:0:
| getdents.h: In function 'getdents':
| getdents.h:60:16: error: 'SYS_getdents' undeclared (first use in this function)
| getdents.h:60:16: note: each undeclared identifier is reported only once for each function it appears in
| In file included from getdents02.c:53:0:
| getdents.h: In function 'getdents':In file included from getdents04.c:56:0:
| getdents.h: In function 'getdents':
|
| getdents.h:60:16: error: 'SYS_getdents' undeclared (first use in this function)getdents.h:60:16: error: 'SYS_getdents' undeclared (first use in this function)
|
| getdents.h:60:16: note: each undeclared identifier is reported only once for each function it appears in
| getdents.h:60:16: note: each undeclared identifier is reported only once for each function it appears in
| In file included from getdents02.c:53:0:
| getdents.h: In function 'getdents':
| getdents.h:60:16: error: 'SYS_getdents' undeclared (first use in this function)
| getdents.h:60:16: note: each undeclared identifier is reported only once for each function it appears in
| In file included from getdents03.c:56:0:
| getdents.h: In function 'getdents':
| getdents.h:60:16: error: 'SYS_getdents' undeclared (first use in this function)
| getdents.h:60:16: note: each undeclared identifier is reported only once for each function it appears in
| make[4]: *** [getdents01] Error 1
| make[4]: *** Waiting for unfinished jobs....
| make[4]: *** [getdents01_64.o] Error 1
| make[4]: *** [getdents03] Error 1
| make[4]: *** [getdents02] Error 1
| make[4]: *** [getdents04] Error 1
| In file included from getdents04.c:56:0:
| getdents.h: In function 'getdents':
| getdents.h:60:16: error: 'SYS_getdents' undeclared (first use in this function)
| getdents.h:60:16: note: each undeclared identifier is reported only once for each function it appears in
| make[4]: *** [getdents03_64.o] Error 1
| make[4]: *** [getdents02_64.o] Error 1
| make[4]: *** [getdents04_64.o] Error 1
| make[4]: Leaving directory `/home/kvs/aparna/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/ltp/20120903-r2/ltp-20120903/testcases/kernel/syscalls/getdents'
| make[3]: *** [all] Error 2
| make[3]: Leaving directory `/home/kvs/aparna/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/ltp/20120903-r2/ltp-20120903/testcases/kernel/syscalls'
| make[2]: *** [all] Error 2
| make[2]: Leaving directory `/home/kvs/aparna/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/ltp/20120903-r2/ltp-20120903/testcases/kernel'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/home/kvs/aparna/openembedded/build/tmp-eglibc/work/aarch64-oe-linux/ltp/20120903-r2/ltp-20120903/testcases'
| make: *** [testcases-all] Error 2
| ERROR: oe_runmake failed