Other Parts Discussed in Thread: C2000WARE
I'm using a the VCU library c28x_vcu0_library_fpu32.lib
I've set this up as per instructions:
In Project Properties / Build / C2000 Linker / File Search Path I refer to $(VCU2_ROOT_DIR}/lib
and in Project Properties / Build / Variable I have set up
VCU2_ROOT_DIR to the correct *absolute* path.
That works but causes friction through versio control because the absolute path is not the same on my co-workers machine.
As C2000 ware is installed using TI tools I suppose the tools set up some variable I could use to refer to TI libraries and thus the variable would be correct regardless of absolute install location.
Is there a way to do that?

