eclipse problem (4010 Warning)
| Sun, 2005-07-03 01:26 | |
|
I'm a newby in C++ but perhaps somebody can give me a hint. I setup eclipse on windows with visual c++ toolkit 2003 but didn't use the platform sdk but the "own" dumpbin.exe and lib.exe files as described on http://pf128.krakow.sdi.tpnet.pl/symbdev/
When i try to build i get a 4010 warning because a program couldnt be found? Because the message is in german i suppose its from the operating system and not from the compiler.... Code: Creating build structures... C:\WINDOWS\system32\cmd.exe /c bldmake bldfiles ABLD BUILD... C:\WINDOWS\system32\cmd.exe /c abld -v -k build wins urel nmake -nologo -k -f "\Symbian\6.1\Series60\EPOC32\BUILD\CPP_PROJECTS\GROUP\EXPORT.make" EXPORT KEEPGOING=-k Nothing to do nmake -nologo -k -f "\Symbian\6.1\Series60\EPOC32\BUILD\CPP_PROJECTS\GROUP\WINS.make" MAKEFILE KEEPGOING=-k perl -S makmake.pl -D \CPP_PROJECTS\GROUP\APPTEST WINS nmake -nologo -k -f "\Symbian\6.1\Series60\EPOC32\BUILD\CPP_PROJECTS\GROUP\WINS.make" LIBRARY KEEPGOING=-k nmake -nologo -k -f "\Symbian\6.1\Series60\EPOC32\BUILD\CPP_PROJECTS\GROUP\APPTEST\WINS\APPTEST.WINS" LIBRARY nmake -nologo -k -f "\Symbian\6.1\Series60\EPOC32\BUILD\CPP_PROJECTS\GROUP\WINS.make" RESOURCE CFG=UREL KEEPGOING=-k nmake -nologo -k -f "\Symbian\6.1\Series60\EPOC32\BUILD\CPP_PROJECTS\GROUP\APPTEST\WINS\APPTEST.WINS" RESOURCEUREL nmake -nologo -k -f "\Symbian\6.1\Series60\EPOC32\BUILD\CPP_PROJECTS\GROUP\WINS.make" TARGET CFG=UREL KEEPGOING=-k Das angegebene Programm kann nicht ausgef?hrt werden. NMAKE : warning U4010: '"\Symbian\6.1\Series60\EPOC32\RELEASE\WINS\UREL\Z\SYSTEM\APPS\APPTEST\APPTEST.APP"' : build failed; /K specified, continuing ... NMAKE : warning U4011: 'UREL' : not all dependents available; target not built NMAKE : warning U4010: 'TARGETAPPTEST' : build failed; /K specified, continuing ... NMAKE : warning U4011: 'TARGET' : not all dependents available; target not built |
|






Forum posts: 26
mikolajz
Forum posts: 26
mikolajz
Forum posts: 2
Forum posts: 10
I imported an existing Symbian project and I also get those warnings (warning U4010 and warning U4011).
I also get an error: *** [TARGETTEST] Error 1.
Do anybody know what to do?
ciao Puh
Forum posts: 26
mikolajz
Forum posts: 10
That is the complete output:
\Symbian\7.0s\Series60_v21\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\FUNCAMAKT\GROUP\EMMS\WINS\UREL\EMMS.APP : fatal error LNK1120: 1 unresolved externals
NMAKE : warning U4010: '"\Symbian\7.0s\Series60_v21\EPOC32\RELEASE\WINS\UREL\Z\SYSTEM\APPS\FUNCAM\EMMS.APP"' konnte nicht erstellt werden; Vorgang wird fortgesetzt, da /K angegeben
NMAKE : warning U4011: 'UREL': nicht alle abhängigen Elemente verfügbar; Ziel nicht erstellt
make -r -k -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\ECLIPSE_SYMBIAN\WORKSPACE\FUNCAMAKT\GROUP\WINS.make" FINAL CFG=UREL KEEPGOING=-k
Forum posts: 26
mikolajz