Hi ,
Newbi here. I am trying to build a fresh openOCD svn 1412 build done.
when I issue the command
./configure --enable-parport --enable-parport_ppdev
to get a parallel port / ARM-JTAG build done everything seems just fine.
But when I try to “make” the build with $ make I get these error messages at the end.
Now this, I am trying to make on a MAC OS X 10.5.5 . Maybe that ‘s not even gonna work . I don’t know. Since I really dont’ even have a linux/parport folder on Darwin.
Has anybody done a parport build with MAC OSX and the OLIMEX ARM-JTAG ?
Or what am I doing wrong?
Any help would be greatly appreciated.
Regards
Csaba
arport.c:61:27: error: linux/parport.h: No such file or directory
parport.c:62:25: error: linux/ppdev.h: No such file or directory
parport.c: In function 'parport_read':
parport.c:184: error: 'PPRSTATUS' undeclared (first use in this function)
parport.c:184: error: (Each undeclared identifier is reported only once
parport.c:184: error: for each function it appears in.)
parport.c: In function 'parport_write_data':
parport.c:201: error: 'PPWDATA' undeclared (first use in this function)
parport.c: In function 'parport_init':
parport.c:368: error: 'PPCLAIM' undeclared (first use in this function)
parport.c:375: error: 'PARPORT_MODE_COMPAT' undeclared (first use in this function)
parport.c:376: error: 'PPSETMODE' undeclared (first use in this function)
parport.c:383: error: 'IEEE1284_MODE_COMPAT' undeclared (first use in this function)
parport.c:384: error: 'PPNEGOT' undeclared (first use in this function)