도와주세요!!
글 수 15,339
2002.11.19 16:27:52 (*.221.25.60)
6686
lcd 구현에서요.
제공하는 cd에서 sa1100fb.c를 copy하고
kernel compile을 했습니다.
먼저 include/linux/mtd/compatmac.h의 major와 minor가
redefined되어 있다고 warning이 발생해서 주석 처리를 했습니다.
그런데..
다음과 같은 에러가 나네요..
drivers/video/video.o: In function 'sa1100fb_activate_var':
drivers/video/video.o(.text+0x63e0): undefined reference
to 'get_cclk_frequency'
drivers/video/video.o(.txt+0x63e0): relocation truncated to fit:
R_ARM_PC24 get_cclk_frequency
drivers/video/video.o: In function 'sa1100fb_clkchg_notifier':
drivers/video/video.o(.txt+0x6be0): undefined reference
to 'get_cclk_frequency'
drivers/video/video.o(.txt+0x6be0): relocation truncated to fit:
R_ARM_PC24 get_cclk_frequency
어떻게 된건지 모르겠네요..
그냥 cd에서 제공하는 image를 사용하면 동작하거던요..
제공하는 cd에서 sa1100fb.c를 copy하고
kernel compile을 했습니다.
먼저 include/linux/mtd/compatmac.h의 major와 minor가
redefined되어 있다고 warning이 발생해서 주석 처리를 했습니다.
그런데..
다음과 같은 에러가 나네요..
drivers/video/video.o: In function 'sa1100fb_activate_var':
drivers/video/video.o(.text+0x63e0): undefined reference
to 'get_cclk_frequency'
drivers/video/video.o(.txt+0x63e0): relocation truncated to fit:
R_ARM_PC24 get_cclk_frequency
drivers/video/video.o: In function 'sa1100fb_clkchg_notifier':
drivers/video/video.o(.txt+0x6be0): undefined reference
to 'get_cclk_frequency'
drivers/video/video.o(.txt+0x6be0): relocation truncated to fit:
R_ARM_PC24 get_cclk_frequency
어떻게 된건지 모르겠네요..
그냥 cd에서 제공하는 image를 사용하면 동작하거던요..