Advertisement
RobertBerger

Untitled

Aug 11th, 2021
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. sdk@baba71492539:/workdir/conan/conan-yocto-hellocppcmake$ ./build.sh
  2. + rm -rf lumpi
  3. + mkdir lumpi
  4. + cd lumpi
  5. + cp ../conanfile.py .
  6. + pwd
  7. /workdir/conan/conan-yocto-hellocppcmake/lumpi
  8. + conan source .
  9. WARN: Remotes registry file missing, creating default one in /home/sdk/.conan/remotes.json
  10. Auto detecting your dev setup to initialize the default profile (/home/sdk/.conan/profiles/default)
  11. Found gcc 9
  12. gcc>=5, using the major as version
  13.  
  14. ************************* WARNING: GCC OLD ABI COMPATIBILITY ***********************
  15.  
  16. Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to
  17. 'libstdc++' for backwards compatibility.
  18. Your compiler is likely using the new CXX11 ABI by default (libstdc++11).
  19.  
  20. If you want Conan to use the new ABI for the default profile, run:
  21.  
  22. $ conan profile update settings.compiler.libcxx=libstdc++11 default
  23.  
  24. Or edit '/home/sdk/.conan/profiles/default' and set compiler.libcxx=libstdc++11
  25.  
  26. ************************************************************************************
  27.  
  28.  
  29.  
  30. Default settings
  31. os=Linux
  32. os_build=Linux
  33. arch=x86_64
  34. arch_build=x86_64
  35. compiler=gcc
  36. compiler.version=9
  37. compiler.libcxx=libstdc++
  38. build_type=Release
  39. *** You can change them in /home/sdk/.conan/profiles/default ***
  40. *** Or override with -s compiler='other' -s ...s***
  41.  
  42.  
  43. conanfile.py (hellocppcmake/1.0.0): Configuring sources in /workdir/conan/conan-yocto-hellocppcmake/lumpi
  44. + tree
  45. .
  46. └── conanfile.py
  47.  
  48. 0 directories, 1 file
  49. + cd ..
  50. + set +x
  51. sdk@baba71492539:/workdir/conan/conan-yocto-hellocppcmake$
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement