소스 내려 받기
$ git clone https://github.com/crash-utility/crash.git
빌드 시작
$ make target=ARM64
빌드 도중 아래 에러 발생
checking for zlib.h... yes
checking for library containing dlgetmodinfo... no
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for library containing waddstr... no
configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... no
configure: error: no termcap library found
make[3]: *** [Makefile:8236: configure-gdb] Error 1
make[2]: *** [Makefile:835: all] Error 2
아래 명령어 실행
$ apt install libncurses5-dev
'[Debugging] Tips' 카테고리의 다른 글
[GDB] Arm(Armv7): C 코드와 어셈블리 코드를 동시에 디버깅하기 (0) | 2023.05.04 |
---|---|
[리눅스커널] 디버깅: TRACE32: 모듈 타입 드라이버 심벌(*.ko)을 로딩해 깨진 콜 스택 복원 (0) | 2023.05.04 |
[Crash-Utility] 램덤프를 로딩할 때 심볼을 읽는 함수: symbol_exists, readmem (0) | 2023.05.04 |
[Crash-Utility] 램덤프 로딩 시 파라미터(CONFIG_PROC_KCORE) (0) | 2023.05.04 |
[TRACE32] T32: vmcore 파일을 TRACE32 시뮬레이터로 올리기 (0) | 2023.05.04 |