1  /  1  页   1 跳转 查看:371

运行OpenOCD时出现错误

运行OpenOCD时出现错误

本人在./configure  make  make intall后安装了openocd,并openocd -v没有问题,但是在运行openocd时出现错误,错误内容为:The 'gdb_breakpoint_override'  command must be used after 'init'    command handler execution failed
请问大家这是什么原因?怎样修改?
 

回复:运行OpenOCD时出现错误

你是怎么编译的?
我的方法如此:
编译步骤(我是在ubunut下编译):
1. 安装库
sudo apt-get install libusb-dev
cd libftdi-0.13
./configure && make && sudo make install

2. 获取代码并编译
svn checkout svn://svn.berlios.de/openocd/trunk openocd -r 717
cd openocd
./bootstrap
./configure --enable-ft2232_libftdi --enable-parport_ppdev --enable-parport_ppdev
sudo apt-get install texinfo
make
 
1  /  1  页   1 跳转

地址:广东省深圳市南山区南山大道3003号久商大厦C-1406;邮编:518052;电话:0755-86200561

粤ICP备09041549号, 版权所有 百问网   Sitemap

Powered by Discuz!NT 2.0.1214    Copyright © 2001-2010 Comsenz Inc.
Processed in 0.0625 second(s) , 3 queries.
返顶部