Hello all,
I'm trying to use the sqrt function in my C++ realtime module, but I get the
"unresolved symbol sqrt". I make the linkage as I saw in old postings:
$(LD) -r -static -L/usr/lib -lm -lc -o app.o $(CRTBEGIN) rtmodule.or
tmatrix.o $(CRTEND)
I use extern "C" for includes too.
I guess this has to do with the specific problems of C++ realtime code, the
same that prevented me from using POSIX I/O. So probably the easiest solution
will be to use my own sqrt. Does anybody know any implementation that I could
use or easily port?. Thank you.
Regards,
Ivan Martinez
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/