Discussion Board
problems compiling helloworld
2004-01-16, 14:45
#1
Registered User
Just installed Symbian Series 60 SDK 0.9 and read the PDF "Developer Platform 2.0 for Series 60: Introduction to Designing C++ Applications" and tried the example explained in it.
"bldmake bldfiles" seems to work well - it doesn't output a thing.
"abld build wins udeb" gives the folowing output (looks ok to me):
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\EXPORT.make" EXPORT VERBOSE=-s
Nothing to do
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\WINS.make" MAKEFILE VERBOSE=-s
perl -S makmake.pl -D \SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\HELLOWORLD WINS
WARNING: Should install MSVC6 Service Pack 3
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\WINS.make" LIBRARY VERBOSE=-s
nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\HELLOWORLD\WINS\HELLOWORLD.WINS" LIBRARY
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\WINS.make" RESOURCE CFG=UDEB VERBOSE=-s
nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURCEUDEB
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\WINS.make" TARGET CFG=UDEB VERBOSE=-s
nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\HELLOWORLD\WINS\HELLOWORLD.WINS" UDEB
nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\EPOC32EX\HELLOWORLD\WINS.make" FINAL CFG=UDEB VERBOSE=-s
The docs say there has to be a helloworld.exe somewhere. Well, it doesn't. What am I doing wrong?
Thank you in advance!
Registered User
"abld build wins udeb" means build the application of debug(udeb) version for emulator runing on windows(wins), I think.
so, you can try to launch "C:\Symbian\6.1\Series60\Epoc32\Release\wins\UDEB\EPOC.exe" to have a look, if HelloWorld exists in "other" folder
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules