728x90
Jetson Nano에 Jetson TensorRT OSS 설치하는 중 make -j$(nproc)를 하고나서 발생한 오류입니다.
CMakeFiles/third_party.protobuf_aarch64.dir/build.make:89: recipe for target 'third_party.protobuf_aarch64/src/third_party.protobuf_aarch64-stamp/third_party.protobuf_aarch64-download' failed
make[2]: *** [third_party.protobuf_aarch64/src/third_party.protobuf_aarch64-stamp/third_party.protobuf_aarch64-download] Error 1
CMakeFiles/Makefile2:173: recipe for target 'CMakeFiles/third_party.protobuf_aarch64.dir/all' failed
make[1]: *** [CMakeFiles/third_party.protobuf_aarch64.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
protobuf가 설치안되어 발생한것같습니다.ㅠㅠ
jetson nano 설치 검색 중 간단하게 설치 하는 방법을 찾아 포스팅 합니다.
해당 github에 opencv, tensorflow 등 다양한 설치파일이 있습니다. 그 중에 저는 protobuf 만 설치 해 보겠습니다.
protobuf 설치
https://github.com/jkjung-avt/jetson_nano.git
jetpack버전에 따라 protobuf 버전이 다릅니다. jetpack 버전을 확인 후 설치해주세요.
$ git clone https://github.com/jkjung-avt/jetson_nano.git
$ cd jetson_nano
## jetpack 4.3
$ ./install_protobuf-3.8.0.sh
설치하는데 오래걸립니닿ㅎㅎㅎㅎㅎㅎ
설치 참고 :
https://jkjung-avt.github.io/jetpack-4.3/
728x90
'개발 > Linux' 카테고리의 다른 글
[Linux] 리눅스 서버 점검 리스트 (0) | 2023.12.07 |
---|---|
[Centos] samba-공유폴더 만들기 (1) | 2023.11.21 |
[Ubuntu] 초기설정(ssh,ufw,adduser) (0) | 2022.12.09 |
[Oracle Linux]sudoers 설정 파일에 없습니다. 이 시도를 보고합니다. (0) | 2022.06.02 |
[Ubuntu] unable to find the requested file. please check the spelling and try again 오류 & 해결 (0) | 2022.05.28 |