* [U-Boot] mpq101 board broken
@ 2011-03-31 14:55 Wolfgang Denk
2011-04-01 2:44 ` Andy Fleming
0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2011-03-31 14:55 UTC (permalink / raw)
To: u-boot
Dear Alex,
the mpq101 board support is broken in recent versions of U-Boot:
Configuring for mpq101 board...
ppc_85xxDP-ld: u-boot: section .ppcenv lma 0xfffc0000 overlaps previous sections
Can you please have a look?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I must follow the people. Am I not their leader? - Benjamin Disraeli
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] mpq101 board broken
2011-03-31 14:55 [U-Boot] mpq101 board broken Wolfgang Denk
@ 2011-04-01 2:44 ` Andy Fleming
2011-04-01 9:16 ` Alex Dubov
0 siblings, 1 reply; 8+ messages in thread
From: Andy Fleming @ 2011-04-01 2:44 UTC (permalink / raw)
To: u-boot
I ran into this, too, but it went away when I updated my compiler. It
looks like the beginning was set a little too close to the end?
On Thu, Mar 31, 2011 at 9:55 AM, Wolfgang Denk <wd@denx.de> wrote:
> Dear Alex,
>
> the mpq101 board support is broken in recent versions of U-Boot:
>
> Configuring for mpq101 board...
> ppc_85xxDP-ld: u-boot: section .ppcenv lma 0xfffc0000 overlaps previous sections
>
> Can you please have a look?
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, ? ? MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> I must follow the people. ?Am I not their leader? - Benjamin Disraeli
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] mpq101 board broken
2011-04-01 2:44 ` Andy Fleming
@ 2011-04-01 9:16 ` Alex Dubov
2011-04-01 10:26 ` Wolfgang Denk
0 siblings, 1 reply; 8+ messages in thread
From: Alex Dubov @ 2011-04-01 9:16 UTC (permalink / raw)
To: u-boot
--- On Fri, 1/4/11, Andy Fleming <afleming@gmail.com> wrote:
> I ran into this, too, but it went
> away when I updated my compiler. It
> looks like the beginning was set a little too close to the
> end?
>
I pulled the git and recompiled, yet I don't see any errors, everything is
just fine. My compiler version is:
Using built-in specs.
COLLECT_GCC=powerpc-linux-gnuspe-gcc
COLLECT_LTO_WRAPPER=/home/netroot/amd64/powerpc-gnuspe/libexec/gcc/powerpc-linux-gnuspe/4.5.1/lto-wrapper
Target: powerpc-linux-gnuspe
Configured with: ../gcc-4.5.1/configure --prefix=/home/netroot/amd64/powerpc-gnuspe --target=powerpc-linux-gnuspe --with-sysroot=/home/netroot/gentoo-powerpc-gnuspe --enable-multilib --enable-languages=c,c++,fortran --enable-shared --enable-threads --enable-e500-double
Thread model: posix
gcc version 4.5.1 (GCC)
> On Thu, Mar 31, 2011 at 9:55 AM, Wolfgang Denk <wd@denx.de> wrote:
> > Dear Alex,
> >
> > the mpq101 board support is broken in recent versions
> of U-Boot:
> >
> > Configuring for mpq101 board...
> > ppc_85xxDP-ld: u-boot: section .ppcenv lma 0xfffc0000
> overlaps previous sections
> >
> > Can you please have a look?
> >
> > Best regards,
> >
> > Wolfgang Denk
> >
> > --
> > DENX Software Engineering GmbH, ? ? MD: Wolfgang
> Denk & Detlev Zundel
> > HRB 165235 Munich, Office: Kirchenstr.5, D-82194
> Groebenzell, Germany
> > Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80
> Email: wd at denx.de
> > I must follow the people. ?Am I not their leader? -
> Benjamin Disraeli
> >
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] mpq101 board broken
2011-04-01 9:16 ` Alex Dubov
@ 2011-04-01 10:26 ` Wolfgang Denk
2011-04-04 3:36 ` Alex Dubov
0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2011-04-01 10:26 UTC (permalink / raw)
To: u-boot
Dear Alex Dubov,
In message <791834.81297.qm@web37605.mail.mud.yahoo.com> you wrote:
>
> I pulled the git and recompiled, yet I don't see any errors,
> everything is
> just fine. My compiler version is:
...
> gcc version 4.5.1 (GCC)
Seems you are on thin ice. I used gcc-4.2.2 for building, which
eventually optimizes a bit less efficient.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Der Dativ ist dem Genitiv sein Tod.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] mpq101 board broken
2011-04-01 10:26 ` Wolfgang Denk
@ 2011-04-04 3:36 ` Alex Dubov
2011-04-04 8:26 ` Wolfgang Denk
0 siblings, 1 reply; 8+ messages in thread
From: Alex Dubov @ 2011-04-04 3:36 UTC (permalink / raw)
To: u-boot
--- On Fri, 1/4/11, Wolfgang Denk <wd@denx.de> wrote:
>
> In message <791834.81297.qm@web37605.mail.mud.yahoo.com>
> you wrote:
> >
> > I pulled the git and recompiled, yet I don't see any
> errors,
> > everything is
> > just fine. My compiler version is:
> ...
> > gcc version 4.5.1 (GCC)
>
> Seems you are on thin ice.? I used gcc-4.2.2 for
> building, which
> eventually optimizes a bit less efficient.
>
Is not this compiler version a good 4 years old?
In my blob I still got 8k free, and I don't think there's too much use
for NFS support, which is enabled by default.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] mpq101 board broken
2011-04-04 3:36 ` Alex Dubov
@ 2011-04-04 8:26 ` Wolfgang Denk
2011-04-05 4:16 ` Alex Dubov
0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2011-04-04 8:26 UTC (permalink / raw)
To: u-boot
Dear Alex Dubov,
In message <311001.1471.qm@web37602.mail.mud.yahoo.com> you wrote:
>
> > > everything is
> > > just fine. My compiler version is:
> > ...
> > > gcc version 4.5.1 (GCC)
> >
> > Seems you are on thin ice.? I used gcc-4.2.2 for
> > building, which
> > eventually optimizes a bit less efficient.
> >
>
> Is not this compiler version a good 4 years old?
Yes, it is. And it is rock-solid, at least copmpared to gcc-4.4.x and
later.
See for example http://www.denx.de/wiki/U-Boot/GccBugsAndIssues for
just the list of regressions we ran into in U-Boot context.
Also keep in mind that for example the Linux README still says: "Make
sure you have at least gcc 3.2 available." To me this suggests that
compiler versions that old are supposed to be still supported...
> In my blob I still got 8k free, and I don't think there's too much use
> for NFS support, which is enabled by default.
I just point out that this board does not build in our build tests -
as the only PPC board, btw.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Inside every old person is a young person wondering what happened.
- Terry Pratchett, _Moving Pictures_
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] mpq101 board broken
2011-04-04 8:26 ` Wolfgang Denk
@ 2011-04-05 4:16 ` Alex Dubov
2011-04-27 22:41 ` Wolfgang Denk
0 siblings, 1 reply; 8+ messages in thread
From: Alex Dubov @ 2011-04-05 4:16 UTC (permalink / raw)
To: u-boot
--- On Mon, 4/4/11, Wolfgang Denk <wd@denx.de> wrote:
> > In my blob I still got 8k free, and I don't think
> there's too much use
> > for NFS support, which is enabled by default.
>
> I just point out that this board does not build in our
> build tests -
> as the only PPC board, btw.
>
The error says something about previous section. May be it's not directly
compiler related at all.
As I'm putting .ppcenv to be the first section, the only thing before it
is .interp, which is supposed to be empty.
Do you have a linker map file for me to look at?
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] mpq101 board broken
2011-04-05 4:16 ` Alex Dubov
@ 2011-04-27 22:41 ` Wolfgang Denk
0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2011-04-27 22:41 UTC (permalink / raw)
To: u-boot
Dear Alex Dubov,
In message <634171.34553.qm@web37608.mail.mud.yahoo.com> you wrote:
>
> The error says something about previous section. May be it's not
> directly compiler related at all.
>
> As I'm putting .ppcenv to be the first section, the only thing before
> it is .interp, which is supposed to be empty.
>
> Do you have a linker map file for me to look at?
Linker map sent off list.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
That's their goal, remember, a goal that's really contrary to that of
the programmer or administrator. We just want to get our jobs done.
$Bill just wants to become $$Bill. These aren't even marginallly
congruent.
-- Tom Christiansen in <6jhtqk$qls$1@csnews.cs.colorado.edu>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-04-27 22:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-31 14:55 [U-Boot] mpq101 board broken Wolfgang Denk
2011-04-01 2:44 ` Andy Fleming
2011-04-01 9:16 ` Alex Dubov
2011-04-01 10:26 ` Wolfgang Denk
2011-04-04 3:36 ` Alex Dubov
2011-04-04 8:26 ` Wolfgang Denk
2011-04-05 4:16 ` Alex Dubov
2011-04-27 22:41 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox