리눅스 0.01 커널 컴파일 해보신분?
글쓴이: 익명 사용자 / 작성시간: 금, 2002/03/01 - 3:43오전
후훔
컴파일이 안되네여 gas 가 없다거 하는데 ㅡㅡ;
gas대신 as가 있어서 as로 할려고 했는데도 에러 나네여 ㅠ.ㅠ
혹시 성공 하신분 있으면...
꼭좀 ㅠ.ㅠ 자세한 설명좀 부탁 드립니다.
[root@localhost linux]# make
gas -c -o boot/head.o boot/head.s
make gas Command not found
make *** [boot/head.o] Error 127
[root@localhost linux]#
[root@localhost boot]# as -o head.o head.s
head.s Assembler messages
head.s168 Error Alignment not a power of 2
Forums:
gas 는
c 의 전처리기와 같은 역할을 하는 것입니다.
assembler 는 아니지요.
따라서, 반드시 있어야 하겠습니다.
댓글 달기