On Sat, Aug 25, 2001 at 10:55:15PM +0200, daguk wrote:
> I am convinced it is something I am doing
> habitually, because (and get this) the problem occurs both in the source
> I build with CodeWarrior in Windows AND using the prc-tools (ver. 2.8)
> on Linux (Debian).

There is no version 2.8 of prc-tools.

> build-prc sketch.prc "Sketch" TRol sketch.o *.bin

I can't comment on CW, but with prc-tools your problems are caused (or at
least compounded) by giving an object file "sketch.o" to build-prc.  You
ought to be linking sketch.o to make the file sketch, which is what the
documentation calls a "bfd executable", and giving that to build-prc.

I've added a warning to build-prc to detect this user error.

    John

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

Reply via email to