Anyone already done this? If not, I'll dig into it. I didn't see anything on google or this forum.
After ./configure and during make I get errors probably related to missing a header file somewhere: avrdude-par.o(.text+0x46): In function `par_setpin': /home/dlc/d/avrdude-5.0/par.c:93: undefined reference to `ppi_set' avrdude-par.o(.text+0x67):/home/dlc/d/avrdude-5.0/par.c:95: undefined reference to `ppi_clr' avrdude-par.o(.text+0x9c): In function `par_getpin': /home/dlc/d/avrdude-5.0/par.c:116: undefined reference to `ppi_get' avrdude-par.o(.text+0xf2): In function `par_highpulsepin': /home/dlc/d/avrdude-5.0/par.c:136: undefined reference to `ppi_set' avrdude-par.o(.text+0x107):/home/dlc/d/avrdude-5.0/par.c:140: undefined reference to `ppi_clr' avrdude-par.o(.text+0x1f4): In function `par_powerup': /home/dlc/d/avrdude-5.0/par.c:188: undefined reference to `ppi_set' avrdude-par.o(.text+0x220): In function `par_powerdown': /home/dlc/d/avrdude-5.0/par.c:198: undefined reference to `ppi_clr' avrdude-par.o(.text+0x240): In function `par_disable': /home/dlc/d/avrdude-5.0/par.c:203: undefined reference to `ppi_set' avrdude-par.o(.text+0x283): In function `par_enable': /home/dlc/d/avrdude-5.0/par.c:225: undefined reference to `ppi_clr' avrdude-par.o(.text+0x29c): In function `par_open': /home/dlc/d/avrdude-5.0/par.c:232: undefined reference to `ppi_open' avrdude-par.o(.text+0x2b4):/home/dlc/d/avrdude-5.0/par.c:244: undefined reference to `ppi_getall' avrdude-par.o(.text+0x2d1):/home/dlc/d/avrdude-5.0/par.c:251: undefined reference to `ppi_getall' avrdude-par.o(.text+0x35e): In function `par_close': /home/dlc/d/avrdude-5.0/par.c:269: undefined reference to `ppi_setall' avrdude-par.o(.text+0x374):/home/dlc/d/avrdude-5.0/par.c:270: undefined reference to `ppi_setall' avrdude-par.o(.text+0x380):/home/dlc/d/avrdude-5.0/par.c:274: undefined reference to `ppi_close' collect2: ld returned 1 exit status *** Error code 1 Stop in /home/dlc/d/avrdude-5.0 (line 403 of Makefile). *** Error code 1 Stop in /home/dlc/d/avrdude-5.0 (line 950 of Makefile). Thanks, -- Doug Carter _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
