打印

急求教 psoc designer4.4

[复制链接]
7234|5
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
huigoushang|  楼主 | 2012-1-19 00:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本人单片机学得不怎么样,最近毕设要用psoc单片机,在官网上下了个designer 4.4。写了个相当小的程序:
#include <m8c.h>        // part specific constants and macros
#include "PSoCAPI.h"    // PSoC API definitions for all User Modules

void delay(unsigned int x)
{
   while(x--);
}

void main()
{
while(1)
   {
   PRT0DR=0x00;
   delay(5000);
    PRT0DR=0x01;
    }// Insert your main routine code here.
}
沙发
huigoushang|  楼主 | 2012-1-19 00:37 | 只看该作者
结果编译后,总是输出这样的结果(看不懂咋回事,这应该是和程序的语法错误没关系的,因为我拿过师兄的程序试过,也是这样)
Generating source code for Device Configuration...
The source code has been generated successfully
Compiling...
creating project.mk  
./main.c
  
!E D:\psoc\tools\InvalidCompilerLicense.txt(0): ...Operation terminated. Compiler License invalid or not accessible
  
D:\psoc\tools\make: *** [obj/main.o] Error -1
main.o - 2 error(s) 0 warning(s)  16:56:42

所以小弟在此急求各位大侠帮助!!先谢谢啦!!!

使用特权

评论回复
板凳
G21372| | 2012-1-19 00:49 | 只看该作者
直接下载安装 designer5.0,SP6版本;

使用特权

评论回复
地板
浏览器123| | 2012-1-19 19:30 | 只看该作者
直接装5就行了

使用特权

评论回复
5
Go_PSoC| | 2012-1-20 00:08 | 只看该作者
提示你编译器License有问题。
另外,你最好用新的版本

使用特权

评论回复
6
wangjinlili| | 2012-1-21 00:08 | 只看该作者
为啥还用这么旧的版本

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

168

主题

1677

帖子

1

粉丝