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.

[参考译文] Linux/EK-TM4C1294XL:无法在 Ubuntu 14.04中运行 makefsfile 实用程序

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/572164/linux-ek-tm4c1294xl-unable-to-run-makefsfile-utility-in-ubuntu-14-04

器件型号:EK-TM4C1294XL

工具/软件:Linux

您好!

我正在使用 CCSv6.1.3在 Ubuntu 14.04计算机上的 TIVaWare 中处理 enet_io 示例。 给定的示例在没有修改的情况下完全正常工作。

但是、我尝试修改了 FS/文件夹中的 html 文件之一。 然后、要重建 IO_fsdata.h、我尝试运行"makefsfile -i fs -o io_fsdata.h -r -h -q"、它在终端中显示"command not found"错误。

我在/ti/tivaWare/tools/bin 目录中运行了该命令。

如何在 Linux 中重新生成 io_fsdata.h? (因为给定的 makefsfile 实用程序是.exe 文件)

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

    您能否在 Windows 计算机上生成相同的文件? 通常、makefsfile 应在 Linux 系统上运行、因为它不会调用任何系统函数。 您是否确定在 Linux 系统上该 exe 的权限正确?
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    我通过在 Windows 中运行它来解决该问题。