Error "in such file or directory" - Eclipse

Asked

Viewed 88 times

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:

inserir a descrição da imagem aqui

But when generating the algorithm and trying to visualize it in Eclipse the following error is displayed to me No such file or directory:

inserir a descrição da imagem aqui

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.

  • and the file main. h exists in the working directory?

  • @Wilker, I’m a beginner in that language, which would be Stacktrace

  • @Amadeus the main. h the .h would be the file format?

  • File extension. As well as a text file, it has the extension . txt, usually

  • It would be all error output that occurs, rather than just a screen print that shows only a part of the error.

  • @Could Wilker tell me where I have access to any error exit? So I can change the question

  • 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.

  • I will see here and as soon as possible update the question. Thanks for the tips

Show 4 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.