打印

程序求教

[复制链接]
717|5
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
yufe|  楼主 | 2014-4-3 19:38 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
ce, TI, pi, AI, ic
#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.
}

结果编译后,总是输出这样的结果(看不懂咋回事,这应该是和程序的语法错误没关系的,因为我拿过师兄的程序试过,也是这样)
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)
沙发
llia| | 2014-4-3 19:40 | 只看该作者
用最新版本的designer

使用特权

评论回复
板凳
wangpe| | 2014-4-3 19:41 | 只看该作者
楼主用的是什么编译器?? HI-TECH?

使用特权

评论回复
地板
langgq| | 2014-4-3 19:42 | 只看该作者
楼主看看你是不是添加了某个模块,但你没有去配置呢。。。最后截图看看咯。。

使用特权

评论回复
5
yufe|  楼主 | 2014-4-3 19:43 | 只看该作者
好,我看看

使用特权

评论回复
6
yufe|  楼主 | 2014-4-3 19:43 | 只看该作者
好,我看看

使用特权

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

本版积分规则

983

主题

10170

帖子

1

粉丝