From e240e0ee32b95331b437fd74b99ab852b9225c74 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 22 Jun 2015 18:45:20 +0300 Subject: [PATCH] Add to FAQ ARM toolchain issue with "error while loading shared libraries" --- docs/faq.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 6065be35..59e8d400 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -100,3 +100,9 @@ Please upgrade *SetupTools* package: # Then re-install PlatformIO $ [sudo] pip uninstall platformio $ [sudo] pip install platformio + +ARM toolchain: ``cc1plus: error while loading shared libraries`` +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +See related answers for +`error while loading shared libraries `_.