[Buildroot] 'make ARCH=arm' warning, how can I correct?

Bjørn Forsman bjorn.forsman at gmail.com
Tue Feb 2 14:20:47 UTC 2010


Hi Tony,

On 2 February 2010 14:47, Tony Mozi <spooflinux at hotmail.fr> wrote:
> Hello all,
> I make the cross-compilation for an ARM.
>
> When I make 'make ARCH=arm', I have some errors :
>
> <stdin>:91:1: warning: "__IGNORE_sync_file_range" redefined
> In file included from <stdin>:2:
> include/arm/unistd.h:444:1: warning: this is the location of the previous
> definition
> <stdin>:1097:2: warning: #warning syscall fadvise64 not implemented
> <stdin>:1265:2: warning: #warning syscall migrate_pages not implemented
> <stdin>:1321:2: warning: #warning syscall pselect6 not implemented
> <stdin>:1325:2: warning: #warning syscall ppoll not implemented
> <stdin>:1365:2: warning: #warning syscall epoll_pwait not implemented
>
> How can I correct?

Do not use 'make ARCH=arm' with Buildroot. Use 'make menuconfig' and select
the target architecture in the menu. See 'make help' for some predefined
configurations.

Best regards,
Bjørn Forsman


More information about the buildroot mailing list