'ECANCELED' was not declared in this scope line 128, external location: c:\program files (x86)\atollic\truestudio for stm32 9.3.0\armtools\arm-atollic-eabi\include\c++\6.3.1\arm-atollic-eabi\armv7e-m\fpu\fpv5-d16\bits\error_constants.h
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-25 3:05 AM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-25 6:05 AM
> why am i getting this error
There is a deficient errno.h file somewhere on your include path
> and how to solve it?
Reorder include paths so that a good errno.h is found before the bad one.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-25 6:06 AM
The compiler tells you where to look, perhaps start there, and unravel the context..
Probably some conflicting #define on your end.
Have the compiler generate pre-processor output, and review that.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
