2867|6

71

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

WinCE 5.0的编译问题 [复制链接]

为什么我编译的时候老是出现这个错误呢?
BUILD: [01:0000000019:ERRORE] d:\WINCE500\PLATFORM\SMDK2440A\Src\Inc\s3c2440a_iisbus.h(43) : error C2062: type 'volatile unsigned short' unexpected
BUILD: [01:0000000020:ERRORE] d:\WINCE500\PLATFORM\SMDK2440A\Src\Inc\s3c2440a_iisbus.h(43) : error C2238: unexpected token(s) preceding ';'


s3c2440a_iisbus.h里的内容就是
//
// Copyright (c) Microsoft Corporation.  All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
//------------------------------------------------------------------------------
//
//  Header: s3c2440a_iisbus.h
//
//  Defines the IIS bus control register layout and associated constants
//  and types.
//
//------------------------------------------------------------------------------

#ifndef __S3C2440A_IISBUS_H
#define __S3C2440A_IISBUS_H

#if __cplusplus
    extern "C"
    {
#endif


//------------------------------------------------------------------------------
//  Type: name   
//
//  Defines IIS bus control register layout. This register bank is located by
//  the constant CPU_BASE_REG_XX_IISBUS in the configuration file
//  cpu_base_reg_cfg.h.
//

typedef struct
{
    UINT32    IISCON;
    UINT32    IISMOD;
    UINT32    IISPSR;
    UINT32    IISFCON;
    UINT32    IISFIFO;
}S3C2440A_IISBUS_REG, *PS3C2440A_IISBUS_REG;


#if __cplusplus
    }
#endif

#endif

s3c2440a_iisbus.h(43)就是UINT32    IISFIFO;这句,这是什么原因啊,这完全是官方给的啊,没改动过啊
此帖出自WindowsCE论坛

最新回复

呵呵,原来是头文件错乱搞的鬼,重新捋了一下,删掉多余的就好了  详情 回复 发表于 2010-4-7 22:24
点赞 关注
 

回复
举报

81

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
这个文件没问题吧,应该是其他地方,rebuild试试。
此帖出自WindowsCE论坛
 
 
 

回复

61

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
帮顶下,MARK.
此帖出自WindowsCE论坛
 
 
 

回复

69

帖子

0

TA的资源

一粒金砂(初级)

4
 
你勾选“Clean Before Building”选项,然后再“Sysgen”看是否还有错误…
此帖出自WindowsCE论坛
 
 
 

回复

76

帖子

0

TA的资源

一粒金砂(初级)

5
 
现在的错误为:
1、出现意外的类型“volatile unsigned short”
2、出现意外的标记“;”
定位到代码中的相应位置,如果均正常,那么就是按上面方法试一遍…
此帖出自WindowsCE论坛
 
 
 

回复

79

帖子

0

TA的资源

一粒金砂(初级)

6
 
不会是;是中文输入的吧?
此帖出自WindowsCE论坛
 
 
 

回复

72

帖子

0

TA的资源

一粒金砂(初级)

7
 
呵呵,原来是头文件错乱搞的鬼,重新捋了一下,删掉多余的就好了
此帖出自WindowsCE论坛
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/9 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表