summaryrefslogtreecommitdiffstats
path: root/getting-started/troubleshooting.md
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2016-12-12 11:27:31 +0100
committerRonan <ronan.lemartret@iot.bzh>2016-12-12 11:27:31 +0100
commit16fd47da0d7f718ad2d00fdc94cc9109d54abf20 (patch)
tree859e4aa28fa33b40c1947183f52b4b0116cbaf47 /getting-started/troubleshooting.md
parentf131a943d3154855f9678ad0a28371e08ec005bc (diff)
fix troubleshooting markdown
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'getting-started/troubleshooting.md')
-rw-r--r--getting-started/troubleshooting.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/getting-started/troubleshooting.md b/getting-started/troubleshooting.md
index b3c7f9d..96f544d 100644
--- a/getting-started/troubleshooting.md
+++ b/getting-started/troubleshooting.md
@@ -1,6 +1,7 @@
# Troubleshooting
-
-Due to a known bug in the upstream of meta-rust the Yocto/OE recipe for rust-cross may fail while building RVI SOTA Client or another application written in the Rust programming language. Until the complete resolution of the issue the workaround is to disable all use of the CXX11 ABI by applying the following lines to **conf/local.conf**:
+## meta-rust
+Due to a known bug in the upstream of meta-rust the Yocto/OE recipe for rust-cross may fail while building RVI SOTA Client or another application written in the Rust programming language.
+Until the complete resolution of the issue the workaround is to disable all use of the CXX11 ABI by applying the following lines to **conf/local.conf**:
```
LD_CXXFLAGS_append = " -D_GLIBCXX_USE_CXX11_ABI=0"