0
I am developing a software on a prototype board, which is the ARMST32 - F411RE, for this I created in the software Stm32cubemx the following model:
But when generating the algorithm and trying to visualize it in Eclipse the following error is displayed to me No such file or directory:
On other computers the software worked normally, and if I start a project from scratch the error does not occur. I searched in numerous places but nothing could solve my problem.
Post the error stacktrace so we can see better. But you can see that this error is because of some missing file or folder, that existed on other computers and yours not, or is referenced in your project in another location. And when the project is created from scratch, it should automatically create and reference in your project correctly.
– Wilker
and the file main. h exists in the working directory?
– user5299
@Wilker, I’m a beginner in that language, which would be
Stacktrace
– R.Santos
@Amadeus the main. h the
.h
would be the file format?– R.Santos
File extension. As well as a text file, it has the extension . txt, usually
– user5299
It would be all error output that occurs, rather than just a screen print that shows only a part of the error.
– Wilker
@Could Wilker tell me where I have access to any error exit? So I can change the question
– R.Santos
It depends on the IDE, maybe it’s where Errors(3) is. Or in some other tab of the IDE, qnd vc tries to run the project. With eclispe I am not familiar.
– Wilker
I will see here and as soon as possible update the question. Thanks for the tips
– R.Santos