Skip to content

Potential issue with add_ldflags not being picked up #553

@xdoardo

Description

@xdoardo

I added multiple calls to add_ldflags(...) in cheriot-rtos/tests/xmake.lua, which are not picked up.
It seems that this line sets up the call to ld: could it be that it ignores the calls to the function mentioned above?

A possible MRE: add

	add_ldflags("-lnonexistent")

under

firmware("test-suite")

in cheriot-rtos/tests/xmake.lua, which should give an error for a library not found, but does not.

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