Forum: System Workbench for STM32

Importing project from CUbeMX full of errors (Windows)

Hi guys, I’ve created a basic project using CubeMX, just to have some fun with ITM cell. However, after importing that to Workbench I get above 500 errors of type ‘could not be resolved’. You can see in my attachement. I didn’t change any properties so what’s wrong?

And the same is with every file I am opening...
Maybe the problem is with project’s paths.. but I don’t think so... look at the file I attached.


France

Hi,

The problem is with the Eclipse indexer that has not yet finished indexing your code. You should just right click on your project in project explorer and select Index >> Rebuild..., then the errors should disapear (if they don’t after a while just try to delete them in the Problems view).

Hope this works,

Bernard (Ac6)