韦东山Linux嵌入式课程社区
直播中

罗敏

7年用户 222经验值
私信 关注

请问openjtag支持自己编译的openocd吗?

你好,韦工,

     openjtag 是否只支持你发布的 openocd.exe, 我想学习下openocd的调试原理,自己下载openocd代码,自己编译,如果自己编译的话,能否提供相关编译选项?

回帖(7)

张蕾

2019-11-6 08:49:54
支持自己编译的,你把openjtag.cfg复制过去就可以用OPENJTAG GUI了
举报

廖宇婷

2019-11-6 08:55:01
如果自己编译的话,是否提供相关编译选项? openocd+ eclipse能调试 linux内核么,对6410的开发板支持怎么样?
举报

葛睿洁

2019-11-6 09:06:36
自己编译的话,在LINUX下很简单。可以调内核也可以支持6410

linux下:
>编译步骤(我是在ubunut下编译):
>1. 安装库
>sudo apt-get install libu***-dev
>cd libftdi-0.18
>./configure --with-jim-ext=nvp && make && sudo make install prefix=/
>

sudo git clone git://repo.or.cz/jimtcl.git
git tag 列出
sudo git checkout -b jimtcl_0.63 0.63
>cd jimtcl
>./configure && make && sudo make install prefix=/

>2. 获取代码并编译
sudo git clone  git://openocd.git.sourceforge.net/gitroot/openocd/openocd
>cd openocd
>./bootstrap
>./configure --enable-maintainer-mode --disable-werror --disable-shared --enable-static --enable-parport-giveio --enable-ft2232_libftdi --prefix=$PWD/tmp
>sudo apt-get install texinfo
>make
举报

李桂香

2019-11-6 09:22:22
多谢,韦工,

如果从淘宝上购买的话,是不是只有一家? 在江浙这边有代理么?
举报

更多回帖

发帖
×
20
完善资料,
赚取积分