|
From: Spencer O. <sp...@sp...> - 2013-03-08 16:15:05
|
On 8 March 2013 15:34, Devika ESD <dev...@gm...> wrote: > Yes Spencer I build it from GIT repo i did same steps as you said... > can you make sure you cc the mailing list. > ./configure --enable-maintainer-mode --enable-parport > --enable--parport-ppdev > 53 make > 54 make install > 55 openocd -v > 56 openocd -f interface/parport.cfg -f target/samsung_s3c2440.cfg > > root@ubuntu:/home/devi/Documents/openocd-0.6.1# openocd -f > interface/parport.cfg -f target/samsung_s3c2440.cfg > Open On-Chip Debugger 0.6.1 (2013-03-08-07:29) > > Licensed under GNU GPL v2 > For bug reports, read > http://openocd.sourceforge.net/doc/doxygen/bugs.html > Warn : Adapter driver 'parport' did not declare which transports it allows; > assuming legacy JTAG-only > Info : only one transport option; autoselect 'jtag' > parport port = 0x378 you will need to set parport_port to a suitable value for your system, probably parport_port 0 Spen |