diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-12-12 11:27:31 +0100 |
---|---|---|
committer | Ronan <ronan.lemartret@iot.bzh> | 2016-12-12 11:27:31 +0100 |
commit | 16fd47da0d7f718ad2d00fdc94cc9109d54abf20 (patch) | |
tree | 859e4aa28fa33b40c1947183f52b4b0116cbaf47 | |
parent | f131a943d3154855f9678ad0a28371e08ec005bc (diff) |
fix troubleshooting markdown
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
-rw-r--r-- | getting-started/troubleshooting.md | 5 |
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" |