Strange linker error with IAR EWARM v4.10b
2004-05-22 by Tim Meese
Hello, I'm using (for the moment anyway) the IAR EW ARM v4.10B tools to build an application for the LPC2106. I don't require, nor do I have code relating to FIQ functionality, but the linker is emitting a strange error related to FIQs: Error[e27]: Entry "fiqvec" in module armvic ( C:\...\armvic.r79 ) redefined in module board ( C:\...\board.r79 ) The board.c file has some inline definitions in it (#pragma inline) but otherwise nothing remarkable. If I remove this module, the error just shifts to the next object file. Seems like this is a linker bug of some sort. If any IAR users have a workaround, I'd appreciate heaering it. Thanks, Tim