Quantcast
Channel: 蓝牙论坛 - 最近的话题
Viewing all articles
Browse latest Browse all 7485

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

$
0
0

网上看到的解决办法是 说

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盘,  还有别的解决办法吗?   


Viewing all articles
Browse latest Browse all 7485

Trending Articles