|
From: Spencer O. <sp...@sp...> - 2013-03-08 15:17:30
|
On 8 March 2013 14:40, Devika ESD <dev...@gm...> wrote: > Dear sir, > > Previously i did the same procedure but then i had got this error > message..So later i downloaded the file and i got later message. > > root@ubuntu:/home/mini/ > Documents/openocd-0.6.1# openocd -f interface/parport.cfg -f > board/mini2440.cfg > Open On-Chip Debugger 0.6.1 (2013-03-05-20:52) > > Licensed under GNU GPL v2 > For bug reports, read > http://openocd.sourceforge.net/doc/doxygen/bugs.html > Error: The specified debug interface was not found (parport) > The following debug interfaces are available: > Runtime Error: /usr/local/share/openocd/scripts/interface/parport.cfg:13: > > in procedure 'script' > at file "embedded:startup.tcl", line 58 > in procedure 'interface' called at file > "/usr/local/share/openocd/scripts/interface/parport.cfg", line 13 > ------------------------------------------------------------------------------------------------------------------------------ > > It was saying parport not found.! but while Configuring OpenOCD before > compiling i even enabled my parport as below----> > > > ./configure --enable-parport0--enable--parport0-ppdev > Please make sure you cc the list. Are you building from src archive or git repo? If building from git repo then you will need to add --enable-maintainer-mode to your configure line. the following will build for parport ./configure --enable-parport --enable--parport-ppdev make Cheers Spen |