[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Something in lnkcmds?
- Date: Mon, 21 Dec 2009 18:32:09 +0200
- From: leonp at plris.com (Leon Pollak)
- Subject: Something in lnkcmds?
Hello, all.
I decided to upgrade my 4.8.0 PPC rtems to the latest one.
Everything went smoothly (well, somebody deleted all cpu configuration table
with API to it, but, well never mind, I overcame this :-).
But compilation of test iostream fails with:
.../lib64/gcc/powerpc-rtems4.9/4.3.2/../../../../powerpc-rtems4.9/bin/ld:
error: no memory region specified for loadable section
`.gcc_except_table._ZSt19__throw_ios_failurePKc'
This is despite the following text in my lnkcmds:
PROVIDE (__EXCEPT_START__ = .);
.gcc_except_table : { *(.gcc_except_table) } >ram
PROVIDE (__EXCEPT_END__ = .);
Many thanks for how to move further from here...
--
Leon