![]() |
C++11 toolchain for N9/N950
I suspect this is a hopeless request, but I'm going to ask anyway -- the toolchain which ships with QtSDK for harmattan is rather old, it doesn't support C++11's lambdas, among other things.
Is there a compiler one could use which has support for more C++11 features (like the lambdas or nullptr) and at the same time doesn't require an extensive update to the libstdc++ installed on device? Basically, either a recent clang or GCC 4.7+. |
Re: C++11 toolchain for N9/N950
Would love to hear if this is possible as well, lambdas are a great feature :)
|
Re: C++11 toolchain for N9/N950
OK, after some fiddling, I've managed to get Madde working with clang 3.3. They key was to make sure that clang is built with support for appropriate targets (it is by default), and that there's a faked "c++" binary in the $TARGET/bin. The following works for me:
Code:
#!/bin/bash |
Re: C++11 toolchain for N9/N950
Thanks!!
now madde & clang 3.5: Code:
#!/bin/bash |
All times are GMT. The time now is 07:17. |
vBulletin® Version 3.8.8