I'm getting a:
"Error : Undefined "dtor_call(void*,void*,long)", Referenced from "@ex@_dtor_call(void*,void*,long)" in
error after converting code originally developed in CodeWarrior 7.1 to CodeWarrior 7.2. I've followed the instructions in NXP technical note 268 (and video) and fixed other new errors after compiling/linking with 7.2, this is the only error I haven't resolved.
-------------------------
Original 7.1 Settings:
iNSIGHT4 Settings/Code Generation/ColdFire Processor
Target Family: 5207_8 CPU: 5207
Libs:
fp_coldfire.a
C_4i_CF_RegABI_MSL.a
C_4i_CF_RegABI_Runtime.a
-------------------------
CodeWarrior 7.2 changed Settings:
iNSIGHT4 Settings/Linker/Librarian
Control libraries is checked
Library model: c9x
-------------------------
The code is C and assembler. I'm not aware of any C++ code.
Any ideas how to eliminate the error? Are there other Settings that could cause this error?