|
IFI Error
hi, im getting an error in the IFI_Startup.c file. Its a syntax error in this bock of code:
extern far rom struct //--->error on this line saying "syntax error"
{
unsigned short num_init;
struct _init_entry
{
unsigned long from;
unsigned long to;
unsigned long size;
}
entries[];
}
_cinit;
we have not done anything to the code, this is straight from the default code...so if anyone else is seeing this error or has a fix for it....itd b appreciated
|