Tool/software: TI C/C++ Compiler
I have a project that consists of a few *.cpp files and everything is compiling fine without any errors or warnings.
When the linker is invoked I receive the error
../main.cpp:177: undefined reference to 'operator new(unsigned int)'
and the link step fails.
Your assistance is greatly appreciated.
Thanks!