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.

TMS320F28377D: tiusbdll.lib file error

Part Number: TMS320F28377D
Other Parts Discussed in Thread: CONTROLSUITE,

Hello sir,

I am working on usb_device_bulk example code from controlSUITE for TMS320F28377D device. I have tried to run its source code in microsoft visual c++ as it is a VC++ project file. I have included all the necessary files in the project still I am getting the error as below while compiling the code.

1>------ Build started: Project: usb_bulk_example, Configuration: Debug Win32 ------
1>LINK : fatal error LNK1104: cannot open file 'tiusbdll.lib'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I have already included this file still linker is unable to open this file.

Please tell me what should I do to remove this error.