[quote user="JohnS"]When a library or executable is built the absolute path of the source files are embedded in the file.[/quote]
Hi John, I located from where this problem came:
Linux version makefile script has default directory set to c:/TI is enough to set to /opt/ti, after seeking for ENET bug I read makefile to point why don't build and I patched. After rebuilding all files are pointed to correct location.
CCS_BUILD ?= true
#DEFAULT_INSTALLATION_DIR ?= c:/ti
DEFAULT_INSTALLATION_DIR ?= /opt/ti
ti.targets.arm.elf.M4F ?= $(DEFAULT_INSTALLATION_DIR)/ccsv6/tools/compiler/arm_5.1.5