Skip to content

Build errors and warnings #5

@aletar89

Description

@aletar89

The makefile crashes upon build in Vitis2020, same error as described here

The solution is replacing
OUTS = *.o
in the Makefile with
OBJECTS = $(addsuffix .o, $(basename $(wildcard *.c)))
ASSEMBLY_OBJECTS = $(addsuffix .o, $(basename $(wildcard *.S)))

Also, the code of WishboneAXI_selftest.c generates two warning that can be easily cleared.

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