작성
·
215
0
kali@kali:~/x86_exam/hello$ sudo nasm -felf32 hello_world.asm && ld -I/lib/ld-linux.so.2 -lc --entry main hello_world.o
ld: i386 architecture of input file `hello_world.o' is incompatible with i386:x86-64 output
안녕하세요. kali linux에서 실행중입니다. bold로 된것이 output입니다. 어떤것을 수정해야될까요?
답변 2
0
0
우선 저도 내일 테스트를 해볼게요 아래 두개 우선 참고 해보세요.
https://stackoverflow.com/questions/4252227/error-when-trying-to-run-asm-file-on-nasm-on-ubuntu