전체 글 썸네일형 리스트형 qemu code 받아 설치 git clone https://gitlab.com/qemu-project/qemu.gitcd qemu./configuremake cd qemu 작업 후 git branch -a 로 branch 를 살펴보면 버전 정보를 알 수 있다.The latest development happens on the master branch. The stable trees are located in branches named stable-X.YY branch, where X.YY is the release version. ./configure 작업 중, mac의 경우ERROR: Cannot find Ninja--> brew install ninja ../meson.build:995:10: ERROR: Dependency .. 더보기 qemu, cross compiler 환경 셋업하기 qemu 설치 $ brew install qemu 설치확인$ qemu-system-aarch64 --version cross compiler brew tap ArmMbed/homebrew-formulaebrew install arm-none-eabi-gcc --> target 32bit brew install aarch64-elf-gcc --> target 64bitbrew install aarch64-elf-gdb 참고로 gdb의 경우에는 gcc에 포함이 되어 있지 않아 따로 설치를 해주어야 한다 더보기 git hook 작성중 ./git/hooks/ 밑에 보면 applypatch-msg.sample post-update.sample pre-merge-commit.sample pre-receive.sample sendemail-validate.samplecommit-msg.sample pre-applypatch.sample pre-push.sample prepare-commit-msg.sample update.samplefsmonitor-watchman.sample pre-commit.sample pre-rebase.sample push-to-checkout.sample git commit --no-verify 는 pre-commit hook을 무시하는 것 ./git/COMMIT_EDITMSG 더보기 이전 1 2 3 4 ··· 11 다음