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.

[参考译文] 编译器/TM4C123GH6PGE:编译链接错误问题

Guru**** 2460990 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/653476/compiler-tm4c123gh6pge-compile-link-error-question

器件型号:TM4C123GH6PGE

工具/软件:TI C/C++编译器

你好。

我已使用以下源代码对其进行了编译。

出现两个链路错误。

1、FF_convert

ff_wtoumper

我找不到驱动器文件来解决此问题。

请告诉我如何解决该问题。 ?


此致。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    Jame、您好!
    您是否提到了 anupsingh chandel 在此帖子中发布的代码? e2e.ti.com/.../1384445

    这就是我所做的。

    1.复制 TivaWare 库 USB_host_msc 示例。 如果您没有此示例、请先导入并确保编译正确。
    2.将项目从 USB_host_msc 重命名为 USB_host_pendrive
    3.将文件 USB_host_msc.c 重命名为 USB_host_pendrive.c
    4.将 Anupsingh Chandel 编写的代码复制并粘贴到 USB_host_pendrive.c 中
    5.重建项目。

    我没有看到任何链接器错误。 我不知道它是否是工作代码。 但它没有给我带来任何链接器错误。 文章中 Anupsingh Chandel 的注释是代码是一个工作代码。