Why do I get "missing separator" error when I build the phone debug configuration?

Login to reply to this topic.
Wed, 2008-03-26 11:04
Joined: 2008-02-12
Forum posts: 33

I am trying to get a screensaver to work and I need to test it in a device. I am building for the Phone Debug (GCCE)[S60_3rd_FP1_4]. I can build for the emulator, but when I build for the phone I get this error:
--------------------------------------------------------------------------------------------
*** missing separator. Stop.[\Symbian\9.2\S60_3rd_FP1_4\EPOC32\BUILD\Symbian\Carbide\workspace\EmptyTest\group\EMPTYTEST\GCCE\EMPTYTEST.GCCE] EmptyTest line 94 1206519932218 136
-------------------------------------------------------------------------------------------
This is how my PKG file looks like. What can I do to get rid of the "missing separator" error?
------------------------------------------------------------------------
&EN
#{"EmptyTest"},(0x0736D928),1,0,0,TYPE=SISAPP

(0x101F7961), 0, 0, 0, {"Series60ProductID"}

%{"Vendor_EN"}
; Unique Vendor Name
:"Vendor"

"C:\Symbian\9.2\S60_3rd_FP1_4\Epoc32\release\armv5\urel\EmptyTest.dll"-"!:\sys\bin\EmptyTest.dll"
"C:\Symbian\9.2\S60_3rd_FP1_4\Epoc32\Data\z\resource\plugins\EmptyTest.rsc"-"!:\resource\plugins\EmptyTest.rsc"


Wed, 2008-03-26 14:08
Joined: 2005-12-07
Forum posts: 56
Re: Why do I get "missing separator" error when I build the phon

is this a build time error or an error while creating sis file..
if it while creating sis file.. just check for the syntax for pkg file..

Wed, 2008-03-26 14:28
Joined: 2008-02-12
Forum posts: 33
Re: Why do I get "missing separator" error when I build the phon

It is a build time error. Do you know how to solve it?

Wed, 2008-03-26 14:37
Joined: 2005-12-07
Forum posts: 56
Re: Why do I get "missing separator" error when I build the phon

okay then check for the line number and file name where the error is happening...

Wed, 2008-03-26 15:00
Joined: 2008-02-12
Forum posts: 33
Re: Why do I get "missing separator" error when I build the phon

It just says EmptyTest line 94. EmptyTest is the name of the project, but it doesn't say in which file the error is. How can I find out that? I can build for the emulator without errors, but when I build for the device I get the error described above.

Wed, 2008-03-26 16:24
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1891
Re: Why do I get "missing separator" error when I build the phon

HAve you ever bin able to compile for GCCE target ?
Have you properly installed the CSL Arm Toolchain ? You may need to add the C:\Program Files\CSL Arm Toolchain\Bin directory to your PATH variable if it is not there already.


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Wed, 2008-03-26 17:07
Joined: 2008-02-12
Forum posts: 33
Re: Why do I get "missing separator" error when I build the phon

I can compile GUI projects for GCCE target on my old XP PC, but I haven't managed to compile DLL projects like screensavers on it. But I am using my new Vista PC for developement now.

I haven't installed CSL Arm Toolchain but C:\Program Files\CSL Arm Toolchain\Bin is in my Path. It probably came there when I installed Carbide or the SDK.

Wed, 2008-03-26 17:20
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: Why do I get "missing separator" error when I build

Whats your Operating System..Vista?

Note: Keep your Subject lesser than 60 characters (64 characters is maximum..but leave those 4 atleast for people who want to answer you) Its frustrating everytime when answering to some query you have to struggle with the subject!! Try not to ask the whole question in the subject itself Eye-wink

Wed, 2008-03-26 17:52
Joined: 2008-02-12
Forum posts: 33
Re: Why do I get "missing separator" error when I build the phon

Yes you're right, I see now that my subject is far too long. I am using Vista and Carbide 1.3. I asked the Carbide support about Vista problems,but they said that Carbide 1.3 contained bug fixes, so it would work on Vista.

Wed, 2008-03-26 19:34
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: Why do I get "missing separator" error when I build

Well I would urge you to read through this and see if any of it is related (I feel it is Eye-wink )
http://wiki.forum.nokia.com/index.php/Moving_to_Windows_Vista

Thu, 2008-03-27 09:28
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1891
Re: Why do I get "missing separator" error when I build the phon

Vista is still a no-go for me. I NEVER succeeded in compiling a GCCE project on Vista (despite having applied all proper patches). The issue seem to be related with GCCe and not just Carbide. Did not try recently though.


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

  • Login to reply to this topic.