Discussion Board

Results 1 to 3 of 3
  1. #1
    Regular Contributor inter_fan's Avatar
    Join Date
    Mar 2005
    Location
    Beijing, China
    Posts
    75
    Hi,
    I faced a desperate problem, could you shed some light on it?
    I have installed S60 3rd SDK FP1, Carbide express V1.1 and some other necessary tools, such as perl 5.6.1 and Java 1.4.2. The problem is Carbide can't compile any project created by Wizard for emulator debug, but the gcce release building is OK. Do I forgot to install some vital tools? I have no idea.
    There is the compiling info displaying in the console:


    *** Full rebuild of configuration S60 3.1 Emulator Debug [S60_3rd_FP1] for project tttt ****

    make -k all
    'Building file: ../gfx/tttt.mifdef'
    'Invoking: MIF Compiler'
    perl -S epocmifdef.pl -p"C:\S60_3rd_Work\Others\tttt\" -hC:\Symbian\9.2\S60_3rd_FP1\EPOC32\include\tttt.mbg -o"/Symbian/9.2/S60_3rd_FP1/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/tttt.mif" ../gfx/tttt.mifdef
    MifConv version 1.11 build (39).
    Reading source list file: ../gfx/tttt.mifdef.txt
    Checking: C:\S60_3rd_Work\Others\tttt\gfx\qgn_menu_tttt.svg
    Choosing...
    Convert files...
    .
    Loading mif icons...
    Loading file: \Symbian\9.2\S60_3rd_FP1\epoc32\winscw\c\system\temp\s3ps.tmp\C__S60_3rd_Work_Others_tttt_gfx_qgn_menu_tttt.svgb
    Writing mif: /Symbian/9.2/S60_3rd_FP1/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/tttt.mif
    Writing mbg: C:\Symbian\9.2\S60_3rd_FP1\EPOC32\include\tttt.mbg
    'Finished building: ../gfx/tttt.mifdef'
    ' '
    'Building file: ../data/tttt.rss'
    'Invoking: Resource Compiler'
    perl.exe -S epocrc.pl -u -MD -DLANGUAGE_SC -I"C:\S60_3rd_Work\Others\tttt\inc" -I"C:\S60_3rd_Work\Others\tttt\data" -I- -I"C:\Symbian\9.2\S60_3rd_FP1\epoc32\include" -I"C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant" -IC:\Symbian\9.2\S60_3rd_FP1\epoc32\include\oem -o"C:/Symbian/9.2/S60_3rd_FP1/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/tttt.rsc" -hC:\Symbian\9.2\S60_3rd_FP1\EPOC32\include\tttt.rsg ../data/tttt.rss

    ..\data\tttt.rss(127) : Warning: (047) the STRUCT that this resource is based on contains a STRUCT[] data member which has not been used in this resource, the missing element is: 'view_list'
    C:\\Symbian\\9.2\\S60_3rd_FP1\\epoc32\\include\\avkon.rh(220) : Warning: (045) the following label is used but has not been declared: R_AVKON_LIST_HEADING_PANE
    C:\\Symbian\\9.2\\S60_3rd_FP1\\epoc32\\include\\avkon.rh(683) : Warning: (045) the following label is used but has not been declared: R_AVKON_SOFTKEYS_OK_CANCEL__OK
    C:\\Symbian\\9.2\\S60_3rd_FP1\\epoc32\\include\\avkon.rh(693) : Warning: (045) the following label is used but has not been declared: R_AVKON_SOFTKEYS_OK_CANCEL__MARK
    C:\\Symbian\\9.2\\S60_3rd_FP1\\epoc32\\include\\avkon.rh(823) : Warning: (045) the following label is used but has not been declared: R_AKN_SELECTION_LIST_DIALOG
    'Finished building: ../data/tttt.rss'
    ' '
    'Building file: ../data/tttt_reg.rss'
    'Invoking: Resource Compiler'
    perl.exe -S epocrc.pl -u -MD -DLANGUAGE_SC -I"C:\S60_3rd_Work\Others\tttt\inc" -I"C:\S60_3rd_Work\Others\tttt\data" -I- -I"C:\Symbian\9.2\S60_3rd_FP1\epoc32\include" -I"C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant" -IC:\Symbian\9.2\S60_3rd_FP1\epoc32\include\oem -o"C:/Symbian/9.2/S60_3rd_FP1/EPOC32/RELEASE/WINSCW/UDEB/Z/private/10003a3f/apps/tttt_reg.rsc" -hC:\Symbian\9.2\S60_3rd_FP1\EPOC32\include\tttt_reg.rsg ../data/tttt_reg.rss

    ..\data\tttt_reg.rss(25) : Warning: (047) the STRUCT that this resource is based on contains a STRUCT[] data member which has not been used in this resource, the missing element is: 'datatype_list'
    ..\data\tttt_reg.rss(25) : Warning: (047) the STRUCT that this resource is based on contains a STRUCT[] data member which has not been used in this resource, the missing element is: 'file_ownership_list'
    ..\data\tttt_reg.rss(25) : Warning: (047) the STRUCT that this resource is based on contains a STRUCT[] data member which has not been used in this resource, the missing element is: 'service_list'
    'Finished building: ../data/tttt_reg.rss'
    ' '
    'Building file: ../src/tttt.cpp'
    'Invoking: WINSCW C/C++ Compiler'
    mwccsym2.exe -sym full -c -wchar_t off -align 4 -enum int -str pool -nostdinc -exc ms -inline off -msgstyle parseable -nowraplines -cwd source -O0 -D_UNICODE -D__SYMBIAN32__ -D__CW32__ -D__WINS__ -D__EXE__ -D__WINSCW__ -D_DEBUG -D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -include "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -i "C:\S60_3rd_Work\Others\tttt\inc" -i "C:\S60_3rd_Work\Others\tttt\data" -i- -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include" -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant" -i C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\oem -w cmdline -w pragmas -w empty -w possible -w unusedarg -w unusedvar -w extracomma -w pedantic -w largeargs -w ptrintconv -w tokenpasting -w missingreturn -MD -o src/tttt.o ../src/tttt.cpp
    'mwccsym2.exe' ²»ÊÇÄÚ²¿»òÍⲿÃüÁҲ²»ÊÇ¿ÉÔËÐеijÌÐò
    »òÅú´¦ÀíÎļþ¡£
    make: *** [src/tttt.o] Error 1
    'Building file: ../src/ttttAppUi.cpp'
    'Invoking: WINSCW C/C++ Compiler'
    mwccsym2.exe -sym full -c -wchar_t off -align 4 -enum int -str pool -nostdinc -exc ms -inline off -msgstyle parseable -nowraplines -cwd source -O0 -D_UNICODE -D__SYMBIAN32__ -D__CW32__ -D__WINS__ -D__EXE__ -D__WINSCW__ -D_DEBUG -D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -include "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -i "C:\S60_3rd_Work\Others\tttt\inc" -i "C:\S60_3rd_Work\Others\tttt\data" -i- -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include" -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant" -i C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\oem -w cmdline -w pragmas -w empty -w possible -w unusedarg -w unusedvar -w extracomma -w pedantic -w largeargs -w ptrintconv -w tokenpasting -w missingreturn -MD -o src/ttttAppUi.o ../src/ttttAppUi.cpp
    'mwccsym2.exe' ²»ÊÇÄÚ²¿»òÍⲿÃüÁҲ²»ÊÇ¿ÉÔËÐеijÌÐò
    »òÅú´¦ÀíÎļþ¡£
    make: *** [src/ttttAppUi.o] Error 1
    'Building file: ../src/ttttAppView.cpp'
    'Invoking: WINSCW C/C++ Compiler'
    mwccsym2.exe -sym full -c -wchar_t off -align 4 -enum int -str pool -nostdinc -exc ms -inline off -msgstyle parseable -nowraplines -cwd source -O0 -D_UNICODE -D__SYMBIAN32__ -D__CW32__ -D__WINS__ -D__EXE__ -D__WINSCW__ -D_DEBUG -D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -include "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -i "C:\S60_3rd_Work\Others\tttt\inc" -i "C:\S60_3rd_Work\Others\tttt\data" -i- -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include" -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant" -i C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\oem -w cmdline -w pragmas -w empty -w possible -w unusedarg -w unusedvar -w extracomma -w pedantic -w largeargs -w ptrintconv -w tokenpasting -w missingreturn -MD -o src/ttttAppView.o ../src/ttttAppView.cpp
    'mwccsym2.exe' ²»ÊÇÄÚ²¿»òÍⲿÃüÁҲ²»ÊÇ¿ÉÔËÐеijÌÐò
    »òÅú´¦ÀíÎļþ¡£
    make: *** [src/ttttAppView.o] Error 1
    'Building file: ../src/ttttApplication.cpp'
    'Invoking: WINSCW C/C++ Compiler'
    mwccsym2.exe -sym full -c -wchar_t off -align 4 -enum int -str pool -nostdinc -exc ms -inline off -msgstyle parseable -nowraplines -cwd source -O0 -D_UNICODE -D__SYMBIAN32__ -D__CW32__ -D__WINS__ -D__EXE__ -D__WINSCW__ -D_DEBUG -D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -include "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -i "C:\S60_3rd_Work\Others\tttt\inc" -i "C:\S60_3rd_Work\Others\tttt\data" -i- -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include" -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant" -i C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\oem -w cmdline -w pragmas -w empty -w possible -w unusedarg -w unusedvar -w extracomma -w pedantic -w largeargs -w ptrintconv -w tokenpasting -w missingreturn -MD -o src/ttttApplication.o ../src/ttttApplication.cpp
    'mwccsym2.exe' ²»ÊÇÄÚ²¿»òÍⲿÃüÁҲ²»ÊÇ¿ÉÔËÐеijÌÐò
    »òÅú´¦ÀíÎļþ¡£
    make: *** [src/ttttApplication.o] Error 1
    'Building file: ../src/ttttDocument.cpp'
    'Invoking: WINSCW C/C++ Compiler'
    mwccsym2.exe -sym full -c -wchar_t off -align 4 -enum int -str pool -nostdinc -exc ms -inline off -msgstyle parseable -nowraplines -cwd source -O0 -D_UNICODE -D__SYMBIAN32__ -D__CW32__ -D__WINS__ -D__EXE__ -D__WINSCW__ -D_DEBUG -D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -include "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -i "C:\S60_3rd_Work\Others\tttt\inc" -i "C:\S60_3rd_Work\Others\tttt\data" -i- -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include" -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant" -i C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\oem -w cmdline -w pragmas -w empty -w possible -w unusedarg -w unusedvar -w extracomma -w pedantic -w largeargs -w ptrintconv -w tokenpasting -w missingreturn -MD -o src/ttttDocument.o ../src/ttttDocument.cpp
    'mwccsym2.exe' ²»ÊÇÄÚ²¿»òÍⲿÃüÁҲ²»ÊÇ¿ÉÔËÐеijÌÐò
    »òÅú´¦ÀíÎļþ¡£
    make: *** [src/ttttDocument.o] Error 1
    'Building file: ../.generated/winscw_uid.cpp'
    'Invoking: WINSCW C/C++ Compiler'
    mwccsym2.exe -sym full -c -wchar_t off -align 4 -enum int -str pool -nostdinc -exc ms -inline off -msgstyle parseable -nowraplines -cwd source -O0 -D_UNICODE -D__SYMBIAN32__ -D__CW32__ -D__WINS__ -D__EXE__ -D__WINSCW__ -D_DEBUG -D__SUPPORT_CPP_EXCEPTIONS__ -D__SERIES60_31__ -D__SERIES60_3X__ -include "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant\Symbian_OS_v9.2.hrh" -i "C:\S60_3rd_Work\Others\tttt\inc" -i "C:\S60_3rd_Work\Others\tttt\data" -i- -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include" -i "C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\variant" -i C:\Symbian\9.2\S60_3rd_FP1\epoc32\include\oem -w cmdline -w pragmas -w empty -w possible -w unusedarg -w unusedvar -w extracomma -w pedantic -w largeargs -w ptrintconv -w tokenpasting -w missingreturn -MD -o .generated/winscw_uid.o ../.generated/winscw_uid.cpp
    'mwccsym2.exe' ²»ÊÇÄÚ²¿»òÍⲿÃüÁҲ²»ÊÇ¿ÉÔËÐеijÌÐò
    »òÅú´¦ÀíÎļþ¡£
    make: *** [.generated/winscw_uid.o] Error 1
    make: Target `all' not remade because of errors.
    Build complete for project tttt


    Any hint is appreciated.
    inter_fan

  2. #2
    Regular Contributor inter_fan's Avatar
    Join Date
    Mar 2005
    Location
    Beijing, China
    Posts
    75
    Sorry, it looks like I have put it in wrong district of forum, just forget it!

  3. #3
    Registered User kaifulee's Avatar
    Join Date
    Apr 2007
    Posts
    4
    Don't be shy, my great mentor.

Similar Threads

  1. Replies: 4
    Last Post: 2010-04-22, 05:59
  2. [newbie here] Link error
    By xitpu in forum Symbian C++
    Replies: 3
    Last Post: 2007-01-24, 16:53
  3. Problem to compile series60 3rd
    By asmobease in forum Symbian C++
    Replies: 9
    Last Post: 2006-09-04, 15:15
  4. SDK 7.0 (7710) failed to compile under .NET
    By Jeepy in forum Symbian Tools & SDKs
    Replies: 0
    Last Post: 2005-02-17, 15:46
  5. Cannot add .lib file to VC6 project (Series 60 SDK)
    By ngabordh in forum Symbian Tools & SDKs
    Replies: 1
    Last Post: 2004-03-25, 15:13

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