CentOS8编译openocd-0.10.0

1、sudo yum install libusbx-devel

2、 ./configure --prefix=$HOME/openocd-0.10.0 --enable-jlink CFLAGS="-Wno-implicit-fallthrough -Wno-tautological-compare -Wno-format-overflow"

 

3、make

4、make install

5、./bin/openocd --version

 6、sudo ./openocd -f bbb.cfg -c init -c "reset init"

 

posted @ 2019-11-15 08:53  阿C  阅读(320)  评论(0编辑  收藏  举报