Thanks a lot Ben,
I got the problem solved!
Keyur

-----Original Message-----
From: Ben Combee [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 13, 2004 12:28 PM
To: Palm Developer Forum
Subject: Re: PATH environment variable

At 09:45 AM 5/13/2004, you wrote:
>hi...
>
>i'm using codewarrior V9.3 and i get this error during compiling my
.rcp
>file :
>
>Warning : OS Error The parameter is incorrect. (87)
>
>Error   : Unable to call the command line tool.  Check your PATH
environment
>variable.
>Error   : Compile failed

This problem is caused by having too many access paths in your 
project.  When CW calls PilRC.exe, is uses the current access path list
to 
build up a command line.  If you have too many recursive paths, this
gets 
too large for a Win32 commamd line, and you get this error.

Make sure you don't have just {Compiler} as a system access path, and
try 
turning some of your paths into more specific or non-recursive ones.

-- Ben Combee, DTS technical lead, PalmSource, Inc.
    Read "Combee on Palm OS" at http://palmos.combee.net/



-- 
For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to