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.

关于sfh_OMAP-L138.exe工具的重新编译问题

Other Parts Discussed in Thread: OMAP-L138

1、 Mono-2.10.vmdk
2、 ti_cgt_c6000_6.1.9_setup_linux_x86.bin
3、 xdctools_setuplinux_3_16_01_27.bin
4、 OMAP-L138_FlashAndBootUtils_2_31

以上是我用到的重新编译sfh的环境,在执行make操作时报错了:

make: timake: Command not found
make: *** [all] Error 127

应该是路径的问题吧,怎么设定呢?请指点。

 

 

  • 一般情况下该工具的配置是符合开发板的,不需要重新编译。

    编译方法看下面资料:

    http://processors.wiki.ti.com/index.php/Rebuilding_the_Flash_and_Boot_Utils_Package

  • 我用的不是开发板,是自己的板子,DDR2和NAND和开发板用的也不一样,所以需要重新编译。您提供的这个文档我看过了,在编译那块描述的比较笼统,并且TI提供的文档也是关于cygwin平台的,不过我觉得这倒是次要的,主要是现在这个make过程不能正常运行。

  • make命令找不到,请注意下面说明

    When installing, add the following packages which are not selected by default:

    • Devel-->make: The GNU version of the 'make' utility
    • Devel-->subversion: A version control subsystem
    • Editor-->vim (or similar)

    在安装的时候,要选择make选项。