| 
 | 
亚瑟王 发表于 2012-9-17 18:52   
把错误信息贴出来。  
我是把ADCDriver放到drivers目录下的,然后修改下DIRS,然后就在PB中找到添加的项,点击右键,选择build current project········出现如下错误:- BUILD: [01:0000000021:ERRORE] c:\WINCE500\PLATFORM\TQ2440\Src\Drivers\ADCDriver\ADCDriver.cpp(62) : error C2065: 'ZONE_ERROR' : undeclared identifier
 
 - BUILD: [01:0000000022:PROGC ] Linking C:\WINCE500\platform\TQ2440\lib\ARMV4I\retail\ADCDriver.lib
 
 - BUILD: [01:0000000031:ERRORE] LINK : fatal error LNK1181: cannot open input file 'obj\ARMV4I\retail\ADCDriver.obj'
 
 - BUILD: [00:0000000033:PROGC ]                      Files      Warnings      Errors
 
 - BUILD: [00:0000000034:PROGC ] Midl                     0             0           0
 
 - BUILD: [00:0000000035:PROGC ] Resource                 0             0           0
 
 - BUILD: [00:0000000036:PROGC ] Message                  0             0           0
 
 - BUILD: [00:0000000037:PROGC ] Precomp Header           0             0           0
 
 - BUILD: [00:0000000038:PROGC ] C/Cpp/Cxx                1             0           1
 
 - BUILD: [00:0000000039:PROGC ] Assembler                0             0           0
 
 - BUILD: [00:0000000040:PROGC ] Static Libraries         0             0           0
 
 - BUILD: [00:0000000041:PROGC ] Dll's                    1             0           1
 
 - BUILD: [00:0000000042:PROGC ] Exe's                    0             0           0
 
 - BUILD: [00:0000000043:PROGC ] Resx                     0             0           0
 
 - BUILD: [00:0000000044:PROGC ] Csharp Targets           0             0           0
 
 - BUILD: [00:0000000045:PROGC ] Other                    0             0           1
 
 - BUILD: [00:0000000046:PROGC ] 
 
 - BUILD: [00:0000000047:PROGC ] Total                    2             0           3
 
 - BUILD: [00:0000000048:PROGC ] 
 
 - BUILD: [00:0000000049:PROGC ] 0 Warnings,  3 Errors
 
 - Build for Windows CE (Release) (Built on Apr 14 2005 13:54:39)
 
 - File names: Build.log Build.wrn Build.err Build.dat
 
  
- TQ2440A - 2 error(s), 0 warning(s)
 
  复制代码 |   
 
 
 
 |