Hello,
I have a handful of custom XDC modules which use the twiddle generation C code from DSPLib. The package.bld file calls out the CM'ed location of the twiddle C file as an absolute path. In a Linux environment there is no issue with the absolute path. In windows on the other hand (which the majority of developers in my company run), the absolute path includes the driver letter designation (C:, D:, E:, etc.). The absolute path is used in the makefile rule generation by XDC. So the build process dies because the : designates a rule in make. Is there a way for absolute paths to work in XDC?
Thanks!