Build error in Visual Studio application
Posted
by ame
on Stack Overflow
See other posts from Stack Overflow
or by ame
Published on 2010-03-23T04:57:43Z
Indexed on
2010/03/23
5:01 UTC
Read the original article
Hit count: 325
I have a solution that I am trying to build in Visual Studio which gives the following error. Project : error PRJ0019: A tool returned an error code from "Copy the executable to HAMR platform"
The last few lines of the build log are as follows:
Copy the executable to HAMR platform The system cannot find the path specified. Project : error PRJ0019: A tool returned an error code from "Copy the executable to HAMR platform"
I understand that there may be a wrong path mentioned in the code but as there is no line number to the error I don't know how to detect the source of the problem
© Stack Overflow or respective owner