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

                                          
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to