Discussion Board

Results 1 to 9 of 9
  1. #1
    Registered User visual86's Avatar
    Join Date
    Jan 2008
    Posts
    6
    I have installed SDK or XP and Vista. Everything works fine on XP but on Vista I get the error *** missing separator, even ins helloworldbasic sample code supplied with SDK

    I have toolchain in my path (See Path env variable below):

    C:\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group>path
    PATH=C:\Program Files\CSL Arm Toolchain\bin;C:\Program Files\Common Files\Symbian\Tools;C:\Perl\bin;C:\Program Files\PC
    Connectivity Solution\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;

    C:\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group>arm-none-symbianelf-c++
    arm-none-symbianelf-c++: no input files

    Below is error

    C:\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group>abld build gcce
    make -r -f "\Symbian\9.1\S60_3rd_MR_2\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\EXPORT.make"
    EXPORT VERBOSE=-s
    make: Nothing to be done for `EXPORT'.
    make -r -f "\Symbian\9.1\S60_3rd_MR_2\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\GCCE.make" MA
    KEFILE VERBOSE=-s
    make -s -C \Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group -f "ICONS_SCALABLE_DC.MK" TO_ROOT=..\..\..\..\..\.. EP
    OCBLD=..\..\..\..\..\..\Symbian\9.1\S60_3rd_MR_2\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\ICONS
    _SCALABLE_DC\GCCE TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group PLATFORM=GCCE MAKMAKE

    perl -S makmake.pl -D \Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\HELLOWORLDBASIC GCCE
    make -r -f "\Symbian\9.1\S60_3rd_MR_2\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\GCCE.make" LI
    BRARY VERBOSE=-s
    make -s -C \Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group -f "ICONS_SCALABLE_DC.MK" TO_ROOT=..\..\..\..\..\.. EP
    OCBLD=..\..\..\..\..\..\Symbian\9.1\S60_3rd_MR_2\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\ICONS
    _SCALABLE_DC\GCCE TO_BLDINF=..\..\..\..\..\..\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group PLATFORM=GCCE LIB
    make -s -r -f "\Symbian\9.1\S60_3rd_MR_2\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\HELLOWORLDBA
    SIC\GCCE\HELLOWORLDBASIC.GCCE" LIBRARY
    \Symbian\9.1\S60_3rd_MR_2\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\HELLOWORLDBASIC\GCCE\HELLOWO
    RLDBASIC.GCCE:76: *** missing separator. Stop.
    make: *** [LIBRARYHELLOWORLDBASIC] Error 2
    make -r -f "\Symbian\9.1\S60_3rd_MR_2\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\GCCE.make" RE

  2. #2
    Registered User mateen_maldar's Avatar
    Join Date
    Aug 2005
    Location
    india
    Posts
    2,063
    hi,

    check if you have installed the CSL arm tool chain,
    this error basically if the path is not set for the arm chain.
    Please install csl arm tool chain, if the path is not set still do it maually
    update your environment
    C:\Program Files\CSL Arm Toolchain\bin;

    And the examples doesn't have much flaws atleast with the basic requirments.

    Change the topic of your post, i won't agree that the example is wrong.

    Regards,
    Mateen Maldar
    "Whatever the mind can conceive and believe, the mind can achieve"

  3. #3
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    Follow these Wiki articles:

    * Moving to Windows Vista
    * Windows Vista

    Kiran.
    Nokia Developer Wiki Moderation team

  4. #4
    Registered User visual86's Avatar
    Join Date
    Jan 2008
    Posts
    6
    Mateen,

    I mentioned in my post that I have already installed CSL toolchain and it is in path. Please refer to post, I also posted whole path,

    Any other clue?

    Thanks


    Quote Originally Posted by mateen_maldar View Post
    hi,

    check if you have installed the CSL arm tool chain,
    this error basically if the path is not set for the arm chain.
    Please install csl arm tool chain, if the path is not set still do it maually
    update your environment
    C:\Program Files\CSL Arm Toolchain\bin;

    And the examples doesn't have much flaws atleast with the basic requirments.

    Change the topic of your post, i won't agree that the example is wrong.

    Regards,
    Mateen Maldar

  5. #5
    Super Contributor mitts's Avatar
    Join Date
    Sep 2004
    Posts
    1,048
    But did you apply the patch to the ARM toolchain (linked from Kirans post above)?

  6. #6
    Nokia Developer Champion kiran10182's Avatar
    Join Date
    Mar 2006
    Location
    Helsinki, Finland
    Posts
    8,236
    I am referring to those Wiki pages because i have just installed everything very nicely on my new Laptop having Windows Vista and my IDE was Carbide.c++ 1.2. It is from an experience.
    I hope it will be useful to you as well.

    Kiran.
    Nokia Developer Wiki Moderation team

  7. #7
    Registered User poige's Avatar
    Join Date
    Jan 2009
    Posts
    1
    Quote Originally Posted by mateen_maldar View Post
    hi,

    check if you have installed the CSL arm tool chain,
    this error basically if the path is not set for the arm chain.
    Well, not only. I have it in the PATH, and nevertheless, it fails with the same error.

  8. #8
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    This thread has happened a bit earlier. Consider describing what you exactly do (OS, language of OS, SDK, Perl, path of SDK, path of project, etc.).

  9. #9
    Nokia Developer Champion chenziteng's Avatar
    Join Date
    May 2004
    Posts
    2,265
    missing separator. Stop
    \Symbian\9.1\S60_3rd_MR_2\EPOC32\BUILD\Symbian\9.1\S60_3rd_MR_2\S60Ex\helloworldbasic\group\HELLOWORLDBASIC\GCCE\HELLOWO
    RLDBASIC.GCCE
    Hi,

    I had the same problem and resolved it by deleting the .gcce file and then rebuild the project.

    Regards

    Ziteng Chen

Similar Threads

  1. S60 2nd to 3rd/ PlatformSecurity / Capabilities
    By jarkoos in forum Symbian Signed Support, Application Packaging and Distribution and Security
    Replies: 4
    Last Post: 2007-04-14, 14:08
  2. Where can i find sample code?
    By eqing2008 in forum Symbian C++
    Replies: 2
    Last Post: 2006-11-30, 07:15
  3. Link errors when trying to Display bitmap
    By Bkc82 in forum Symbian Media (Closed)
    Replies: 1
    Last Post: 2006-01-16, 22:46
  4. Notice from ForumNokia -- sample Java code...
    By paulbrow in forum General Messaging
    Replies: 4
    Last Post: 2003-06-05, 08:40
  5. MMS sample code???
    By Nokia_Archive in forum General Messaging
    Replies: 1
    Last Post: 2002-05-23, 15:51

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