인프런 커뮤니티 질문&답변
프로그램 실행이되지않습니다
작성
·
176
0
root@stud:/home/x86_exam/hello# nasm -felf32 hello_world.asm && ld -I/ilb/ld-linux.so.2 -lc --entry main hello_world.o
root@stud:/home/x86_exam/hello# ls
a.out hello_world.asm hello_world.o
root@stud:/home/x86_exam/hello# ./a.out
bash: ./a.out: No such file or directory
파일을 찾을수없다고 하는건가요?





