Something in lnkcmds?

Leon Pollak leonp at plris.com
Mon Dec 21 16:32:09 UTC 2009


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



More information about the users mailing list