강좌의 microwindows 설명서를 보고 따라 하다가 다음과 같은 에러가 뜨는군
요.
microwindows는 0.90 이 있길래 그걸 받아서
/project/micwin/ 에 압축을 풀고서
config 파일에서 ARMTOOLSPREFIX 는
arm-linux 에서 armv5l-linux 로바꾸고

make clean; make 를 실행했는데, io.h 파일에서 에러가 있다는
군요.. 해결방법이 있을까요???

Cleaning directory /project/micwin/microwindows-
0.90/src/demos/vnc/vncviewer ...
Updating dependencies in /project/micwin/microwindows-
0.90/src/drivers ...
Compiling fblin8.c ...
Compiling fblin16.c ...
Compiling fblin24.c ...
Compiling fblin32.c ...
Compiling fblin32alpha.c ...
Compiling genmem.c ...
Compiling fb.c ...
Compiling fblin1.c ...
Compiling fblin2.c ...
Compiling vgaplan4.c ...
vgaplan4.c: In function `ega_drawhorzline':
/usr/include/sys/io.h:112: inconsistent operand constraints in an `asm'
/usr/include/sys/io.h:112: inconsistent operand constraints in an `asm'
/usr/include/sys/io.h:112: inconsistent operand constraints in an `asm'
/usr/include/sys/io.h:112: inconsistent operand constraints in an `asm'
/usr/include/sys/io.h:99: inconsistent operand constraints in an `asm'
/usr/include/sys/io.h:99: inconsistent operand constraints in an `asm'
/usr/include/sys/io.h:99: inconsistent operand constraints in an `asm'
/usr/include/sys/io.h:99: inconsistent operand constraints in an `asm'
make[1]: *** [vgaplan4.o] 오류 1
make: *** [subdir-drivers] 오류 2
[root@localhost src]#
[root@localhost src]#


microwindows 설치 강좌에 대한 질문들

1. "마이크로 윈도우즈 설치하기" 에서 "config 파일을 수정합니다." 라는 설
명후, config의 전문을
보였는데, 이것은 수정하기 전의 전문이겠지요?
수정하는 내용은 "마이크로 윈도우 연습프로그램" 강좌의 "마이크로 윈도우의
Makefile과 config파일등을 수정합니다
다음에 나오는 5개의 수정 사항을 수정하는 건가요?

2 "마이크로 윈도우 연습프로그램" 강좌에서 "Makefile과 config파일을 수정합
니다"
라고 하고선 아래에선 "Makefile.rules 파일을 수정합니다. " 라고 적혀 있는
데,
앞서의 "마이크로 윈도우즈 설치하기" 에서도 "Makefile과 config파일을 수
정" 한다고 하는데
이것은 Makefile 이 아니고 Makefile.rules 이겠지요?

3. config 파일의 수정내용 중에서" MK712MOUSE = Y " 라는 부분은 추가 내용
이 맞지요?