cancel
Showing results for 
Search instead for 
Did you mean: 

include <new>

redstone8415
Associate III

../Middlewares/ST/touchgfx/framework/include/mvp/MVPApplication.hpp:22:10: fatal error: new: No such file or directory 

how to solved this? cubeide 2.0.0 GNU  Tools for STM32 (14.3 rel1)

1 ACCEPTED SOLUTION

Accepted Solutions
mathiasmarkussen
ST Employee

Have you generated code in TouchGFX Designer?

View solution in original post

7 REPLIES 7
mfgkw
Senior II

Does this happen while compiling a C++unit?

 

There are reports about CubeIDE 2.0  that CubeMX drops the C++ setting and silently converts a C++ project to C. Then the include paths (and later the lib paths) for C++ are lost.

mathiasmarkussen
ST Employee

Have you generated code in TouchGFX Designer?

yes, touchgfx project

yes!

touchgfx code!

mathiasmarkussen
ST Employee

Just to make sure, did that solve your issue? :)

thanks! that is OK!