도와주세요!!
글 수 15,339
2007.06.18 22:43:47 (*.93.53.28)
6677
make 실행하면 sample.o gx.o gx16.o 가 만들어 지는데요
sample 가 안만들어 지거든요
에러 나온 내용을 보면
gx.o (.text+0x70f) : In function 'gx_screen_dc' :
: undefined reference to 'gx_color'
gx.o (.text+0x716) : In function 'gx_screen_dc' :
: undefined reference to 'gx_clear'
gx.o (.text+0x71d) : In function 'gx_screen_dc' :
: undefined reference to 'gx_get_pixel'
gx.o (.text+0x724) : In function 'gx_screen_dc' :
: undefined reference to 'gx_set_pixel'
gx.o (.text+0x72b) : In function 'gx_screen_dc' :
: undefined reference to 'gx_hline'
gx.o (.text+0x732) : In function 'gx_screen_dc' :
: undefined reference to 'gx_vline'
collect2: id returned 1 exit status
make: *** [sample] 오류 1
이렇게 메세지가 뜹니다. 아무리 찾아봐도 모르겠습니다. ㅠㅠ
어찌 해야합니까??
sample 가 안만들어 지거든요
에러 나온 내용을 보면
gx.o (.text+0x70f) : In function 'gx_screen_dc' :
: undefined reference to 'gx_color'
gx.o (.text+0x716) : In function 'gx_screen_dc' :
: undefined reference to 'gx_clear'
gx.o (.text+0x71d) : In function 'gx_screen_dc' :
: undefined reference to 'gx_get_pixel'
gx.o (.text+0x724) : In function 'gx_screen_dc' :
: undefined reference to 'gx_set_pixel'
gx.o (.text+0x72b) : In function 'gx_screen_dc' :
: undefined reference to 'gx_hline'
gx.o (.text+0x732) : In function 'gx_screen_dc' :
: undefined reference to 'gx_vline'
collect2: id returned 1 exit status
make: *** [sample] 오류 1
이렇게 메세지가 뜹니다. 아무리 찾아봐도 모르겠습니다. ㅠㅠ
어찌 해야합니까??
2007.06.19 00:49:41 (*.212.137.23)
네, 화면 해상도 별로 gx16.c gx32.c 등이 있어야 합니다. 화면 해상도가 32 bit 칼라로 설정되어 있다면 gx32.c 가 있어야 합니다. 혹 gx32.c가 없나요? 없으시면 강좌&팁 게시판에 올려진 "gx 0.3.1 Bitmap 출력" 글에 첨부된 압축 파일을 내려 받으시면 됩니다.
아래의 링크를 참고하세요. ^^
http://forum.falinux.com/bbs/zboard.php?id=lecture2&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=223
아래의 링크를 참고하세요. ^^
http://forum.falinux.com/bbs/zboard.php?id=lecture2&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=223
gx.h 파일도 /usr/include 폴더에다가 카피했는데요 그래도 안돼요