avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Compiling avrdude


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Compiling avrdude
Date: Sat, 20 Jul 2013 09:16:20 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

As Simone wrote:

> after ./configure i have this situation:
> 
> Configuration summary:
> ----------------------
> DON'T HAVE libelf

You'd probably would like to have that one, because it allows you
to flash ELF files directly.

> how can i enable or disable each of those item ?

By (not) installing the respective stuff in your system.

> for example, if i wanted to compile avrdude with libusb and not with
> libusb_1_0 what i can do without remove the library from the mingw
> setup ?

Why would you want to do this?

So far, the libusb-1.0 API is only used in a few places.  If you don't
have the respective library available, AVRDUDE will simply leave out
them, so you get less functionality.

I didn't see any necessity to also implement these as "disable"
configure switches so far, even though it would be possible.  (There's
no point in the corresponding "enable" switches, since you cannot
enable something you don't have.)
-- 
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]