I have seen lots of discussions on redefining symbols for one reason or another and I dont seem to be able to get any of them to work...
CCS 5.4, C6000 compiler tools 7.4.1, SYSBIOS 6.34.2.18
In my case we would like to modifiy the HWI functions "ti_sysbios_family_c64p_Hwi_disable__E", "ti_sysbios_family_c64p_Hwi_enable__E", and "ti_sysbios_family_c64p_Hwi_restore__E" for debugging purposes. I copied in the entire HWI.c file into my project and proceded to build it. I get redefined symbols all over the place.
I have tried the following and I just get different flavor of redefined errors.
1) --gen_func_subsections - http://e2e.ti.com/support/development_tools/compiler/f/343/t/218808.aspx
2) Changing the command line pattern - http://e2e.ti.com/support/development_tools/compiler/f/343/p/194851/696761.aspx
3) std_lib_funcredefined - http://e2e.ti.com/support/development_tools/compiler/f/343/t/121838.aspx
It has to be something simple I am missing?
Thanks