Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sdk@baba71492539:/workdir/conan/conan-yocto-hellocppcmake$ ./build.sh
- + rm -rf lumpi
- + mkdir lumpi
- + cd lumpi
- + cp ../conanfile.py .
- + pwd
- /workdir/conan/conan-yocto-hellocppcmake/lumpi
- + conan source .
- WARN: Remotes registry file missing, creating default one in /home/sdk/.conan/remotes.json
- Auto detecting your dev setup to initialize the default profile (/home/sdk/.conan/profiles/default)
- Found gcc 9
- gcc>=5, using the major as version
- ************************* WARNING: GCC OLD ABI COMPATIBILITY ***********************
- Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to
- 'libstdc++' for backwards compatibility.
- Your compiler is likely using the new CXX11 ABI by default (libstdc++11).
- If you want Conan to use the new ABI for the default profile, run:
- $ conan profile update settings.compiler.libcxx=libstdc++11 default
- Or edit '/home/sdk/.conan/profiles/default' and set compiler.libcxx=libstdc++11
- ************************************************************************************
- Default settings
- os=Linux
- os_build=Linux
- arch=x86_64
- arch_build=x86_64
- compiler=gcc
- compiler.version=9
- compiler.libcxx=libstdc++
- build_type=Release
- *** You can change them in /home/sdk/.conan/profiles/default ***
- *** Or override with -s compiler='other' -s ...s***
- conanfile.py (hellocppcmake/1.0.0): Configuring sources in /workdir/conan/conan-yocto-hellocppcmake/lumpi
- + tree
- .
- └── conanfile.py
- 0 directories, 1 file
- + cd ..
- + set +x
- sdk@baba71492539:/workdir/conan/conan-yocto-hellocppcmake$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement