This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

link issue when removing operator new

Hi,

My ST10F276 app is composed of C and C++ code. All C++ objects are declared statically (without call the new operator). When I remove extern void *operator new(size_t size) from my ECMAIN.cpp, It should be OK but errors appear:

Unresolved external __nw__FUi

I cannot understand this issue and did not find anything in the C166 compiler manual.

Thanks a lot for your help!

0