At 09:12 AM 10/15/2004, you wrote:
I have been working on this project for quite some time now. Yesterday, I went to do a build and I got the following error messages:

Warning: OS Error The parameter is incorrect (87)
Error: Unable to call the command line tool. Check your PATH environment variable.
Error : Compile failed


All of the files compile except the rcp file. The odd thing is, that the debug build works fine and the release build has this problem. The error message leads me to believe that the problem is in the location of PilRC, but if that were the problem, the debug release wouldn't build either.

Does anyone know what is going on here? What PATH variable in the error message talking about.

The problem is that you've got too many include paths in your project, and that's making the command line that CodeWarrior is passing to the PilRC tool too large for Windows.


Try reducing the scope of your include paths. Don't use "{Compiler}" ever. Make some paths non-recursive if recursive searching isn't needed.


-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_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