Steve Hosgood wrote:
Carles Perello <[email protected]> writes:
Is there any chance that gdbproxy runs on a 2.2 kernel? or 2.4 is
mandatory
They changed the parallel port system between 2.2 and 2.4. GDBproxy needs the
new system. You *might* be able to patch a 2.2 kernel with the 'parport'
patches from the 2.3 development work, but I'm sure that moving to 2.4 would
be easier!
note that gdbproxy is not using the parallel port direcltly but
libHIL.so. so that you can replace libHIL with an appropriate version
for your system.
you can use the ioperm/ioctl version that is also used on BSD
see jtag/hardware_access/HILppdev/hil.c in the CVS it already contains
that code for BSD.
i'd prefer a separate implementation of hil.c e.g. a HILioperm, opposed
to the HILppdev that is currently a mix of the two.
patches are welcome ;-)
chris