epsobolik
05-16-2008, 03:00 PM
We have a Rabbit 4000 with a RCM4210 module. I'm trying to get the FAT file system working on the serial flash. I tried compiling Fmt_device.c with DC 10.23. I get 2 errors and 10+ warnings. The errors are:
line 22 : error sflash_fat.lib : RCM3309 is out of scope/ not declared.
line 23 : error sflash_fat.lib : RCM3319 is out of scope/ not declared.
The warnings are all 'Conversion to incompatible pointer type' at various lines in Fmt_device.c. I did a Windows search for any .lib file in the DC\lib folder that contained RCM3309 or RCM3319. The lines in sflash_fat.lib were the only ones. It looks like boardtypes.lib is supposed to be where they are, but they are not. Did someone forget something or am I missing something?
Phil
line 22 : error sflash_fat.lib : RCM3309 is out of scope/ not declared.
line 23 : error sflash_fat.lib : RCM3319 is out of scope/ not declared.
The warnings are all 'Conversion to incompatible pointer type' at various lines in Fmt_device.c. I did a Windows search for any .lib file in the DC\lib folder that contained RCM3309 or RCM3319. The lines in sflash_fat.lib were the only ones. It looks like boardtypes.lib is supposed to be where they are, but they are not. Did someone forget something or am I missing something?
Phil