Hi BAN,
This depends on CodeWarrior you are using. Could you specify which CodeWarrior you mean?
e.g. 8/16 bits CW: in linker parameter file (.prm) you can use:
ENTRIES /* switch off smart linking to get unreferenced vector table */
vectab
END in other CW e.g. CW for MPC55xx you can use FORCEACTIVE keyword in the linker command file .lcf:
FORCEACTIVE { symbol1 symbol2 ... }For more information I'd suggest you to see appropriate Build tools manual
Stanish