Post Go back to editing

Error in running program in Visual Dsp ++4.5

Category: Software
Product Number: Visual Dsp ++ 4.5
Software Version: Visual Dsp ++ 4.5

Hello, I am using visual Dsp ++ 4.5 in my windows 7 laptop. I am trying to rebuild my project file but it is giving me this error and not building program. I am using this in visualDSP 4.5 environment tool. Once build then I will run this program in my digital card of equipment. Please help how to get it done. 

C:\Program Files\Analog Devices\VisualDSP 4.5\gmake-378: *** No rule to make target "libio_ts101_np.dlb", needed by `#############'.  Stop.
No valid command(s) to build.
Build was unsuccessful.

Now i this file libio_ts101_np.dlb is not located in my C:\Program Files\Analog Devices\VisualDSP 4.5 folder. From where I can get this library. I am stuck at this point please help if anyone.

  • Hi,

    When gmake issues a 'no rule to make target' error, it indicates that the makefile contains a reference to a file which cannot be found in any of the search directories, include paths, etc. This can either be because the file simply does not exist, or just that the file does not exist where the linker is looking.

    Please note that, the libio_ts101_np.dlb file is included only with previous VisualDSP++ versions.

    From VisualDSP 4.0 onwards, Changes have been made internally to the stdio run-time library (libio.dlb) to make it both smaller and faster with respect to the formatting of floating-point values.

    The C/C++ run-time support libraries for TigerSHARC no longer have either the _NP or _w suffixes.

    Also, from your details we suspect that you are trying to import project created in older versions of VDSP into VisualDSP 4.5.

    If so, We recommend you to delete the existing .ldf in your project and add an default LDF to your project via the 'Tools: Expert Linker: Create LDF' you will have had to select C or C++ and the appropriate LDF will have been added to your project and then build your project and let us know how you gets on.

    Also, the default is available at below installation directory.
    C:\Program Files (x86)\Analog Devices\VisualDSP 4.5\TS\ldf

    Hope this helps

    Best Regards,
    Santhakumari.K