Discussion:
LD invalid arithmetic with ORIGIN
(too old to reply)
Olivier Tomaz
2018-11-07 09:21:45 UTC
Permalink
Hi folks,

Quite an old version of ld I'm using to cross compile from x86_64, but I
guess the bug is still there.
I'm having trouble manually aligning a symbol (I have workaround by using
the value inlined, but I try to have a included common linker script).

Versions:
GNU ld (GNU Tools for ARM Embedded Processors) 2.26.0.20160310

Host:
4.18.15 x86_64 GNU/Linux Ubuntu 18.10

Link script:
MEMORY
{
M1 (rx) : ORIGIN = 0x03280400, LENGTH = 50K,
}

SECTIONS
{
.sec1 :
{
_aligned_start = (ORIGIN(M1) & (~((1<<13)-1))); /* 0x03280400 &
0xFFFFE000 = 0x03280000 */
} > M1
}

If you have time to fix that one day or another.
--
Olivier TOMAZ
Ledger
Paul Eggert
2018-11-10 16:47:11 UTC
Permalink
Nowadays please report ld bugs to <https://www.sourceware.org/bugzilla/>. Thanks.
Olivier Tomaz
2018-11-10 18:16:47 UTC
Permalink
sure. i'll do that. thanks

--
Olivier TOMAZ
Ledger
MP +33 6 60 94 23 64
Post by Paul Eggert
Nowadays please report ld bugs to <https://www.sourceware.org/bugzilla/>.
Thanks.
Loading...