Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User malloc's Avatar
    Join Date
    Sep 2006
    Posts
    34
    Hello, I have a slight problem compiling my applications. It used to run very nicely but I had to format the disk and then reinstall all. After reinstallation I had few PATH problems but I think that is solved, programs "compile" now but I dont get .app files to run within the emulator. I only get .app for ARMI which cant be run on emulator (I get system error when moving it into wins/z/apps/helloworld/)

    Main problem is that I actually cant see source code compiling in compile process. Here is the entire compile code:

    ------------------------------

    C:\Symbian\6.1\Series60\Series60Ex\helloworld\group>bldmake bldfiles

    C:\Symbian\6.1\Series60\Series60Ex\helloworld\group>abld build wins
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\EXPORT.make" EXPORT VERBOSE=-s
    Nothing to do
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" MAKEFILE VERBOSE=-s
    perl -S makmake.pl -D \SYMBIAN\6.1\SERIES60\SERIES60EX\HELLOWORLD\GROUP\
    HELLOWORLD WINS
    WARNING: Should install MSVC6 Service Pack 3
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" LIBRARY VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" LIBRARY
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" RESOURCE CFG=UDEB VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURCEUDEB
    1 file(s) copied.

    diff: ..\..\..\..\..\..\Symbian\6.1\Series60\EPOC32\INCLUDE\HELLOWORLD.RSG: No s
    uch file or directory
    1 file(s) copied.
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" RESOURCE CFG=UREL VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURCEUREL
    1 file(s) copied.

    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" TARGET CFG=UDEB VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" UDEB
    'cl.exe' is not recognized as an internal or external command,
    operable program or batch file.
    NMAKE : fatal error U1077: 'cl.exe' : return code '0x1'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\nmake.e
    xe"' : return code '0x2'
    Stop.
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" TARGET CFG=UREL VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" UREL
    'cl.exe' is not recognized as an internal or external command,
    operable program or batch file.
    NMAKE : fatal error U1077: 'cl.exe' : return code '0x1'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\nmake.e
    xe"' : return code '0x2'
    Stop.
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" FINAL CFG=UDEB VERBOSE=-s
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" FINAL CFG=UREL VERBOSE=-s

    C:\Symbian\6.1\Series60\Series60Ex\helloworld\group>

    ------------------------------

    No source compiling and I just tried to compile helloworld program.

    Thanks in advance.

  2. #2
    Registered User malloc's Avatar
    Join Date
    Sep 2006
    Posts
    34
    Ok, I did some more tweaking around PATH and added link.exe and cl.exe to PATH. Now Source "compiles" but I still dont get any helloworld.app:

    -----------------------


    C:\Symbian\6.1\Series60\Series60Ex\helloworld\group>abld build wins
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\EXPORT.make" EXPORT VERBOSE=-s
    Nothing to do
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" MAKEFILE VERBOSE=-s
    perl -S makmake.pl -D \SYMBIAN\6.1\SERIES60\SERIES60EX\HELLOWORLD\GROUP\
    HELLOWORLD WINS
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" LIBRARY VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" LIBRARY
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" RESOURCE CFG=UDEB VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURCEUDEB
    1 file(s) copied.

    diff: ..\..\..\..\..\..\Symbian\6.1\Series60\EPOC32\INCLUDE\HELLOWORLD.RSG: No s
    uch file or directory
    1 file(s) copied.
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" RESOURCE CFG=UREL VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" RESOURCEUREL
    1 file(s) copied.

    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" TARGET CFG=UDEB VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" UDEB
    Helloworld.cpp
    Helloworld.uid.cpp
    Helloworldapplication.cpp
    Helloworldappui.cpp
    Helloworldappview.cpp
    Helloworlddocument.cpp
    LINK : warning LNK4224: /PDBTYPE is no longer supported; ignored
    LINK : warning LNK4044: unrecognized option '/WARN:3'; ignored
    Creating library \Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\UDEB\HELLOWORLD.lib and object \Symbian\
    6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERIES60EX\HELLOWORLD\GROUP\HELLO
    WORLD\WINS\UDEB\HELLOWORLD.exp
    EDLL.LIB(UP_DLL.obj) : warning LNK4210: .CRT section exists; there may be unhand
    led static initializers or terminators
    EDLL.LIB(UP_DLL.obj) : warning LNK4099: PDB 'edll.pdb' was not found with '\Symb
    ian\6.1\Series60\EPOC32\RELEASE\WINS\UDEB\EDLL.LIB' or at 'C:\Symbian\6.1\Series
    60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS
    \UDEB\edll.pdb'; linking object as if no debug info
    'dumpbin' is not recognized as an internal or external command,
    operable program or batch file.
    NMAKE : fatal error U1077: 'dumpbin' : return code '0x1'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\nmake.e
    xe"' : return code '0x2'
    Stop.
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" TARGET CFG=UREL VERBOSE=-s
    nmake -nologo -s -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SER
    IES60\SERIES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\HELLOWORLD.WINS" UREL
    cl : Command line warning D4029 : optimization is not available in the standard
    edition compiler
    Helloworld.cpp
    cl : Command line warning D4029 : optimization is not available in the standard
    edition compiler
    Helloworld.uid.cpp
    cl : Command line warning D4029 : optimization is not available in the standard
    edition compiler
    Helloworldapplication.cpp
    cl : Command line warning D4029 : optimization is not available in the standard
    edition compiler
    Helloworldappui.cpp
    cl : Command line warning D4029 : optimization is not available in the standard
    edition compiler
    Helloworldappview.cpp
    cl : Command line warning D4029 : optimization is not available in the standard
    edition compiler
    Helloworlddocument.cpp
    LINK : warning LNK4224: /PDBTYPE is no longer supported; ignored
    LINK : warning LNK4044: unrecognized option '/WARN:3'; ignored
    Creating library \Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\HELLOWORLD\WINS\UREL\HELLOWORLD.lib and object \Symbian\
    6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERIES60EX\HELLOWORLD\GROUP\HELLO
    WORLD\WINS\UREL\HELLOWORLD.exp
    EDLL.LIB(UP_DLL.obj) : warning LNK4210: .CRT section exists; there may be unhand
    led static initializers or terminators
    'dumpbin' is not recognized as an internal or external command,
    operable program or batch file.
    NMAKE : fatal error U1077: 'dumpbin' : return code '0x1'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\nmake.e
    xe"' : return code '0x2'
    Stop.
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" FINAL CFG=UDEB VERBOSE=-s
    nmake -nologo -f "\Symbian\6.1\Series60\EPOC32\BUILD\SYMBIAN\6.1\SERIES60\SERI
    ES60EX\HELLOWORLD\GROUP\WINS.make" FINAL CFG=UREL VERBOSE=-s

    C:\Symbian\6.1\Series60\Series60Ex\helloworld\group>

    ------------------------

  3. #3
    Nokia Developer Moderator skumar_rao's Avatar
    Join Date
    Mar 2004
    Location
    Singapore
    Posts
    9,968
    Your Visual Studio compiler and Linker Paths are not correct.

  4. #4
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    27,747
    Quote Originally Posted by malloc
    'dumpbin' is not recognized as an internal or external command,
    operable program or batch file.
    NMAKE : fatal error U1077: 'dumpbin' : return code '0x1'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\nmake.e
    xe"' : return code '0x2'
    Stop.

    ...

    'dumpbin' is not recognized as an internal or external command,
    operable program or batch file.
    NMAKE : fatal error U1077: 'dumpbin' : return code '0x1'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files\Microsoft.NET\SDK\v1.1\Bin\nmake.e
    xe"' : return code '0x2'
    Stop.
    Fatal errors are not exactly the sign of great success indeed.
    A pure .Net SDK is not enough for compiling Symbian projects.
    You can consider installing Visual Studio 6 (in case you already have one), or play with Carbide.c++ express (downloadable from Forum Nokia, however I am not sure if it supports S60 1st edition SDK-s).

  5. #5
    Registered User dinesh547's Avatar
    Join Date
    Nov 2007
    Posts
    384
    woh it is so old post sorry i am making a new thread ..
    Last edited by dinesh547; 2009-11-17 at 13:30.

Similar Threads

  1. problems trying to compile
    By tehfked1 in forum Symbian Tools & SDKs
    Replies: 8
    Last Post: 2006-11-06, 22:48
  2. Example 3D Compile Problems with Carbide.c++
    By infosekr in forum Symbian Tools & SDKs
    Replies: 0
    Last Post: 2006-06-07, 22:17
  3. Several problems with NMIT 4.1
    By jtalviva in forum Mobile Web Site Development
    Replies: 1
    Last Post: 2006-03-20, 13:00
  4. Several problems with NMIT 4.1 MMS
    By jtalviva in forum General Messaging
    Replies: 0
    Last Post: 2006-03-10, 11:03
  5. Several problems with NMIT 4.1
    By jtalviva in forum Mobile Java Tools & SDKs
    Replies: 0
    Last Post: 2006-03-10, 10:59

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved