> Ok, this one must be simple, but not when you are me right now . . .
>
> I have ported an old project into CW.  I compiled each source file
> separately along the way.  When I (finally) got each source file to compile
> I figured that I was ready to go.  I then tried "Make" and I get the
> following error (looks like 60 times . . . one for each source file
> including all of the sys includes?)
>
>
> Link Error   : PocketTriFITMain.c: Illegal object data in
> 'PocketTriFITMain.c'. ...


The problem may be due to a number of different factors associated with the 
configuration of your project. It seems that the object information may have become 
corrupted in one way or another, which caused the link errors. Here are a few
suggestions to try:

* Select Remove Object Code from the Project menu within the IDE before making the 
project. 

*Delete the _Data folder - This folder is located within your project directory and 
contains the object information from one build to the next. Try closing the project, 
deleting this folder, and remaking the project.

*If this is a multi-segment application, make sure that you have the startup code in 
the first segment. 

*Make sure you have included the correct runtime library for the type of application 
you are creating.


I hope that helps.

Vinu

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

Reply via email to