STM32CUBEIDE include STL header error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-20 6:59 AM
I have created a new C++ project for STM32G473 in STM32CUBEIDE based on an ioc configuration file. The project is generated and builds successfully. However, upon including an STL header in a .cpp file like so:
#include <functional>
The compiler throws the following error:
fatal error: functional: No such file or directory
Same goes for other STL headers (vector etc..).
What do I need to do to be able to import STL headers successfully?
Labels:
- Labels:
-
STM32CubeIDE
-
STM32G4 Series
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
