coff 포맷 파일을 링크 중에 에러~~~~~~~~

r4bb1t의 이미지

nasm -f coff -o interrupt_asm.o interrupt.asm
위처럼 coff포맷으로 오브섹트 화일을 생성 시켜서 그것을 링크 하려고 ld명령을
쓰면..

=> interrupt_asm.o: file not recognized: File format not recognized

위와 같이 나오네요..

"file interrupt_asm.o" 해보면
=>interrupt_asm.o: 80386 COFF executable not stripped - version 30821
파일이 coff 형식이라고 나오는데..

interrupt_asm.o 파일을 가지고 이것저것(strip, nm)해봐도

=> interrupt_asm.o: file not recognized: File format not recognized

이런 에러가 나오네요 아시는 분 도움 좀 부탁 드립니다.