Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Does not compile in LLVM GCC
posted

Hi,

NUCLiOS does not compile using the LLVM GCC 4.2 complier. I am using another library that complies ONLY in LLVM GCC and hence am forced to use the LLVM GCC complier. Will it be possible for NUCLiOS to compile in LLVM GCC 4.2? My purchase decision depends on this answer.

Regards,
Rammohan

Parents
No Data
Reply
  • 40030
    Offline posted

    Hi Rammohan, 

    In NUCLiOS we try to take advantage of the latest compiler optimizations which includes weak references. Bud I do think we can fix this issue on our end. 

    However, in  the mean time, you should be able to do the following. 

    If you compile the code that requires LLVM GCC 4.2 in to a separate library, you'll then be able to use the latest complier when compiling your application using NUCLiOS. 

    I wrote a blog post not to long ago that explains how you can even take that code and put it in a .Framework so that its very easy to use from project to project: 

    http://ko.infragistics.com/community/blogs/stevez/archive/2013/02/04/create-your-own-ios-framework.aspx

    I hope this helps, 

    -SteveZ

Children