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.

Compiler/TM4C123GH6PGE: Compile Link Error Question

Part Number: TM4C123GH6PGE

Tool/software: TI C/C++ Compiler

Hello.

I have compiled it with the source code below.

Two link errors occur.

1. ff_convert

2. ff_wtoupper

I can not find the drive file to resolve this.

Please tell me how to solve the problem. ?


regards.

  • Hi Jame,
    Are you referring to the code posted by anupsingh chandel in this post? e2e.ti.com/.../1384445

    This is what I did.

    1. make a copy of of TivaWare library usb_host_msc example. If you don't have this example please import it first and make sure it compiles fine.
    2. Rename the project from usb_host_msc to usb_host_pendrive
    3. Rename the file usb_host_msc.c to usb_host_pendrive.c
    4. Copy and paste the code by Anupsingh Chandel into usb_host_pendrive.c
    5. Rebuild the project.

    I don't see any linker errors. I do not know if it is working code. But it didn't give me any linker errors. The comment from Anupsingh Chandel in the post was that the code was a working code.