|
Building f:\firstapp\firstapp using F:\firstapp\firstapp.mak
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
---------------------------------------------------------------
OBJECT firstapp.o
C:\ADS\bin\armcc -c -DDYNAMIC_APP -cpu ARM7TDMI -apcs /ropi/interwork/norwpi -littleend -zo -fa -g -Ospace -O2 -I. -I\inc -I "\inc" -o firstapp.o firstapp.c
firstapp.c(11): Serious error: C2857E: #include file "AEEModGen.h" wouldn't open
firstapp.c(12): Serious error: C2857E: #include file "AEEAppGen.h" wouldn't open
firstapp.c(13): Serious error: C2857E: #include file "AEEShell.h" wouldn't open
firstapp.c(17): Serious error: C2857E: #include file "AEEMedia.h" wouldn't open
firstapp.c(18): Serious error: C2857E: #include file "AEEWeb.h" wouldn't open
firstapp.c(19): Serious error: C2857E: #include file "AEEFile.h" wouldn't open
firstapp.c(27): Error: C2491E: 'struct _firstapp' has no members
firstapp.c(27): Serious error: C2282E: expected '}' - inserted before 'AEEApplet'
firstapp.c(27): Error: C2285E: expected ';' or ',' - inserted ';' before 'a'
firstapp.c(27): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'a'
firstapp.c(28): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'AEEDeviceInfo'
firstapp.c(28): Error: C2285E: expected ';' or ',' - inserted ';' before 'DeviceInfo'
firstapp.c(28): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'DeviceInfo'
firstapp.c(33): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'AECHAR'
firstapp.c(33): Error: C2285E: expected ';' or ',' - inserted ';' before 'wstr'
firstapp.c(33): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'wstr'
firstapp.c(38): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'IMedia'
firstapp.c(38): Error: C2285E: expected ';' or ',' - inserted ';' before '*'
firstapp.c(38): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'pIMedia'
firstapp.c(39): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'AEEMediaData'
firstapp.c(39): Error: C2285E: expected ';' or ',' - inserted ';' before 'date'
firstapp.c(39): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'date'
firstapp.c(42): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'IWeb'
firstapp.c(42): Error: C2285E: expected ';' or ',' - inserted ';' before '*'
firstapp.c(42): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'pIWeb'
firstapp.c(43): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'AEECallback'
firstapp.c(43): Error: C2285E: expected ';' or ',' - inserted ';' before 'cb'
firstapp.c(43): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'cb'
firstapp.c(44): Error: C2225W: declaration lacks type/storage-class (assuming 'int'): 'IWebResp'
firstapp.c(44): Error: C2285E: expected ';' or ',' - inserted ';' before '*'
firstapp.c(44): Fatal error: C2225W: C3047U: Too many errors
Compilation abandoned.
NMAKE : fatal error U1077: 'C:\ADS\bin\armcc' : return code '0x1'
Stop.
Tool returned code: 0
我是在VC6上开发的,生成dll正常,在模拟器上运行也正常,使用“BREW Application 'Make'”指令出现的错误,怎么解决呀,谢谢! |
|