Open GoogleCodeExporter opened 9 years ago
I looked through other issues and it seems that having clang version>=3.4 is a
problem. I should note that the version of clang on my computer is 3.5.0.
Original comment by caramsay...@gmail.com
on 21 Jul 2014 at 1:20
They are now using C++11 stuff instead of own implementations, thus llvm-3.5
breaks api compatibility.
You can work around this by using <= llvm-3.4 for compiling the tool chain
stuff, you can still switch to
3.5 afterwards (llvm stuff is usually linked statically, besides libLTO).
http://llvm.org/apt/ provides a 3.4 version.
Original comment by t.poecht...@gmail.com
on 24 Jul 2014 at 8:00
Using a lower version worked. Thanks
Original comment by caramsay...@gmail.com
on 26 Jul 2014 at 5:09
I am with similar problem to compile this file, what exactly version you have
used?
I have tested with 3.5.2, 3.4.2 and now with 3.4... still returning errors.
Original comment by semei...@gmail.com
on 16 Nov 2014 at 3:53
There is a different approach that should work with any clang version:
https://github.com/tpoechtrager/cctools-port/issues/3
Original comment by t.poecht...@gmail.com
on 18 Nov 2014 at 8:28
Oh wait, that's actually you, sorry ;) Anyway, may be useful for future
visitors.
Original comment by t.poecht...@gmail.com
on 18 Nov 2014 at 8:32
A small patch found on another issue fixed the problem for me.
https://code.google.com/p/ios-toolchain-based-on-clang-for-linux/issues/detail?i
d=27
Original comment by ps...@psyon.org
on 9 Dec 2014 at 10:09
Original issue reported on code.google.com by
caramsay...@gmail.com
on 18 Jul 2014 at 3:31