Thanks to visit codestin.com
Credit goes to github.com

Skip to content

embedder.exe fails when USER_DIR in config.h is defined #191

@JSB2500

Description

@JSB2500

Version: v1.3.1

When USER_DIR in config.h is defined, embedded.exe reports this error: "EMBED C:...\libwdi\libwdi\libusb0.dll embedder : error: Could not open file 'C:...\libwdi\libwdi\libusb0.dll'."

Suggested fix: Change line 298 of embedder.c from:
embeddable[i].reuse_last = 0;
to:
embeddable[i].reuse_last = embeddable_fixed[i].reuse_last;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions