Hi,
I'm programming a mixed c and asm project. Interrupts are handled purely in assemby with a directly coded interrupt vectort table, IVP pointer setup ... all works fine.
Since I'm also using c for the main program and house keeping, the rts55x.lib is automatic included. This generates the rts55x.lib : vectors.obj (space set a side for an additional interrupt vector table) which I will not use. Is there a way I can prevent this object from being created or excluded from linking ?
Cheers