Using prc-tools (2.3), if I declare some constant data in one compilation unit and try to use it in another, I get garbage. If I move them into the same unit, or make the data non-const, it works. I was able to reproduce this on a single-segment test case, and the type or size of data doesn't seem to matter. I've worked around it, but this is a fairly serious bug which needs fixing.
(Nothing special in the makefile, I just took a generic 'hello world' program and its makefile for the reduced test case.)
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
