Something in lnkcmds?
Alan Cudmore
Alan.P.Cudmore at nasa.gov
Tue Dec 22 02:10:38 UTC 2009
Leon,
Try this:
.gcc_except_table :{*(.gcc_except_table*) }>ram
The extra * should take care of your error.
Alan
On Dec 21, 2009, at 11:32 AM, Leon Pollak wrote:
> 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
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-users
More information about the users
mailing list