SpinalHDL / openocd_riscv

Spen's Official OpenOCD Mirror
Other
45 stars 33 forks source link

openocd "make" setup error #29

Closed crstial-zy closed 1 year ago

crstial-zy commented 1 year ago

while executing the "make" , there is a error. mv -f .deps/libjaylink_la-buffer.Tpo .deps/libjaylink_la-buffer.Plo mv: cant get ".deps/libjaylink_la-buffer.Tpo" 的file state(stat): no such file or directory is it an environment configuration problem?

Dolu1990 commented 1 year ago

is it an environment configuration problem?

I think so.

I just tried with a fresh clone on my PC, things did success.

You did the : ./bootstrap ./configure --enable-ftdi --enable-dummy

first ?

crstial-zy commented 1 year ago

yes , ./bootstrap and ./configure --enable-ftdi --enable-dummy are both successful , but this "make" setup is failed @Dolu1990

crstial-zy commented 1 year ago

I have already settled the matter . update libtool version

Dolu1990 commented 1 year ago

Cool :D