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!