[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [rtl] unresolved symbol atexit



You can't use the standard C/C++ library in a real-time module.  Most of
those capabilities involve calls to the normal Linux kernel that are
incompatible with real-time scheduling.  In particular, a real-time module
does not exit the same way that a program does so calling atexit() is simply
impossible.

	Norm

> -----Original Message-----
> From:	Ivan Martinez [SMTP:im@iau.dtu.dk]
> Sent:	Thursday, November 08, 2001 10:17 AM
> To:	RTLinux mailing list
> Subject:	[rtl] unresolved symbol atexit
> 
> Hello all,
> When installing my C++ realtime module, I get the following error:
> app.o: unresolved symbol atexit
> Do you know what can be wrong?. Thank you.
> Ivan Martinez
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail majordomo@rtlinux.org OR
> echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.org
> --
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/