I installed STM32CUBE IDE on windows 10, after installation and trying to use C/C++ I am having 2 errors;
1. program g++ not found in PATH
2. program gcc not found in PATH.
Also I did not find the MinGW option in the toolchains.
How can I resolve?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-05-26 3:33 PM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-05-27 6:54 AM
Please don't put the entire question in the title.
What do you mean by, "use C/C++"?
C and C++ are separate languages - or are you trying to make a system with some parts in C, and some parts in C++ ?
You'll need to describe in detail what you did to get to the point of receiving those errors...
A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
A complex system designed from scratch never works and cannot be patched up to make it work.
