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.

cc254x 编译 oad 一直停在 Performing Post-Build Action

Other Parts Discussed in Thread: CC2540

网上看到的解决办法是 说

TI提供者这个cc524x_ubl_pp.bat文件存在Bug。以text文档形式打开cc524x_ubl_pp.bat,会有如下语句:

@echo off

chdir %1\..\..\common\cc2540

start cc254x_ubl_pp.js %2 %3 %4 %5

将这段语句改为下面语句即可:

@echo off

%~d1

chdir %1\..\..\common\cc2540

start cc254x_ubl_pp.js %2 %3 %4 %5

但是我修改了也还会出现Performing Post-Build Action    而且我的IAR和协议栈都是在C盘,  还有别的解决办法吗?