halcompile - add extralib field to comp file#7
Conversation
Added extralib field to comp file Allows linking to custom libs and non-standard lib paths with halcompile For userspace components only, exits with error is used with rt component Signed-off-by: Mick Grant <arceye@mgware.co.uk>
|
While reviewing this pull request, I noticed that there was already an unfinished ability to do this, though with a different syntax and different limitations. I fixed it, and added a test and documentation. Starting in the next 2.6 release, you will be able to specify extra link-time arguments, such as additional libraries using the syntax |
|
(this in no way reflects negatively on your contribution; I hope you'll consider offering more contributions in the future) |
|
jepler wrote: option extra_link_args "-lm"; " That explains the presence of the extra_link_args. I searched high and low to see where they originated, as that was the obvious place to insert them, but could not find them. |
4495f3e Merge pull request LinuxCNC#8 from strahlex/newfield 23ca9da machinetalk-protobuf: added name field to config db74406 Merge pull request LinuxCNC#7 from strahlex/includefix ee81808 machinetalk-protobuf: rename ERROR to fix aliasing on Windows a947f40 machinetalk-protobuf: disable proto.js compiler per default 8db45ae machinetalk-protobuf: remvoed unused include to fix warnings with protoc 2.6 git-subtree-dir: src/machinetalk/proto git-subtree-split: 4495f3e
docs: Removed redundant 'sec:tool-table' anchor docs: fix anchors
Added extralib field to comp file
Allows linking to custom libs and non-standard lib paths
with halcompile
For userspace components only, exits with error is used
with rt component
Signed-off-by: Mick Grant arceye@mgware.co.uk