Thanks Ben.

Digging deeper, my problems extend further.  The function below exist in a ".s" 
68K assembly file.  How do I add these files to my project?

Peter


"Peter Easton" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
Hi,

I'm porting some code from GCC to CodeWarrior.  How Do I handle function
definitions like this:

int Init(void *,void *,void *,void *,void *,void *,void *,void *,void *,void
*,void *,void *,void *,void *) __attribute__ ((section ("prog")));
void Main(void *) __attribute__ ((section ("prog")));
void VIrq(void *) __attribute__ ((section ("prog")));
void VProc(void *) __attribute__ ((section ("prog")));
....
....
void Loop(void) {
 Main((void *)ram);
 VIrq((void *)ram);
}


Thanks,

Peter





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to