• 카테고리

    질문 & 답변
  • 세부 분야

    게임 프로그래밍

  • 해결 여부

    미해결

Hello World 빌드 하면 Warning! Errors have occurred in the build:오류가 생깁니다

21.11.12 11:44 작성 조회수 885

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.

 

이런식으로 오류가 생기는데 어떻게 하면 될까요?

답변 2

·

답변을 작성해보세요.

0

이종민님의 프로필

이종민

질문자

2021.11.12

감사합니다.

0

C:\Users\lee\AppData\Local\Temp\SASM\program.asm:15: error: comma expected after operand 1

에러 메시지에 해답이 있는 것 같네요.
comma(쉼표)가 없다니까 , 하나를 누락한게 아닌지 확인 바랍니다.