Skip to content

undefined reference to `usb_control_msg' #2

@sooslaca

Description

@sooslaca

For anyone struggles with compiling with the above message,

Change:

$(CC) $(CCFLAGS) $(SRC) -o $(TRG)

to

$(CC) $(SRC) $(CCFLAGS) -o $(TRG)

in Makefile

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