본문 바로가기
다양한 TIP

CMakeFiles/xxx.o: file not recognized: File truncated

by 유기농프로그래밍 2020. 11. 3.
반응형

Scanning dependencies of target xxx

libxxx.dir/src/xxx.cpp.o: file not recognized: File truncated
clang: error: linker command failed with exit code 1 (use -v to see invocation)

xxx/build.make:411: recipe for target 'libxxx.so' failed
make[2]: *** [libxxx.so] Error 1

 

위와 같이 실패시 확인해봐야하는 건

libxxx.dir/src/xxx.cpp.o

이 파일이다.

 

이 object 파일이 잘못되었을 수 있으니

삭제하고 다시 make 해보자.

반응형

댓글