Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] 'make ARCH=arm' warning, how can I correct?
@ 2010-02-02 13:47 Tony Mozi
  2010-02-02 14:20 ` Bjørn Forsman
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Mozi @ 2010-02-02 13:47 UTC (permalink / raw)
  To: buildroot


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?

BR
 		 	   		  
_________________________________________________________________
D?couvrez Windows 7 en 7 secondes?!
http://clk.atdmt.com/FRM/go/181574577/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100202/bbbb7a9f/attachment.htm>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] 'make ARCH=arm' warning, how can I correct?
  2010-02-02 13:47 [Buildroot] 'make ARCH=arm' warning, how can I correct? Tony Mozi
@ 2010-02-02 14:20 ` Bjørn Forsman
  2010-02-02 15:01   ` Tony Mozi
  0 siblings, 1 reply; 4+ messages in thread
From: Bjørn Forsman @ 2010-02-02 14:20 UTC (permalink / raw)
  To: buildroot

Hi Tony,

On 2 February 2010 14:47, Tony Mozi <spooflinux@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] 'make ARCH=arm' warning, how can I correct?
  2010-02-02 14:20 ` Bjørn Forsman
@ 2010-02-02 15:01   ` Tony Mozi
  2010-02-02 15:49     ` Microbit_Ubuntu
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Mozi @ 2010-02-02 15:01 UTC (permalink / raw)
  To: buildroot


Hi,
Thank you for your answer Bj?rn Forsman.

I have already make 'make menuconig', I modified
        Target Architecture (arm) --->
        Target Architecture Variant (arm922t) --->
        Target ABI (0ABI) --->
Then I make a 'make'.

I added the PATH with the correct link and export CROSS_COMPILE="arm-linux-uclibc-"
Well, I supposed that I can make 'make ARCH=arm'.
But I have these warnings and I don't know if they are important or not.

When I start the SDK, I have 'Welcome to Buildroot buildroot login:' I have not this pass. 
I want to remove it, but I don't know where?

BR

> Date: Tue, 2 Feb 2010 15:20:47 +0100
> Subject: Re: [Buildroot] 'make ARCH=arm' warning, how can I correct?
> From: bjorn.forsman at gmail.com
> To: spooflinux at hotmail.fr
> CC: buildroot at busybox.net
> 
> Hi Tony,
> 
> On 2 February 2010 14:47, Tony Mozi <spooflinux@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
 		 	   		  
_________________________________________________________________
Nouveau?! Tout Windows Live d?barque dans votre t?l?phone. Voir les Windows phone
http://clk.atdmt.com/FRM/go/175819071/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100202/3803ff7b/attachment.htm>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] 'make ARCH=arm' warning, how can I correct?
  2010-02-02 15:01   ` Tony Mozi
@ 2010-02-02 15:49     ` Microbit_Ubuntu
  0 siblings, 0 replies; 4+ messages in thread
From: Microbit_Ubuntu @ 2010-02-02 15:49 UTC (permalink / raw)
  To: buildroot

Hi!

On Tue, 2010-02-02 at 16:01 +0100, Tony Mozi wrote:
> Hi,
> Thank you for your answer Bj?rn Forsman.
> 
> I have already make 'make menuconig', I modified
>         Target Architecture (arm) --->
>         Target Architecture Variant (arm922t) --->
>         Target ABI (0ABI) --->
> Then I make a 'make'.
> 
> I added the PATH with the correct link and export
> CROSS_COMPILE="arm-linux-uclibc-"
> Well, I supposed that I can make 'make ARCH=arm'.
> But I have these warnings and I don't know if they are important or
> not.
> 
> When I start the SDK, I have 'Welcome to Buildroot buildroot login:' I
> have not this pass. 
> I want to remove it, but I don't know where?
> 
> BR
> 
> > Date: Tue, 2 Feb 2010 15:20:47 +0100
> > Subject: Re: [Buildroot] 'make ARCH=arm' warning, how can I correct?
> > From: bjorn.forsman at gmail.com
> > To: spooflinux at hotmail.fr
> > CC: buildroot at busybox.net
> > 
> > Hi Tony,
> > 
> > On 2 February 2010 14:47, Tony Mozi <spooflinux@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
> 
> 
> ______________________________________________________________________
> Faites une bonne action avec Bing Solidaire ! C'est ici !
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



> When I start the SDK, I have 'Welcome to Buildroot buildroot login:' I
> have not this pass. 
> I want to remove it, but I don't know where?

Simply modify the file /etc/issue to your taste.
This text file holds the greeting.
I wouldn't worry too much about the compile warnings, they are normal.

HTH

-- 
Best regards,
Kris

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-02 15:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-02 13:47 [Buildroot] 'make ARCH=arm' warning, how can I correct? Tony Mozi
2010-02-02 14:20 ` Bjørn Forsman
2010-02-02 15:01   ` Tony Mozi
2010-02-02 15:49     ` Microbit_Ubuntu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox