rguevara <[EMAIL PROTECTED]> wrote:
> $(APP): $(SRC:.c=.o) $(SECTIONS).ld
>        $(CC) $(CFLAGS) $^ -o $@

If it should happen that you don't know what this means, then I suggest
that you write it out using simpler make constructs -- for example, two
simple lists of the .o files and other files (namely AdmnDI-sections.ld)
that need to be presented to the linker.  You would then find the mistake
easier to see.

> This is based in the multiapp example Makefile

If it were indeed based on the multiapp makefile in the prc-tools samples
available from http://prc-tools.sourceforge.net/, then it would be half
the length it is and much clearer.  I suggest you study that makefile and
yours and the documentation to which you have been pointed, so that you
can find the significant difference between that makefile and yours.

You have been given all the information you need to find the mistake in
your makefile.

    John

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

Reply via email to