Hi,
I'm working with SYS/BIOS on Windows. The default examples use the tool-chain supplied with the CCS:
xs xdc.tools.configuro -c "C:/ti/ccsv5/tools/compiler/gcc-arm-none-eabi-4_7-2012q4" ...
I would like to use a different tool-chain that I have installed under Cygwin (at Cygwin path /usr/arm-none-eabi/bin). I tried
xs xdc.tools.configuro -c "/usr/arm-none-eabi" ...
and
xs xdc.tools.configuro -c "C:/cygwin/usr/arm-none-eabi" ...
The later works, but the former doesn't because xdctools doesn't seem to understand Cygwin paths. Is there a way to make the former work too?
Regards,
Vasili