도와주세요!!
글 수 15,339
2002.07.15 14:35:20 (*.241.129.221)
6675
이런 에러메세지가 남니다.
터치드라이버 와 lcd드라이버 설정한후에 컴파일하면 에러남니다.
물론 터치와 lcd 는 전 버전꺼구요.
drivers/char/char.o: In function `mk712_init':
drivers/char/char.o(.text.init+0xff4): undefined reference to `SA1100_IRQ_TO_GPIO'
drivers/char/char.o(.text.init+0xff4): relocation truncated to fit: R_ARM_PC24
SA1100_IRQ_TO_GPIO
drivers/video/video.o: In function `sa1100fb_activate_var':
drivers/video/video.o(.text+0x6444): undefined reference to `get_cclk_frequency'
drivers/video/video.o(.text+0x6444): relocation truncated to fit: R_ARM_PC24
get_cclk_frequency
drivers/video/video.o: In function `sa1100fb_clkchg_notifier':
drivers/video/video.o(.text+0x6c44): undefined reference to `get_cclk_frequency'
drivers/video/video.o(.text+0x6c44): relocation truncated to fit: R_ARM_PC24
get_cclk_frequency
make: *** [vmlinux] 오류 1
[root@localhost linuxlck]#
터치드라이버 와 lcd드라이버 설정한후에 컴파일하면 에러남니다.
물론 터치와 lcd 는 전 버전꺼구요.
drivers/char/char.o: In function `mk712_init':
drivers/char/char.o(.text.init+0xff4): undefined reference to `SA1100_IRQ_TO_GPIO'
drivers/char/char.o(.text.init+0xff4): relocation truncated to fit: R_ARM_PC24
SA1100_IRQ_TO_GPIO
drivers/video/video.o: In function `sa1100fb_activate_var':
drivers/video/video.o(.text+0x6444): undefined reference to `get_cclk_frequency'
drivers/video/video.o(.text+0x6444): relocation truncated to fit: R_ARM_PC24
get_cclk_frequency
drivers/video/video.o: In function `sa1100fb_clkchg_notifier':
drivers/video/video.o(.text+0x6c44): undefined reference to `get_cclk_frequency'
drivers/video/video.o(.text+0x6c44): relocation truncated to fit: R_ARM_PC24
get_cclk_frequency
make: *** [vmlinux] 오류 1
[root@localhost linuxlck]#