도와주세요!!
글 수 15,339
2002.10.24 20:23:21 (*.242.178.150)
6682
CD에서 ezboot디렉토리를 카피해서 컴파일 해보니까 에러가 납니다. 무론 CD에 있는 ezboot image도 EZBOOT>set했을때 저장에 문제가 있구요. 에러 내용은 다음과 같습니다.
[root@ansee ezboot]# make
for i in start main ; do make -C $i || exit ; done
make[1]: 들어감 `/tmp/ezboot/start' 디렉토리
as -o start.o start.s
start.s: Assembler messages:
start.s:30: Error: no such instruction: `b Reset//MCU가 리셋된후 실행된다.'
start.s:31: Error: no such instruction: `b Undefined_Instruction//정의되지 않는 명령이 명령 인스트럭터에 패치되었을때 실행된다.'
start.s:32: Error: no such instruction: `b Software_Interrupt//소프트웨어적인 인터럽트 명령(SWI)가 수행되었을 때 실행된다.'
start.s:33: Error: no such instruction: `b Prefetch_Abort//데이타를 프리 패치 할때 버스 에러가 발생하면 실행된다.'
start.s:34: Error: no such instruction: `b Data_Abort//데이타 에러가 발생하면 실행된다.'
start.s:35: Error: no such instruction: `b Not_Used//사용되지 않는다.'
start.s:36: Error: no such instruction: `b IRQ//IRQ 인터럽트가 발생되면 실행된다.'
start.s:37: Error: no such instruction: `b FIQ//IRQ 인터럽트보다 우선권이 있는 인터럽트가 발생되면 실행된다.'
~~생략
start.s:127: Error: no such instruction: `b LedFlashing'
make[1]: *** [start.o] 오류 1
make[1]: 나감 `/tmp/ezboot/start' 디렉토리
make: *** [all] 오류 2
[root@ansee ezboot]# make
for i in start main ; do make -C $i || exit ; done
make[1]: 들어감 `/tmp/ezboot/start' 디렉토리
as -o start.o start.s
start.s: Assembler messages:
start.s:30: Error: no such instruction: `b Reset//MCU가 리셋된후 실행된다.'
start.s:31: Error: no such instruction: `b Undefined_Instruction//정의되지 않는 명령이 명령 인스트럭터에 패치되었을때 실행된다.'
start.s:32: Error: no such instruction: `b Software_Interrupt//소프트웨어적인 인터럽트 명령(SWI)가 수행되었을 때 실행된다.'
start.s:33: Error: no such instruction: `b Prefetch_Abort//데이타를 프리 패치 할때 버스 에러가 발생하면 실행된다.'
start.s:34: Error: no such instruction: `b Data_Abort//데이타 에러가 발생하면 실행된다.'
start.s:35: Error: no such instruction: `b Not_Used//사용되지 않는다.'
start.s:36: Error: no such instruction: `b IRQ//IRQ 인터럽트가 발생되면 실행된다.'
start.s:37: Error: no such instruction: `b FIQ//IRQ 인터럽트보다 우선권이 있는 인터럽트가 발생되면 실행된다.'
~~생략
start.s:127: Error: no such instruction: `b LedFlashing'
make[1]: *** [start.o] 오류 1
make[1]: 나감 `/tmp/ezboot/start' 디렉토리
make: *** [all] 오류 2