build - MPLAB IDE- building an empty project -
i trying build empty project on mplab using device pic18f452. error getting:
debug build of project 'c:\users\rabbiya\desktop\myproject.mcp' started. language tool versions: mpasmwin.exe v5.35, mplink.exe v4.35 preprocessor symbol
__debug' defined.
thu may 09 20:03:42 2013
make: target "c:\users\rabbiya\desktop\18f452tmpo.o" out of date. executing: "c:\users\rabbiya\desktop\new folder (2)\microchip solutions v2011-07-14\mpasm suite\mpasmwin.exe" /q /p18f452 "new folder (2)\microchip solutions v2011-07-14\mpasm suite\template\object\18f452tmpo.asm" /l"18f452tmpo.lst" /e"18f452tmpo.err" /o"18f452tmpo.o" /d__debug=1 make: target "c:\users\rabbiya\desktop\myproject.cof" out of date. executing: "c:\users\rabbiya\desktop\new folder (2)\microchip solutions v2011-07-14\mpasm suite\mplink.exe" "new folder (2)\microchip solutions v2011-07-14\mpasm suite\lkr\18f452_g.lkr" "18f452tmpo.o" /u_debug /z__mplab_build=1 /z__mplab_debug=1 /o"myproject.cof" /m"myproject.map" /w mplink 4.35, linker copyright (c) 1998-2010 microchip technology inc. error - error reading object file '18f452tmpo.o' errors : 1
link step failed.
debug build of project c:\users\rabbiya\desktop\myproject.mcp' failed. language tool versions: mpasmwin.exe v5.35, mplink.exe v4.35 preprocessor symbol
__debug' defined.
thu may 09 20:03:43 2013
build failed`
when right-click , build source file in project window , builds successfully. supposed do? seperately assemble .asm files in directory?
that happens when don't have xc32 compiler installed on system. instead, can use mplab x.
Comments
Post a Comment