I am trying to create a hack for the Palm OS in PODS. (CodeWarrior is out of the question, its too expensive for what I'm doing.)
I already can create a single trap hack using -nostartfiles and --no-check-resources in the project options and STANDALONE_CODE_RESOURCE_ID (1000); in the source file, and the TRAP resource from an XRD file. My problem is that I can only patch one trap with this method. I want to get a second STANDALONE_CODE_RESOURCE_ID (1001); in a second source file, but it seems to merge the resources together. I think its because m68k-palmos-gcc needs to be run separately for each source file but there seems to be no way to get PODS to do that. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
