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: Unable to run makefsfile utility in Ubuntu 14.04

Part Number: EK-TM4C1294XL


Tool/software: Linux

Hi,

I am working on the enet_io example in tivaWare on a Ubuntu 14.04 computer with CCSv6.1.3. The example given works completely fine with no modifications.

However, I tried modifying one of the html files in fs/ folder. Then, to rebuild the io_fsdata.h, I tried running "makefsfile -i fs -o io_fsdata.h -r -h -q", it shows up "command not found" error in the terminal.

I ran the command, in the /ti/tivaWare/tools/bin directory.

How do we regenerate the io_fsdata.h in linux ? (as the given makefsfile utility is an .exe file)