Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking extra objects at the end of linker command #401

Open
kenneth-rosario opened this issue Sep 23, 2023 · 0 comments
Open

Linking extra objects at the end of linker command #401

kenneth-rosario opened this issue Sep 23, 2023 · 0 comments

Comments

@kenneth-rosario
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant