Skip to content

In Linux: With ATCA_HAL_KIT_HID target, failed to link the udev library #28

@balaji-reddy

Description

@balaji-reddy

When I compile this project for target ATCA_HAL_KIT_HID (Kit with USB HID) and it failed to link the Linux udev static library.

Fix: cryptoauthlib/Makefile

$(OUTDIR)/libateccssl.so: $(LIBATECCSSL_OBJECTS) $(LIBCRYPTOAUTH_OBJECTS) | $(OUTDIR)
       $(LD) -dll -shared $(LIBATECCSSL_OBJECTS) $(LIBCRYPTOAUTH_OBJECTS) -o $@ -lcrypto -lrt -ludev

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions