So I am building a project in windows using xdc from the command line. After restructuring my project organization I get a build failure saying "File name too long". After looking more carefully i noticed this is happening when xdc tries to remove my package's 064P.dep file before building. xdc is using rm through cygwin. It looks as though cygwin is path length limited to 256 bytes, even though NTFS can support path lengths of 32k or so.
Is there a workaround to this problem other than shrinking my path somehow?