Other Parts Discussed in Thread: RM46L852
First this is a HERCULES project using the RM46L852. CCS 6.1.1, ti-cgt-arm_5.2.7.
I need to replace fgetc, fflush, fopen and fclose to do some system specific functions. I include a file named file.c which builds ok, but the linker says I'm redefining those 4 functions:
error #10056: symbol "fgetc" redefined: first defined in "./UnitTest/file.obj"; redefined in "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/lib/rtsv7R4_T_le_v3D16_eabi.lib<fgetc.obj>"
Shouldn't the linker take my function and ignore the library version?
Scott