I am trying to compile an old project on VisualDSP++ 3.5 for ADSP 219x.
During linking, it failed due to
[Error li1021] The following symbols referenced in processor 'P0' could not be resolved:
'__strtodDD [___strtodDD]' referenced from 'libio.dlb[xscan.doj]'
'__strtolDD [___strtolDD]' referenced from 'libio.dlb[xscan.doj]'
'__strtoulDD [___strtoulDD]' referenced from 'libio.dlb[xscan.doj]'
Linker finished with 1 error
cc3089: fatal error: Link failed
Tool failed with exit/exception code: 1.
Build was unsuccessful.
I can see that “c:/Program Files (x86)/Analog Devices/VisualDSP 3.5 16-Bit/219x/lib/src/libc_src/strtodDD.c” are removed but with a line says
“Removed source file - email processors.tools.support@analog.com for further assistance”
The closest thing I can find is “strtokDD”. But I don’t know how to change or fix that.
Please shine some lights on me. Thank you very much.