Problem when buiding under gcce

Login to reply to this topic.
Fri, 2008-05-16 03:48
Joined: 2008-01-22
Forum posts: 44

Hi,

I am using carbide C++ to build my project. I faced the problem while building my project under gcce. The error is:

GCCE:85: *** missing separator. Stop.

I solved this by adding C:\Program Files\CSL Arm Toolchain\bin into the path of environment. Everything works fine when i compile in carbide C++.

However, I faced the same problem when i tried to compile my project manually in command prompt. I used the following code:

bldmake bldfiles gcce
abld build gcce urel

when i tried to build it using command prompt, the error "GCCE:85: *** missing separator. Stop." appears again. How can I solved this if i need to compile my project in command prompt? what command should i use? Really need this in urgent.....Million thanks...

  • Login to reply to this topic.