cygwin에서 gcc컴파일 문제

boardholic의 이미지

cygwin 설치하고
$ gcc hello.c
컴파일 하는데, gcc: installation problem, cannot exec 'as': No such file or directo
라는 문구가 나오네요.

왜그런건가요?

pjm0616의 이미지

as 는 binutils에 있는 어셈블러입니다.
binutils설치해보세요.