[Icc-mot] GNU to ICC

Oskar Atkinson oskar at atk-it.com
Thu Aug 23 08:31:09 PDT 2007


Hi,
 
I am absulutly new to programming on Frescale uC's ( HC9S12C64 ),
professionally I am developing for the win32 platform.
 
I am attemting to port code which is written for GNU  to ICC. Of course
I am getting all kinds of compiler errors
 
How would this be correct in ICC ?
 
#define LOOKUP_ATTR __attribute__ ((section (".lookup")))
#define VECT_ATTR __attribute__ ((section (".vectors")))
 
extern const int cltfactor_table[1024] LOOKUP_ATTR;
 
INTERRUPT void UnimplementedISR(void) POST_INTERRUPT;
INTERRUPT void ISR_Ign_TimerIn(void) POST_INTERRUPT_TEXT3;
 
 
TIA
Oskar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dragonsgate.net/pipermail/icc-mot/attachments/20070823/faff1e02/attachment.html


More information about the Icc-mot mailing list