I am trying to compile dsplink_1_64 on a Windows machine. All paths have been set correctly. This is the error I obtained:
gmake[2]: *** [D:\dsplink_1_64\dsplink\\dsp\\dsp\\export\\INCLUDE] Error 65280
I traced the error to be inside runif.pl at the line $retVal = system($cmdtoexecute);
It tries to mkdir but fails.
Can any1 help me on this? Thanks.