Tasark
Joined: 25 Jan 2011 Posts: 12
|
CCS and MPLAB x 1.3 |
Posted: Mon Jul 09, 2012 10:03 am |
|
|
Has anyone gotten CCS to work correctly with MPLAB X? If so, how?
I can compile fine, but if I ever have any errors with my program, it doesn't go into the output of mplab x. Instead my output on mplab x shows,
mv: cannot stat `dist/default/production/newmain.cof': No such file or directory
make[2]: *** [build/default/production/newmain.o] Error 1
make[2]: Leaving directory `C:/Users/owner/MPLABXProjects/test_project.X'
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
make[1]: Leaving directory `C:/Users/owner/MPLABXProjects/test_project.X'
That's all. That makes debugging very difficult when I can't see errors or warnings. I've tried installing fresh mplab x and ccs on 4 different computers and still no go. Help. |
|