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.

加载程序



自己想在评估板上加载程序,看到ti\mcsdk_2_00_03_15\tools\boot_loader\examples\ethernet\docs目录下有说明,

Steps to build the example:

1. Run "simple.bat" under "tools\boot_loader\examples\ethernet\simple\". This will build the simple.out and use
hex6x.exe (delivered in CG tools package) to convert the .out to a boot table file, and then use the
bconvert64x.exe/bootpacket.exe to convert the hex6x boot table file to the Ethernet boot format data file,
simple.eth.

........

但是自己运行simple.bat的时候就出现以下情况

'make' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

我应该怎么解决该问题?