[OE-core] [PATCH] busybox: get rid of nested functions in find

2013-12-13 Thread Muhammad Tauqir Ahmad
This allows us to compile busybox using clang. Nested functions is a gcc extension not supported by clang. --- .../busybox/find-get-rid-of-nested-functions.patch | 117 meta/recipes-core/busybox/busybox_1.21.1.bb|1 + 2 files changed, 118 insertions(+) create mod

Re: [OE-core] Exploring LLVM/Clang for OE

2013-12-04 Thread Muhammad Tauqir Ahmad
clone with additional patches to allow it to compile using clang. The second is a secondary toolchain layer that allows llvm to be used for the secondary toolchain. Muhammad Tauqir Ahmad -- Software Developer Intern at WindRiver Systems Candidate for Honour

Re: [OE-core] Exploring LLVM/Clang for OE

2013-11-18 Thread Muhammad Tauqir Ahmad
On Sun, Nov 17, 2013 at 12:39 PM, Behan Webster wrote: > On 11/13/13 06:47, Randy MacLeod wrote: >> On Tue, Nov 12, 2013 at 8:47 PM, Muhammad Tauqir Ahmad >> wrote: >>> According to the link below [1], it seems some works has been done at >>> least for llvm+

Re: [OE-core] Exploring LLVM/Clang for OE

2013-11-14 Thread Muhammad Tauqir Ahmad
ta-oe. The next step I guess would be to try to figure how to use it and for the builds. Any pointers/directions/examples with/for that would be helpful especially if someone has already done some work along those lines. [1]: https://github.com/mtahmed/poky Muhamm

Re: [OE-core] Exploring LLVM/Clang for OE

2013-11-12 Thread Muhammad Tauqir Ahmad
http://lists.linuxfoundation.org/pipermail/llvmlinux/2013-March/000205.html Muhammad Tauqir Ahmad -- Software Developer Intern at WindRiver Systems Candidate for Honours Computer Science Combinatorics and Optimizations Minor University of Waterloo On Tue, Nov 12, 2013 at 8:

[OE-core] Exploring LLVM/Clang for OE

2013-11-12 Thread Muhammad Tauqir Ahmad
Hi, I am trying to explore the possibility of using LLVM+Clang for building OE-core images. The first objective might be to try to build (poky-tiny's) core-image-minimal? That is the smallest image we know of so maybe that's a good starting point? Right now, I am looking at how to build LLVM+Clan