这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界 » 论坛首页 » 嵌入式开发 » MCU » 编译出现错误,求救!

共3条 1/1 1 跳转至

编译出现错误,求救!

菜鸟
2007-07-13 00:26:24     打赏

下面是编译程序时出现的问题:

In file included from C:\Tornado\target\h\sysLib.h:74,
from C:\Tornado\target\proj\2\pc104.h:5,
from C:\Tornado\target\proj\2\Tx.c:1:
C:\Tornado\target\h\bootLib.h:73: syntax error before `bootBpAnchorExtract'
C:\Tornado\target\h\bootLib.h:73: warning: data definition has no type or storage class
C:\Tornado\target\h\bootLib.h:74: syntax error before `bootLeaseExtract'
C:\Tornado\target\h\bootLib.h:74: syntax error before `u_long'
C:\Tornado\target\h\bootLib.h:75: warning: data definition has no type or storage class
C:\Tornado\target\h\bootLib.h:76: syntax error before `bootNetmaskExtract'
C:\Tornado\target\h\bootLib.h:76: warning: data definition has no type or storage class
C:\Tornado\target\h\bootLib.h:77: syntax error before `bootScanNum'
C:\Tornado\target\h\bootLib.h:77: syntax error before `BOOL'
C:\Tornado\target\h\bootLib.h:77: warning: data definition has no type or storage class
C:\Tornado\target\h\bootLib.h:78: syntax error before `bootStructToString'
C:\Tornado\target\h\bootLib.h:79: warning: data definition has no type or storage class

我怀疑是我引用sysLib.h文件出现的问题,但不知道哪里错了,请高手指点,先谢谢啦!




关键词: 编译     出现     错误     求救     Tornado     targe    

菜鸟
2007-07-13 00:43:00     打赏
2楼
应该是tx.c文件有问题。检查一下,推荐在tx.c里面的开始包含vxWorks.h,包含了一些基本的类型定义。

菜鸟
2007-07-16 07:25:00     打赏
3楼

肯定是文件包含的不对,检查出错的符号在哪个文件里,然后包含之,全部编译即可,

如果还是不行,则重新建一个工程应该就好了


共3条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册 ]