On Mon, 15 Dec 2003, Joshua Richie wrote: > I am trying to use the Garmin SDK with GCC, and in compiling in the > headers, I get the following warning for every library call listed in > the header. Anybody have any idea's how to fix this warning, or what it > means? warning: possibly bad __callseq__ `trap #15; dc.w = 0xA805'
If I remember correctly, it's the Codewarrior-centric use of enums for the trap IDs that's causing the problem. You need to find the enums that define the trap IDs and change those into a set of #define statements. The Sony headers have the same problem. I don't know if anyone's created a similar perl script to fixing those for fixing Garmin's headers, or if the Sony script has been updated properly to work with the new Sony headers. -- ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator "I have opinions of my own, strong opinions, but I don't always agree with them." -- George H. W. Bush -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
