I'm getting the following link errors when following the Codewarrior to
XCode conversion preparation. Anyone know what the story is here?
Link Error : undefined: '__restore_fpr_23' (code)
Referenced from 'Noise' in Noise.c
Link Error : undefined: '__save_fpr_23' (code)
Referenced from 'Noise' in Noise.c
Link Error : undefined: '__restore_fpr_21' (code)
Referenced from 'DNoise2' in Noise.c
Link Error : undefined: '__save_fpr_21' (code)
Referenced from 'DNoise2' in Noise.c
I've search the newsgroup for this and all I find are things to do with
link order which I've tried and to use the MSL library which I'm not
supposed to do.