meta-clang icon indicating copy to clipboard operation
meta-clang copied to clipboard

compiler-rt installed-vs-shipped

Open blithe2015 opened this issue 3 years ago • 5 comments

compiler-rt install path error /usr/lib/linux/* Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. compiler-rt: 41 installed and not shipped files. [installed-vs-shipped]

**bitbake compiler-rt ** Steps to reproduce the behavior:

  1. aarch64 machine
  2. bitbake compiler-rt

install patch in lib64 not lib

Desktop (please complete the following information):

  • OS: arm64
  • Browser: chrome
  • Version: 80.0.3987.132

image

blithe2015 avatar Jul 26 '21 03:07 blithe2015

it seems you are on clang 7 which is really old. which branch of meta-clang are you using? I hope you are not on one of EOLed branches. Yuo can still fix it with by adding FILES_${PN} += "${libdir}/linux" or something like that

kraj avatar Jul 26 '21 17:07 kraj

thud of meta-clang,Can 64-bit machines use this method(FILES_${PN} += "${libdir}/linux")? Can I use the latest branch and make adaptation changes?

blithe2015 avatar Jul 27 '21 01:07 blithe2015

I think using master with thud branch might not work but yes you can try to use master for everything and that will work

kraj avatar Jul 27 '21 01:07 kraj

I'll try to solve it. I also used path to change the installation path before, but the compilation chromium error ELF, generate SDK using clang compilation or find lib instead of lib64.

blithe2015 avatar Jul 27 '21 01:07 blithe2015

@blithe2015 are you still needing some help or can we close this issue ?

kraj avatar Dec 15 '21 21:12 kraj