Thread: IFI Error
View Single Post
  #1   Spotlight this post!  
Unread 08-02-2006, 18:35
iwdu15 iwdu15 is offline
Registered User
FRC #0811
 
Join Date: Feb 2006
Location: NH
Posts: 10
iwdu15 is an unknown quantity at this point
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