build error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-03 12:02 PM
I got a problem when building the project in the CubeIDE.
According to the console, the function "function1" is not declared, but in the .hpp it is.
I think the .cpp is not realizing that the .hpp is changing.
Here, when I use the content assit, function1 doesnt show up.
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-03 12:26 PM - edited ‎2024-02-03 12:26 PM
You need to save the Screen1View.hpp file before the IDE will recognize the new function. The "*" in the filename indicates it has been modified without being saved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-02-03 12:26 PM - edited ‎2024-02-03 12:26 PM
You need to save the Screen1View.hpp file before the IDE will recognize the new function. The "*" in the filename indicates it has been modified without being saved.
