Hi,
I use ccsv4.1 to build project, and get a makefile and other files like *.mk and *.opt.
Without modifying those files, I am able to build project from command line (gmake all), since there are lots of hard-coded paths in those files, I am trying to get rid of them by setting environment variables C55X_A_DIR, C55X_C_DIR and PATH, now I have the last one:
tconf -b -Dconfig.importPath="C:/Program Files/Texas Instruments/bios_5_41_02_14/packages;" "$<"
Setting PATH for "C:/Program Files/Texas Instruments/bios_5_41_02_14/packages" doesn't help, do you have an idea how to remove this path by configuration ?
Thanks,
Yuhua