Bob von Knobloch <[email protected]> wrote: > <snipped> > dfu.c:39:5: error: conflicting types for =91dfu_open=92 > int dfu_open(struct dfu_dev *dfu, char *port_name) { > ^
This has been fixed post-release 6.1. It is only triggered if the configure stuff did not find the required files to use libusb. Most likely, you do want libusb anyway, so it's not a big issue. Make sure you do have all the required libusb files (in particular, the header files) around. For many Linux distributions, this probably requires that you have something like libusb_dev installed. Just have a look at the summary given at the end of the ./configure run. If it does not match your expectation, there's no point in starting the compilation. -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
