Skip to content

AVRDUDE does not link to LIBUSB during compile #13

@ryangenz

Description

@ryangenz

The compile succeeds but results in an AVRDUDE build without USB support.

During compile the following check fails:

checking for usb_get_string_simple in -lusb... no

As well as in the Configuration Summary:

DON'T HAVE libelf
DON'T HAVE libusb
DON'T HAVE libusb_1_0
DON'T HAVE libftdi1

I found I was able to compile with USB support by switching from using version libusb_compat=0.1.5 and rolled back to use libusb 0.1.12 (legacy).

I spent quite some time trying to set the right flag to set to get AVRDUDE to compile with the latest version of LIBUSB, but I couldn't solve it.

Anyone have any ideas?

~R

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions