Skip to content

Linking extra objects at the end of linker command #401

@kenneth-rosario

Description

@kenneth-rosario

Is there any way of just passing the absolute path to misc objects outside your maven project so that they can get added at the end of the linker command?
My static files do not follow the correct naming conventions and I cannot rename them. This is how I usually link when running command manually to deal with this and works fine.

gcc ...some flags abc.o /path/to/anotherobject/b.o /path/to/x/x.a

I tried adding all **/*.a in includes tag but the plugin ignores them.

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