인프런 커뮤니티 질문&답변
Hello World 빌드 하면 Warning! Errors have occurred in the build:오류가 생깁니다
작성
·
1.3K
0
Warning! Errors have occurred in the build:
C:\Users\lee\AppData\Local\Temp\SASM\program.asm:15: error: comma expected after operand 1
gcc.exe: error: C:\Users\lee\AppData\Local\Temp\SASM\program.o: No such file or directory
[11:38:19] Before debugging you need to build the program.
이런식으로 오류가 생기는데 어떻게 하면 될까요?
퀴즈
어셈블리 언어로 작성된 코드를 컴퓨터가 실행 가능한 기계 코드로 변환하는 역할을 하는 것은 무엇일까요?
컴파일러
인터프리터
어셈블러
링커




