please help me. what is this error?
| Tue, 2006-05-09 15:07 | |
|
When I make a C++ project for Symbian by Series 60 AppWizard v 1.9, at the end of the wizard and when all of .cpp files is created I receive this message:
"C:\Symbian\6.1\Series60\epoc32\build\TEST\test\group\test\wins\test.dsw the specified project could not be inserted into the current workspace." What is this error and how can I resolve this problem? Thanks, |
|






Forum posts: 90
I followed instructions in "s60_introduction_to_designing_cpp_applications.pdf" and I tried to make "Helloworld".
Command prompt:
------------------------------------------------------
C:\Symbian\7.0s\Series60_v21\Examples\basics\helloworld>bldmake bldfiles
C:\Symbian\7.0s\Series60_v21\Examples\basics\helloworld>abld build wins udeb
make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\EXPORT.make" EXPORT VERBOSE=-s
Nothing to do
make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" MAKEFILE VERBOSE=-s
perl -S makmake.pl -D \SYMBIAN\7.0S\SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELL
OWORLD WINS
'LINK.EXE' is not recognized as an internal or external command,
operable program or batch file.
ERROR: failed to find version information for LINK.EXE
make: *** [MAKEFILEHELLOWORLD] Error 1
make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" LIBRARY VERBOSE=-s
nmake -nologo -x - -s -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\
SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLOWORLD\WINS\HELLOWORLD.WINS" LIBRARY
process_begin: CreateProcess((null), nmake -nologo -x - -s -f \Symbian\7.0s\Seri
es60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLO
WORLD\WINS\HELLOWORLD.WINS LIBRARY, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [LIBRARYHELLOWORLD] Error 2
make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" RESOURCE CFG=UDEB VERBOSE=-s
nmake -nologo -x - -s -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\
SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURC
EUDEB
process_begin: CreateProcess((null), nmake -nologo -x - -s -f \Symbian\7.0s\Seri
es60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLO
WORLD\WINS\HELLOWORLD.WINS RESOURCEUDEB, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [RESOURCEHELLOWORLD] Error 2
make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" TARGET CFG=UDEB VERBOSE=-s
nmake -nologo -x - -s -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\
SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLOWORLD\WINS\HELLOWORLD.WINS" UDEB
process_begin: CreateProcess((null), nmake -nologo -x - -s -f \Symbian\7.0s\Seri
es60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21\EXAMPLES\BASICS\HELLOWORLD\HELLO
WORLD\WINS\HELLOWORLD.WINS UDEB, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [TARGETHELLOWORLD] Error 2
make -r -f "\Symbian\7.0s\Series60_v21\EPOC32\BUILD\SYMBIAN\7.0S\SERIES60_V21
\EXAMPLES\BASICS\HELLOWORLD\WINS.make" FINAL CFG=UDEB VERBOSE=-s
C:\Symbian\7.0s\Series60_v21\Examples\basics\helloworld>
------------------------------------------------------
I do not know what is wrong with my SDK?
Forum posts: 16
Kishore
Forum posts: 206
guda