nakka soft world !
[IT] bitbake library "already stripped" 에러 본문
728x90
bitbake 하면서 별의 별 에러를 다본다.
이번엔 아래와 같은 에러가 발생. already stripped란다.
그래서 어쩌라고.....
ERROR: managerxxx-1.0-r0 do_package: QA Issue: File '/usr/lib/libgeee_api.so' from managerxxx was already stripped, this will prevent future debugging! [already-stripped]
ERROR: managerxxx-1.0-r0 do_package: QA Issue: File '/usr/lib/libhbbb_api.so' from managerxxx was already stripped, this will prevent future debugging! [already-stripped]
ERROR: managerxxx-1.0-r0 do_package: Fatal QA errors found, failing task.
ERROR: managerxxx-1.0-r0 do_package: Function failed: do_package
ERROR: Task (/work/project/base/sources/poky/../recipes-managerxxx/managerxxx.bb:do_package_qa) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1664 tasks of which 1662 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
다행히도 구글링 하니 금방 찾았다.
bb 파일에 아래만 추가해주면된다.
INSANE_SKIP_${PN} = "ldflags"
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
INHIBIT_PACKAGE_STRIP = "1"
728x90
'프로그래밍언어 > C++' 카테고리의 다른 글
[IT] bitbake "but no providers found in RDEPENDS_managerxxx" 에러 (0) | 2021.03.31 |
---|---|
[IT] Bitbake not found (try using -rpath or -rpath-link) 에러 (0) | 2021.03.31 |
[C++] 간단한 Circular Queue (0) | 2019.05.08 |
[MFC] CString <-> string (0) | 2017.04.27 |
C++ 파일 입출력 (0) | 2017.03.27 |
Comments