Re: [U-Boot] GCC 5.2 issue on imx28

2015-08-13 Thread Tom Rini
On Tue, Jul 28, 2015 at 02:39:49PM +0100, Måns Rullgård wrote: > Otavio Salvador writes: > > > Hello folks, > > > > OE-Core is preparing for upgrade to GCC 5.2 as default compiler and > > mx28 is failing[1] to build with it. > > > > 1. http://errors.yoctoproject.org/Errors/Details/13878/ > > > >

Re: [U-Boot] GCC 5.2 issue on imx28

2015-08-06 Thread Måns Rullgård
Jörg Krause writes: > On Mi, 2015-08-05 at 20:23 +0100, Måns Rullgård wrote: >> Jörg Krause writes: >> >> > Dear Måns Rullgård, Otavio Salvador, >> > >> > On Di, 2015-07-28 at 14:39 +0100, Måns Rullgård wrote: >> > > Otavio Salvador writes: >> > >> > [snip] >> > >> > > There are two errors

Re: [U-Boot] GCC 5.2 issue on imx28

2015-08-06 Thread Jörg Krause
On Mi, 2015-08-05 at 20:23 +0100, Måns Rullgård wrote: > Jörg Krause writes: > > > Dear Måns Rullgård, Otavio Salvador, > > > > On Di, 2015-07-28 at 14:39 +0100, Måns Rullgård wrote: > > > Otavio Salvador writes: > > > > [snip] > > > > > There are two errors reports: > > > > > > 1. An undefi

Re: [U-Boot] GCC 5.2 issue on imx28

2015-08-05 Thread Jörg Krause
Dear Måns Rullgård, Otavio Salvador, On Di, 2015-07-28 at 14:39 +0100, Måns Rullgård wrote: > Otavio Salvador writes: [snip] > There are two errors reports: > > 1. An undefined reference to the symbol "lowlevel_init" > 2. A complaint about the ".rel.plt" section not being handled by the >l

Re: [U-Boot] GCC 5.2 issue on imx28

2015-08-05 Thread Måns Rullgård
Jörg Krause writes: > Dear Måns Rullgård, Otavio Salvador, > > On Di, 2015-07-28 at 14:39 +0100, Måns Rullgård wrote: >> Otavio Salvador writes: > > [snip] > >> There are two errors reports: >> >> 1. An undefined reference to the symbol "lowlevel_init" >> 2. A complaint about the ".rel.plt" sec

Re: [U-Boot] GCC 5.2 issue on imx28

2015-07-28 Thread Otavio Salvador
On Tue, Jul 28, 2015 at 10:39 AM, Måns Rullgård wrote: ... > Since that function is only referenced from start.S, it should not be > declared inline at all. This patch should thus fix your problem: > > diff --git a/arch/arm/cpu/arm926ejs/mxs/mxs.c > b/arch/arm/cpu/arm926ejs/mxs/mxs.c > index ef1

Re: [U-Boot] GCC 5.2 issue on imx28

2015-07-28 Thread Måns Rullgård
Otavio Salvador writes: > Hello folks, > > OE-Core is preparing for upgrade to GCC 5.2 as default compiler and > mx28 is failing[1] to build with it. > > 1. http://errors.yoctoproject.org/Errors/Details/13878/ > > I am not a linker guy so could someone shed any light on this? There are two error

Re: [U-Boot] GCC 5.2 issue on imx28

2015-07-28 Thread Wolfgang Denk
Dear Otavio, In message you wrote: > > OE-Core is preparing for upgrade to GCC 5.2 as default compiler and > mx28 is failing[1] to build with it. > > 1. http://errors.yoctoproject.org/Errors/Details/13878/ > > I am not a linker guy so could someone shed any light on this? Does the same probl

[U-Boot] GCC 5.2 issue on imx28

2015-07-28 Thread Otavio Salvador
Hello folks, OE-Core is preparing for upgrade to GCC 5.2 as default compiler and mx28 is failing[1] to build with it. 1. http://errors.yoctoproject.org/Errors/Details/13878/ I am not a linker guy so could someone shed any light on this? -- Otavio Salvador O.S. Syste