[cfe-dev] How to configure clang to use arm-none-eabi linker
Kyriakos Georgiou via cfe-dev
cfe-dev at lists.llvm.org
Tue Nov 21 07:38:52 PST 2017
I am trying to configure the last version of clang (6.0) to use the arm-none-eabi linker instead of the ld.lld but clang is always ignoring everything and keep asking for the ld.lld one. I am trying to build for cortex-m3 (lpx1769 board). How do I force clang to use the linker I want?
-fuse-ld=ld is also not working, so does clang no longer allow the use of any other linker?
Thank you,
Kyriakos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20171121/930f1b84/attachment.html>
More information about the cfe-dev
mailing list