Search found 4 matches

by kiran
Mon Jul 16, 2018 8:13 am
Forum: Development and Feedback
Topic: Clang/LLVM
Replies: 35
Views: 21980

Re: Clang/LLVM

I am using the latest trunk source , but currently i am stuck with below linking error : build/bin/ld.lld: error: unable to find library -lclang_rt.builtins-arm.a I did downloaded the lib and provided the path in makefile but still its not picked up (ldd might be looking at a specific path for this)...
by kiran
Tue Jul 10, 2018 12:42 pm
Forum: Development and Feedback
Topic: Clang/LLVM
Replies: 35
Views: 21980

Re: Clang/LLVM

Thank you for sharing the source path.

Currently i am facing errors in Compiling crt0_v7m.S :
crt0_v7m.S:171:17: error: unknown directive
.syntax unified

Did you faced similar kind of issues , if so any fix for it ?

Regards,
Kiran
by kiran
Tue Jul 10, 2018 8:24 am
Forum: Development and Feedback
Topic: Clang/LLVM
Replies: 35
Views: 21980

Re: Clang/LLVM

Thank you for the update.

I could not find the modified "rules.mk" file in the git repositories.
Could you please share the repository link from i can checkout the modified "rules.mk".

Regards,
Kiran
by kiran
Tue Jul 10, 2018 7:42 am
Forum: Development and Feedback
Topic: Clang/LLVM
Replies: 35
Views: 21980

Re: Clang/LLVM

I am trying to cross compile ChibiOS using clang for STM32L476(i am trying to build the demo application provided(as part of ChibiOS) along with entire ChibiOS source). I have followed - "http://llvm.org/docs/GettingStarted.html#requirements" for clang/llvm build. While building with clang...

Go to advanced search