You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: