Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2342016
  • 博文数量: 816
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 5010
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-17 17:57
文章分类

全部博文(816)

文章存档

2011年(1)

2008年(815)

分类:

2008-12-17 18:03:02

--------------------Configuration: PCICFG - Win32 Debug--------------------
Compiling...
PCICFG.CPP
d:\程序设计\驱动开发\pcicfg.cpp(538) : warning C4018: '<' : signed/unsigned mismatch
d:\程序设计\驱动开发\pcicfg.cpp(567) : error C2061: syntax error : identifier 'mov'
d:\程序设计\驱动开发\pcicfg.cpp(568) : error C2061: syntax error : identifier 'lea'
d:\程序设计\驱动开发\pcicfg.cpp(575) : error C2061: syntax error : identifier 'push'
d:\程序设计\驱动开发\pcicfg.cpp(577) : error C2061: syntax error : identifier 'mov'
d:\程序设计\驱动开发\pcicfg.cpp(578) : error C2061: syntax error : identifier 'pop'
d:\程序设计\驱动开发\pcicfg.cpp(599) : error C2061: syntax error : identifier 'mov'
d:\程序设计\驱动开发\pcicfg.cpp(600) : error C2061: syntax error : identifier 'lea'
d:\程序设计\驱动开发\pcicfg.cpp(607) : error C2061: syntax error : identifier 'push'
d:\程序设计\驱动开发\pcicfg.cpp(609) : error C2061: syntax error : identifier 'out'
d:\程序设计\驱动开发\pcicfg.cpp(610) : error C2061: syntax error : identifier 'pop'
d:\程序设计\驱动开发\pcicfg.cpp(639) : error C2079: 'regs' uses undefined union 'REGS'
d:\程序设计\驱动开发\pcicfg.cpp(644) : error C2228: left of '.x' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(644) : error C2228: left of '.ax' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(645) : error C2065: 'int86' : undeclared identifier
d:\程序设计\驱动开发\pcicfg.cpp(647) : error C2228: left of '.h' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(647) : error C2228: left of '.ah' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(648) : error C2228: left of '.h' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(648) : error C2228: left of '.cl' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(657) : error C2079: 'regs' uses undefined union 'REGS'
d:\程序设计\驱动开发\pcicfg.cpp(662) : error C2228: left of '.x' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(662) : error C2228: left of '.ax' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(665) : error C2228: left of '.h' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(665) : error C2228: left of '.ah' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(669) : error C2228: left of '.h' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(669) : error C2228: left of '.al' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(693) : error C2065: 'inp' : undeclared identifier
d:\程序设计\驱动开发\pcicfg.cpp(708) : error C2065: 'outp' : undeclared identifier
d:\程序设计\驱动开发\pcicfg.cpp(721) : error C2079: 'regs' uses undefined union 'REGS'
d:\程序设计\驱动开发\pcicfg.cpp(721) : error C2079: 'outregs' uses undefined union 'REGS'
d:\程序设计\驱动开发\pcicfg.cpp(722) : error C2228: left of '.h' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(722) : error C2228: left of '.bh' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(723) : error C2228: left of '.h' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(723) : error C2228: left of '.bl' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(737) : error C2228: left of '.x' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(737) : error C2228: left of '.ax' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(738) : error C2228: left of '.x' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(738) : error C2228: left of '.di' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(740) : error C2228: left of '.x' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(740) : error C2228: left of '.cflag' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(742) : error C2228: left of '.x' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(742) : error C2228: left of '.cx' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(743) : error C2228: left of '.x' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(743) : error C2228: left of '.di' must have class/struct/union type
d:\程序设计\驱动开发\pcicfg.cpp(746) : error C2228: left of '.x' must have class/struct/union ty

--------------------next---------------------

阅读(1501) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~