Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldfire-gnu-discuss] Overriding Interrupt vectors


  • To: coldfire-gnu-discuss@xxxxxxxxxxxxxxxx
  • Subject: [coldfire-gnu-discuss] Overriding Interrupt vectors
  • From: Nathan Braun <braun@xxxxxxxxx>
  • Date: Fri, 04 Jul 2008 16:06:39 +0200

Hello,

while trying to override the default interrupt vectors such as __cs3_isr_access_error() as seen in the getting started guide, I get always a "multiple definition" linker error, caused by linking the library "m5208\libcs3coldfire.a". Interestingly this does not happen, when overriding e.g. __cs3_isr_fp_branch_unordered().

Is there a way to override these interrupts or should I just define the vector table myself?

I am working with -mcpu=52235 and the Lite 4.2-47.

Thanks for any help.

Nathan