06-12-2015, 12:35 AM
The version of clang you have on your pi is extremely outdated.
Can you try an upgrade:
and then try compiling again.
Otherwise, try installing gcc and g++ instead of clang.
Can you try an upgrade:
Code:
sudo apt-get update
sudo apt-get dist-upgrade
and then try compiling again.
Otherwise, try installing gcc and g++ instead of clang.