This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Build output shows zero errors and warnings but error list shows a huge list

I'm very new to uVision and I started off with a project from STM's Motor Workbench. When I compile the project, it says there are zero errors and warnings. However, when I look at the errors list there is a long list of errors. I have not tried to debug yet. I'm confused!!

Image showing the build output - i.imgur.com/5bzwGJr.png
Image showing the error window - i.imgur.com/J2hFsVl.png

Parents Reply Children
  • The reason for the errors shown in the Error List Window in the initial question here is, that there is a header file open, that on its own does not fulfill all dependencies. If it is just open in a editor window, it is not known in what include chain the file should be checked. On its own however, generates this errors. As no header file alone is used in the build process, build will work.