I found the solution by myself: using a hex viewer, I found that every text line was CHR(13) terminated, while for gcc it must be CHR(13) CHR(10) ended, so I substituted all and now it works..
BrownB -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
