Looking at my MAP file I see along with the expected library functions like div32u.obj, there's also a bunch of HOST functions. I gather these are for use with some of the "enhanced" debugger features in CCS. How do I disable all these features so that the ONLY code generated is library functions I use? I have many projects where I'm down to a few bytes of FLASH left and the last thing I need is useless functions installed and I have no interest in the "enhanced" debugger.
00002100 0000008a rts430.lib : trgdrv.obj (.text:HOSTlseek)
0000218a 0000006a : trgdrv.obj (.text:HOSTrename)
000021f4 00000064 : trgdrv.obj (.text:HOSTopen)
00002258 00000060 : trgdrv.obj (.text:HOSTwrite)
000022b8 0000005e : trgdrv.obj (.text:HOSTread)
00002316 0000005c : lsr32.obj (.text:l_lsr_const)
00002372 00000058 : div32u.obj (.text)
000023ca 0000004c : lsr16.obj (.text)
00002416 00000046 : autoinit.obj (.text:_auto_init)
0000245c 00000042 : trgdrv.obj (.text:HOSTclose)
0000249e 00000040 : trgdrv.obj (.text:HOSTunlink)
000024de 0000003e : lsl32.obj (.text:l_lsl_const)
0000251c 00000030 : boot.obj (.text:_c_int00_noargs)
0000254c 0000002e : trgmsg.obj (.text:writemsg)
0000257a 0000002c : trgmsg.obj (.text:readmsg)
000025a6 0000002c : lsl16.obj (.text)
000025d2 0000002a : exit.obj (.text:exit)