problem with iostream
Joel Sherrill
joel.sherrill at OARcorp.com
Sat Jul 4 16:48:03 UTC 2009
D. Peter Siddons wrote:
> I am upgrading my bsp to rtems-4.9 from 4.7. I took the tool rpms. I
> used alien to make debs and installed them on my Ubuntu Jaunty. I have
> got to the point where everything seems to build OK until it tries to
> link the iostream example. I get the following:
>
> 272/testsuites/samples/iostream'
> m68k-rtems4.9-g++ -B../../../../../uC5272/lib/ -specs bsp_specs -qrtems
> -m5200 -O4 -fomit-frame-pointer -m5200 -o cxx_iostream.exe init.o
> /opt/rtems-4.9/lib/gcc/m68k-rtems4.9/4.3.2/../../../../m68k-rtems4.9/bin/ld:
> error: no memory region specified for loadable section
> `.text._ZSt18__throw_bad_typeidv'
> collect2: ld returned 1 exit status
>
> Any suggestions?
>
error: no memory region specified for loadable section
Compare the linker scripts in /opt with the one for your BSP.
Apparently there is a section not in your linkcmds.
> Pete.
>
>
>
More information about the users
mailing list