dio_test를 위하여 make all 작업을 실행하면 다음과 같은
메세지가 나오는 군요. 그러나 컴파일과 실행은 되는 것 같군요.
아래의 메세지를 해결할 방법을 부탁 합니다.

for i in app device ; do make -C $i || exit ; done
make[1]: 들어감 `/ez/sw/dio01/app' 디렉토리
Compiling test.c ...
arm-linux-gcc -c -I. -I../include -I/usr/local/arm/include -Wall -O2 -
o test.o test.c
cc1: warning : changing search order for system directory
"/usr/local/arm/include"
cc1: warning : as it has already been specified as a non-system
directory
test.c : In function 'mani':
test.c:47: warning: zero-length format string
arm-linux-gcc -I. -I../include -I/usr/local/arm/include -Wall -O2 -
L/usr/local/arm/lib test.o -o test_app
make[1]: 나감 `/ez/sw/dio01/app' 디렉토리
make[1]: 들어감 `/ez/sw/dio01/device' 디렉토리
arm-linux-gcc -Wall -D__KERNEL__ -DMODULE -
I/ez/sw/kernel/linux/include -I./ -I../include -O2 -c -o io.o io.c
arm-linux-ld -r io.o -o io_dev.o
make[1]: 나감 `/ez/sw/dio01/device' 디렉토리

^-^ !!