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.

DM6437 BootLoder 编译失败



TI工程师:

        你好!

        我在编译boot工程时,修改了fill = fopen();里的.out文件名,但是编译时出现库连接错误:can't find input file '..\..\lib\SEED_DEC6437Bsl.lib'。

我在Buil Options中的linker中添加库文件的路径还会报错,请问我该怎么做才能解决这个错误啊?

      谢谢!

  • #1. 不确认你说的boot工程是哪个例程?是烧写工程?不然怎么会要打开文件呢?而且好像也不应该是.out文件吧。

    #2. 应该还是路径错误,如果正确的话,不会显示为..\..\,而是替换为路径。直接在工程里右键添加库确保路径的正确吧。