cdrom에 2개의 파일이 있습니다.
microwindows-.....tar.gz
microwindows-.....-arm.tar.gz

arm 으로 해보라고 했던 것이 micro...arm.tar.gz을 말씀하신거죠..??
micro..arm.tar.gz은 micro...tar.gz의 config, source file 를 수정해 놓은
것 같습니다. 맞나요??

arm.tar.gz을 압축을 푼후,

#make clean
#make

해 보았습니다. error가 납니다
무슨 무슨 file을 찾을수 없다는 것입니다. (assert.h string.h sys/time.h..)
cross compiler와 관련이 있는것 같은습니다.물론 호스트에는 crosscompiler
가 설치가 되어 있구요.. 이때 가지 사용했더든요..

어떻게 된건지..???

하나 이상한 것은 cdrom의 doc문서에 있는 내용을 보면..
config수정시

ARCH = LINUX-NATIVE

라고 되어 있는 부분이 있는데요...
arm.tar.gz를 보면 그부분이

ARCH = LINUX-ARM

으로 되어 있습니다.
그리고 tar.gz의 source에는

ARCH = LINUX-NATIVE

라고되어 있구요. 어떤것이 맞는 건가요??
이부분의 의해서 compile이 됐다 안됐다 합니다.
(LINUX-NATIVE이면 compile 됨. 하지만 생성된 파일(mdemo)이 보드에서 동작안
함.. LINUX-ARM이면 compile 안됨)


===============================
[[compiling 시 message]]

[root@localhost src]# make
Compiling fblin8.c ...
fblin8.c:10: assert.h: ?? ???? ????? ??
fblin8.c:16: string.h: ?? ???? ????? ??
In file included from fblin8.c:18:
/ez/sw/lcd/microwindows/mv_arm/src/include/device.h:591:
sys/time.h: ?? ???? ????? ??
make[1]: *** [fblin8.o] 오류 1
Compiling car8.c ...
In file included from car8.c:2:
/ez/sw/lcd/microwindows/mv_arm/src/include/device.h:591:
sys/time.h: ?? ???? ????? ??
make[2]: *** [car8.o] 오류 1
Compiling graph3d.c ...
In file included from graph3d.c:8:
/ez/sw/lcd/microwindows/mv_arm/src/include/device.h:591:
sys/time.h: ?? ???? ????? ??
In file included from graph3d.c:9:
/ez/sw/lcd/microwindows/mv_arm/src/include/graph3d.h:10:
math.h: ?? ???? ????? ??
make[2]: *** [graph3d.o] 오류 1
make[1]: *** [subdirs] 오류 2
Compiling devopen.c ...
devopen.c:15: stdio.h: ?? ???? ????? ??
devopen.c:16: stdlib.h: ?? ???? ????? ??
In file included from devopen.c:17:
/ez/sw/lcd/microwindows/mv_arm/src/include/device.h:591:
sys/time.h: ?? ???? ????? ??
In file included from devopen.c:18:
/ez/sw/lcd/microwindows/mv_arm/src/include/swap.h:7:
endian.h: ?? ???? ????? ??
/ez/sw/lcd/microwindows/mv_arm/src/include/swap.h:8:
byteswap.h: ?? ???? ????? ??
devopen.c:316: unistd.h: ?? ???? ????? ??
devopen.c:317: fcntl.h: ?? ???? ????? ??
make[1]: *** [devopen.o] 오류 1
Compiling helvB10.c ...
In file included from helvB10.c:2:
/ez/sw/lcd/microwindows/mv_arm/src/include/device.h:591:
sys/time.h: ?? ???? ????? ??
make[1]: *** [helvB10.o] 오류 1
Compiling mdemo.c ...
In file included from mdemo.c:8:
/ez/sw/lcd/microwindows/mv_arm/src/include/wintern.h:7:
string.h: ?? ???? ????? ??
In file included from mdemo.c:10:
/ez/sw/lcd/microwindows/mv_arm/src/include/device.h:591:
sys/time.h: ?? ???? ????? ??
make[2]: *** [mdemo.o] 오류 1
[root@localhost src]#