Some customers have launching problem when they try to start debugging their application firmware. NetX Studio reported "Resource does not exist" problem, although the resource actually exists.
In this situation, please check the properties of the project. If there is any resource filters are added intentionally.
netX Studio is based on the Eclipse CDT platform which treats excluded resources as if they do not exist. By excluding the build folder, you exclude it not only from search results, but also from the debugging framework, which in turn fails with the error that the resource does not exist. Another way to filter the build output files would be to place a resource filter on the 'build' directory instead of the project root like this: Image ModifiedImage Removed |