This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error compiling dsplink on Windows

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.

  • Hello,

    Can you try the following:

    1) Can you do a mkdir command from the command line. This will check if you have write permission in the DSPLink installation folder.When I google - d on the error code 65280, most seem to imply that the underlying "mkdir" command is failing due to some reason. You can print the failure message and interpret why it is failing. Reference link: http://coding.derkeiler.com/Archive/Perl/comp.lang.perl.misc/2007-11/msg01144.html

    2) Please check if the http://e2e.ti.com/support/embedded/int-embedded_software/f/123/p/39687/139145.aspx#139145 or https://e2e.ti.com/support/embedded/int-embedded_software/f/122/p/34881/122028.aspx#122028 help?

    3) Can you write a small perl script which just tests the "system" command on your machine.If that does not work, it could point to an incomplete/corrupt Perl installation.

    Deepali