–enable-parport_ppdev is just an option to the ‘parport’ driver. You still have to use --enable-parport, too, if you want to access the PC’s parallel port using the PPDEV interface.
The same is true for the giveio interface on Windows. You have to use both --enable-parport and --enable-parport_giveio.
Thanks for the help but it didn’t work for me. I tried both orders of options.
#when it doesn’t work I get this as user or root
openocd -f lpc2103_openocd_wig.cfg
Info: openocd.c:82 main(): Open On-Chip Debugger (2006-07-15 12:00 CEST)
Error: parport.c:318 parport_init(): cannot open device. check it exists and that user read and write rights are set
It may have something to do with my setup. I don’t have lpd running, and have been using the parport for jtag interface to the TI msp430F family. Here’s some more information.
It’s not a big hardship to start openocd as root, but it would be nice to avoid it.
BTW, I’ve been able to use GDB on the Olimex LPC2103 board using Linux, so I’'m very thankful for your efforts. All and all, openocd has been the easiest install and configure of several development platforms I’m using.