I have a 21479 project, no external memory, Normal Command Word option.
Everything works fine until I decide to add an .asm module with an optimized routine. After this, I get a linker failure (see below). I attached the .ldf file and the .asm file. What's wrong? Why the libc_nwc.dlb pops up when I add tha asm routine?
Thanks!
Linking...
[Warning li2060] The following input section(s) that contain program code
and/or data have not been placed into the executable for processor 'P0'
as there are no relevant commands specified in the LDF:
libc_nwc.dlb[set_c.doj](seg_ctdml)
[Error li1060] The following symbols are referenced, but not mapped:
'_biquadasm' referenced from .\Debug\processing.doj(seg_pmco)
Linker finished with 1 error and 1 warning
cc3089: fatal error: Link failed
Tool failed with exit/exception code: 1.
Build was unsuccessful.