avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] Support for JTAGICE3 on avrdude


From: Joerg Wunsch
Subject: Re: [avr-chat] Support for JTAGICE3 on avrdude
Date: Mon, 2 Jun 2014 23:50:23 +0200 (MET DST)

Juergen Harms <address@hidden> wrote:

> But, building 6.1 on my Mandriva platform (for a plain install from the 
> tarball and, evidently also for building an rpm package) failed due to 
> compiler errors in the modules flip1.c and flip2.c - which use uint32_t 
> in declarations, but uint32_t is not defined.

Make sure you've got the header files for all your libraries
available.  Linux distributions tend to install those separately
from the libs itself.  In particular, you surely want to have the
headers for libusb around (since the JTAGICE3 requires it).

The known issue is that the flip*.c files used to be uncompilable in
situations where no libusb was found (which is the case for you).

(This has been fixed in the source tree already, but that wouldn't
help you anyway, because you do want to make it detect your libusb.)
-- 
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]