Re: [U-Boot] x86 build is broken with GCC 7

2017-06-20 Thread Khem Raj
On Tue, Jun 20, 2017 at 7:47 AM Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > On Tue, Jun 20, 2017 at 11:41 AM, Tom Rini wrote: > > On Wed, Jun 14, 2017 at 09:53:37AM -0300, Otavio Salvador wrote: > > > >> Hello folks, > >> > >> Testing with current compiler exposed an error: > >>

Re: [U-Boot] x86 build is broken with GCC 7

2017-06-20 Thread Otavio Salvador
On Tue, Jun 20, 2017 at 12:19 PM, Bin Meng wrote: > On Tue, Jun 20, 2017 at 10:54 PM, Simon Glass wrote: >> +Bin >> >> On 20 June 2017 at 08:47, Otavio Salvador >> wrote: >>> On Tue, Jun 20, 2017 at 11:41 AM, Tom Rini wrote: On Wed, Jun 14, 2017 at 09:53:37AM -0300, Otavio Salvador wrote:

Re: [U-Boot] x86 build is broken with GCC 7

2017-06-20 Thread Bin Meng
Hi, On Tue, Jun 20, 2017 at 10:54 PM, Simon Glass wrote: > +Bin > > > > On 20 June 2017 at 08:47, Otavio Salvador > wrote: >> On Tue, Jun 20, 2017 at 11:41 AM, Tom Rini wrote: >>> On Wed, Jun 14, 2017 at 09:53:37AM -0300, Otavio Salvador wrote: >>> Hello folks, Testing with curre

Re: [U-Boot] x86 build is broken with GCC 7

2017-06-20 Thread Simon Glass
+Bin On 20 June 2017 at 08:47, Otavio Salvador wrote: > On Tue, Jun 20, 2017 at 11:41 AM, Tom Rini wrote: >> On Wed, Jun 14, 2017 at 09:53:37AM -0300, Otavio Salvador wrote: >> >>> Hello folks, >>> >>> Testing with current compiler exposed an error: >>> >>> arch/x86/lib/built-in.o: In function

Re: [U-Boot] x86 build is broken with GCC 7

2017-06-20 Thread Otavio Salvador
On Tue, Jun 20, 2017 at 11:41 AM, Tom Rini wrote: > On Wed, Jun 14, 2017 at 09:53:37AM -0300, Otavio Salvador wrote: > >> Hello folks, >> >> Testing with current compiler exposed an error: >> >> arch/x86/lib/built-in.o: In function `__wrap___udivdi3': >> /home/otavio/src/u-boot/arch/x86/lib/gcc.c:

Re: [U-Boot] x86 build is broken with GCC 7

2017-06-20 Thread Tom Rini
On Wed, Jun 14, 2017 at 09:53:37AM -0300, Otavio Salvador wrote: > Hello folks, > > Testing with current compiler exposed an error: > > arch/x86/lib/built-in.o: In function `__wrap___udivdi3': > /home/otavio/src/u-boot/arch/x86/lib/gcc.c:25: undefined reference to > `__normal___udivdi3' > > Is

[U-Boot] x86 build is broken with GCC 7

2017-06-14 Thread Otavio Salvador
Hello folks, Testing with current compiler exposed an error: arch/x86/lib/built-in.o: In function `__wrap___udivdi3': /home/otavio/src/u-boot/arch/x86/lib/gcc.c:25: undefined reference to `__normal___udivdi3' Is it a known issue? -- Otavio Salvador O.S. Systems http