我采用chip_level设计了一个闪烁指示灯的程序,内部只用到一个PWM16的模块,主程序里只添加了一句:call PWM16_1_Start 而且PWM的配置和连线我都设置好了,并且我也generate过了,但编译出来会有错误,其提示如下:
C:\PROGRA~1\Cypress\Common\CY3E64~1\tools\make: *** Warning: File `G:\practice\PSOCPR~1\BlinkLed\BlinkLed\memory.inc' has modification time in the future (2008-11-12 13:57:20 > 2008-11-12 13:57:18)
lib/psocconfig.asm
process_begin: CreateProcess((null), cpsoc.exe --msgdisable=845:off --asmlist --errformat --chip=CY8C29466 --WARN=0 --OPT=asm,9 -C -q -I./lib -IC:/PROGRA~1/Cypress/Common/CY3E64~1/tools/include/CY8C29~1 -Olib/obj/psocconfig.obj lib/psocconfig.asm, ...) failed.
make (e=2):
C:\PROGRA~1\Cypress\Common\CY3E64~1\tools\make: *** [lib/obj/psocconfig.obj] Error 2
BlinkLed - 1 error(s) 1 warning(s) 13:57:19
不知是否我安装的软件有问题,请哪位高手好心指点一下,谢谢! |