유용한 디버깅 팁/crash utility and vmcore
[Install] crash utility with Aarch32 for troubleshooting
AustinKim
2023. 12. 21. 08:41
When compiling crash utility in the Raspbian with Aarch32,
do not use 'j' option like (make -j5).
apt update
apt-get install git build-essential bison zlib1g-dev libncurses5-dev libncursesw5-dev pkg-config flex swig -y
apt-get install -y texinfo
cd crash
make target=ARM