psoc deisgned 5.1软件错误

[复制链接]
3016|4
 楼主| yiwang0901 发表于 2010-9-10 13:35 | 显示全部楼层 |阅读模式
这是什么意思啊
还有好多Starting MAKE...
creating project.mk -- no changes
CAUTION there are no library files
CAUTION boot.asm is older than boot.tpl or is missing
CAUTION you may need to generate source in PSoC Designer
./boot.asm
!E ./boot.asm(0): cannot open './boot.asm' for input
C:\PROGRA~1\Cypress\PSOCDE~1\5.1\Common\CY3E64~1\tools\make: *** [obj/boot.o] Error 1

asdfg - 2 error(s) 0 warning(s) 13:12:00
错我,就是不怎到怎么解决啊,
 楼主| yiwang0901 发表于 2010-9-10 13:36 | 显示全部楼层
这是源程序,
#include <m8c.h>        // part specific constants and macros
#include "PSoCAPI.h"    // PSoC API definitions for all User Modules


void main(void)
{
        // M8C_EnableGInt ; // Uncomment this line to enable Global Interrupts
        // Insert your main routine code here.
           LED_Start();


   LED_1_Start();  
  
  LED_1_Switch(1);         // Turn on LED  
  
   while(1) {  
      LED_1_Invert();       // Flash LED   
   }  


}
 楼主| yiwang0901 发表于 2010-9-10 13:36 | 显示全部楼层
怎么解决啊
 楼主| yiwang0901 发表于 2010-9-10 13:38 | 显示全部楼层
好了,自己解决了,没有定义LED
Go_PSoC 发表于 2010-9-10 22:00 | 显示全部楼层
楼主找到问题的速度还真快,呵呵
您需要登录后才可以回帖 登录 | 注册

本版积分规则

0

主题

33

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部