AS error: No rule to make target. rebuild all required

I keep on getting this error when I compile one of our older projects. I get this fault even after a clean configuration and rebuild all. Any suggestions on what I need to do to resolve this issue.

It looks like this error could be related to the path of the project, or duplicate files in the configuration view (e.g. the ‘Cpu.sw’ file). My suggestion would be to try unzipping the project into a simple directory (e.g. C:\projects) and see if that helps. Then you can go through the project and see if everything looks to be in order.

Another option is to create a new AS project and then start copying in programs/configuration data from the old project. If the new project stops building at a certain point, you’ll know what the problem is.

1 Like

We were able to get the project to compile after we unzipped our backup file and used it to start with.

1 Like