Eclipse C++ Sample
Daron Chabot
daronchabot at gmail.com
Thu Mar 25 16:04:35 UTC 2010
The linker is trying to pull in code from librtems++, which is not normally
linked against.
You need to add "rtems++" to the (empty) list of libraries to link against.
This can be done via Project->Properties context menu.
-- dc
On Thu, Mar 25, 2010 at 9:52 AM, Johannes Schock <j.schock at stiefelgmbh.de>wrote:
> Hello,
> I'm now able to build the HelloWorld C project in Eclipse for bsp
> lpc24xx_ea. But the build of the Sample C++ project fails during linker
> invocation with many of the following messages:
> undefined reference to `rtemsStatusCode::last_status_string()'
> undefined reference to `rtemsTask::rtemsTask(char const*, unsigned long,
> unsigned long, unsigned long, unsigned long, unsigned long, unsigned
> long, rtemsTask::FloatingPoint, rtemsTask::Scope)'
>
> the bsp is configured with:
> ../rtems/configure --target=arm-rtems4.10 --enable-rtemsbsp=lpc24xx_ea
> --enable-cxx --enable-networking
>
> Can anyone help me with that issue?
>
> Regards,
> Johannes
>
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20100325/13c9e0fa/attachment-0001.html>
More information about the users
mailing list