avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] Problem compiling avrdude 6.1


From: Joerg Wunsch
Subject: Re: [avr-chat] Problem compiling avrdude 6.1
Date: Wed, 10 Sep 2014 09:11:31 +0200 (CEST)

Bob von Knobloch <address@hidden> 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. ;-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]