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.

6678 bios 例程编译不通过



我在使用bios_6 新建project的时候选择使用bios模版。如“hello example”。工程建立后,编译通不过。console界面显示hello.cfg,line 12 hello_p66.cfg line 754 hello_p66.cfg line809 hello_p66.cfg line741 gmake.exe:hello_p66.xdl error 1 js:xdctools/packages/xdc/tools/cmd.xs,line5 error:xdc.tools.configuro:configuration failed due to earlier errors(status=2);linker.cmd deleted
  • ti liu您好:

    您是否选择了正确的Target,是不是在这段错误信息之前有这样的提示?

    “Please choose one of the following targets supported by BIOS:”

    这钟错误是选择了不存在的target的缘故,您可以按照console的提示进行target设置操作。

    谢谢!