Eric Bresie wrote: > Just curious, > > Is it possible to recompile a recent version of gcc to produce Palm > compatible code? If I read things, it already supports the Arm5te and > m68k target. > > Maybe port newlib to provide the "libc" level libraries? > > -- > Eric Bresie > [email protected] <mailto:[email protected]>
arm should be no problem, i use this: http://www.codesourcery.com/sgpp/lite/arm m68k needs too many changes, if you see patch which is provided for 2.95 version of gcc you can see that it does really a lot. i am afraid you would have to do big changes to current version too... though it would be great if you would succeed, because this old version(2.95) is not compileable for 64bit targets, and also quality of compiled code should be better. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
