The linker is trying to pull in code from librtems++, which is not normally linked against.<div><br></div><div>You need to add "rtems++" to the (empty) list of libraries to link against. This can be done via Project->Properties context menu.</div>

<div><br></div><div><br></div><div>-- dc</div><div><br><div class="gmail_quote">On Thu, Mar 25, 2010 at 9:52 AM, Johannes Schock <span dir="ltr"><<a href="mailto:j.schock@stiefelgmbh.de" target="_blank">j.schock@stiefelgmbh.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
I'm now able to build the HelloWorld C project in Eclipse for bsp<br>
lpc24xx_ea. But the build of the Sample C++ project fails during linker<br>
invocation with many of the following messages:<br>
undefined reference to `rtemsStatusCode::last_status_string()'<br>
undefined reference to `rtemsTask::rtemsTask(char const*, unsigned long,<br>
unsigned long, unsigned long, unsigned long, unsigned long, unsigned<br>
long, rtemsTask::FloatingPoint, rtemsTask::Scope)'<br>
<br>
the bsp is configured with:<br>
../rtems/configure --target=arm-rtems4.10 --enable-rtemsbsp=lpc24xx_ea<br>
--enable-cxx --enable-networking<br>
<br>
Can anyone help me with that issue?<br>
<br>
Regards,<br>
Johannes<br>
<br>
<br>
_______________________________________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org" target="_blank">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
</blockquote></div><br></div>