Part Number:66AK2H12
Tool/software:TI-RTOS
I just posted a question regarding c++ try/catch but I guess the bugger question is guidelines on compiling/linking c++ classes in general.
I am trying to port some existing c++ code and that code using new and delete as well as calls to the std library, for example std::copy, std:runtime_error(), etc.
The SYS/BIOS UG says: "The functions new and delete are the C++ operators for dynamic memory allocation and deallocation. For TI targets, these operators use malloc() and free()." but I can't seem to get them to link (undefined references).
My application is to run on a ARM15 core.
Thanks, Mike