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.

如何利用CCS编译UBL生成.bin文件???



Dear all:

  我利用CCS导入DM36X的UBL工程并编译,在他的当前目录的NAND目录下生成了.out文件,我需要.bin文件,请问该如何处理?

默认的UBL.pjt文件描述:

["BOOT_NAND" Settings]
FinalBuildCmd=hex470.exe $(Proj_dir)\UBL2BIN.cmd -o=$(Proj_dir)\NAND\UBL_DM36x_NAND.bin $(Proj_dir)\NAND\UBL_DM36x_NAND.out;Run=Always

这里的作用不就是生成.bin文件吗?为何却没有生成.bin文件呢?