I want to use small-enum but keep getting the warning that I should not link with the runtime libraries for C/C++ startup because they are linked differently. So I want to set the --small-enum option and recompile.
How can I use CCS to recompile these libraries?
Can I do it in place or do I need to copy the source to a new project, etc..
For example the files I get warnings on are:
C:\ti\grace_3_10_00_82\packages\ti\targets\msp430\rts430\lib\boot.ae430X<boot.oe430X>
C:\ti\grace_3_10_00_82\packages\ti\targets\msp430\rts430\lib\boot.ae430X<autoinit_wdt.oe430X>
C:\ti\grace_3_10_00_82\packages\ti\targets\msp430\rts430\lib\boot.ae430X<boot_special.oe430X>
C:\ti\grace_3_10_00_82\packages\ti\targets\msp430\rts430\lib\boot.ae430X<boot.oe430X>
C:\ti\grace_3_10_00_82\packages\ti\targets\msp430\rts430\lib\boot.ae430X<boot_special.oe430X>
C:\ti\grace_3_10_00_82\packages\ti\targets\msp430\rts430\lib\boot.ae430X<autoinit_wdt.oe430X>