> From: Evan Ovadia (Verdagon)
> Sent: Sunday, January 16, 2005 6:41 PM
> To: Palm Developer Forum
> Subject: Managed Make 68k Project - Out of space!?
> 
> Hey everyone. Since my previous version was getting 
> uncontrollably confusing (I couldn't find out which sections 
> were overflowing), I decided to rewrite the code in a Managed 
> Make 68K C++ project.
> 
> I was under the impression that it would manage the sections 
> for me, but now I'm getting the same errors!
> 
> ...errors snipped ...
> 
> Why isn't it rearranging it for me? IS THERE NO SAFE HAVEN 
> FROM THESE FRIGGIN ERRORS?! 

As the name implies, "Managed Make" manages the makefile.  This means that
it takes care of adding your source files to the makefile and generating the
right commands to compilethem.  It does NOT manage your source files, which
is where the section declarations are provided.

I think that some people have managed to get PODS and Multilink[1] to work
together, but I don't have an information on that.

-- Keith

[1] <http://flippinbits.com/twiki/bin/view/Main/DevelopmentToolsList> or
<http://www.djw.org/product/palm/multilink/>


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

Reply via email to