|
From: Javier O. <or...@ho...> - 2012-08-29 18:21:22
|
Hello everyone! I followed the steps for installing openocd given inhttp://web.ics.purdue.edu/~paulshin/research_Imote2.html#1starting from 4.6basically I did this:$ cd openocd $ ./bootstrap $ ./configure --enable-ft2232_libftdi --enable-shared --enable-ftdi $ make $ sudo make install but, at the end, when I type openocd, I get bash: openocd: command not found the Install file says: By default, `make install' installs the package's commands under`/usr/local/bin', include files under `/usr/local/include', etc. Youcan specify an installation prefix other than `/usr/local' by giving`configure' the option `--prefix=PREFIX', where PREFIX must be anabsolute file name. I look for openocd in /usr/local/bin and I didn't find anything. then I tried to install it again, this time I did: ./configure --enable-ft2232_libftdi --enable-shared --enable-ftdi --prefix=/usr/local after that I looked again for openocd, but it's nowhere.during "make install" there were some errorsmake[3]: Leaving directory `/home/joc/Imote2/openocd/src'make[2]: *** [install-recursive] Error 1make[2]: Leaving directory `/home/joc/Imote2/openocd/src'make[1]: *** [install] Error 2make[1]: Leaving directory `/home/joc/Imote2/openocd/src'make: *** [install-recursive] Error 1 but I don't know how to find out what is wrong. Any advice will be really appreciated. Thank you Javier |