make 컴파일시 질문입니다.

powermarine의 이미지

리눅스 프로그래밍 초보 입니다.. 다름이 아니라, 프로그램을 만들고, make로 gcc 컴파일할때 에러가 발생해서 글을 올립니다.
구글이나 다른 사이트에서 찾아보고, 적용해도, 해결이 되질 않네요... 고수님들의 조언을 부탁 드립니다.

아래는 make파일 내용 입니다..

CC = gcc
#CFLAGS = -g -O2 -W -Wall
CFLAGS = -v -w -g -W -Wall -O2
LIB = -lpthread

rtpcontrol : rtcp.c rtcp_event.c rtcp_packethandling.c rtcp_recv.c rtcp_utils.c rtp_buffer.c rtp_payload_type.c rtp_recv.c rtp_session.c rtp_ssrc_queue.c rtp_thread.c rtp_transport.c timeval.c bufferpool/bpstate.c parser/rtpparsers.c parser/rtp_h263.c parser/rtp_h264.c parser/rtp_m4v.c parser/rtp_mpa.c parser/rtp_mpv.c parser/rtp_speex.c parser/rtp_theora.c parser/rtp_aac.c parser/rtp_vorbis.c include/nms_header.c include/nms_printf.c include/nms_sock.c include/random32.c parser/rtp_utils.c

$(CC) $(CFLAGS) -o $@ $^ $(LIB)
clean :
@rm -rf *.o rtpcontrol
==========================================================================================================================================
make 후 에러 메세지 입니다..

/RTP_RTCP_Controller/rtcp_recv.c:122: multiple definition of `rtcp_parse_pkt'
/tmp/ccqAqCh8.o:/RTP_RTCP_Controller/rtcp_packethandling.c:135: first defined here
/tmp/ccqcT7y8.o: In function `rtcp_recv':
/RTP_RTCP_Controller/rtcp_recv.c:54: multiple definition of `rtcp_recv'
/tmp/ccqAqCh8.o:/RTP_RTCP_Controller/rtcp_packethandling.c:64: first defined here
/usr/lib/gcc/i386-redhat-linux/4.3.2/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
/tmp/ccUlEVE3.o: In function `rtp_recv':
/RTP_RTCP_Controller/rtp_recv.c:221: undefined reference to `playout_add'
/tmp/ccMhPJd6.o: In function `rtp_session_get_ssrc':
/RTP_RTCP_Controller/rtp_session.c:87: undefined reference to `rtsp_get_rtp_queue'
/tmp/cc7J7gmd.o: In function `rtp_ssrc_check':
/RTP_RTCP_Controller/rtp_ssrc_queue.c:160: undefined reference to `playout_init'
/RTP_RTCP_Controller/rtp_ssrc_queue.c:253: undefined reference to `playout_init'
/tmp/ccfpJqlD.o: In function `rtp_parser_reg':
/RTP_RTCP_Controller/parser/rtpparsers.c:93: undefined reference to `rtp_parser_mpa'
/tmp/ccfpJqlD.o: In function `rtp_parsers_init':
/RTP_RTCP_Controller/parser/rtpparsers.c:77: undefined reference to `rtp_parser_mpa'
/tmp/ccfpJqlD.o:(.rodata+0x0): undefined reference to `rtp_parser_mpa'
/tmp/ccfpJqlD.o:(.rodata+0x4): undefined reference to `rtp_parser_mpv'
/tmp/ccfpJqlD.o:(.rodata+0x8): undefined reference to `rtp_parser_h264'
/tmp/ccfpJqlD.o:(.rodata+0xc): undefined reference to `rtp_parser_h263'
/tmp/ccfpJqlD.o:(.rodata+0x10): undefined reference to `rtp_parser_speex'
/tmp/ccfpJqlD.o:(.rodata+0x14): undefined reference to `rtp_parser_theora'
/tmp/ccfpJqlD.o:(.rodata+0x18): undefined reference to `rtp_parser_vorbis'
/tmp/ccfpJqlD.o:(.rodata+0x1c): undefined reference to `rtp_parser_m4v'
/tmp/ccfpJqlD.o:(.rodata+0x20): undefined reference to `rtp_parser_aac'
collect2: ld returned 1 exit status
make: *** [rtpcontrol] Error 1

mach의 이미지

Makefile을 컴파일 단계와 링크단계로 보다 세분화해서 다시 잘~ 만드는것을 권장합니다.
------------------ P.S. --------------
지식은 오픈해서 검증받아야 산지식이된다고 동네 아저씨가 그러더라.

------------------ P.S. --------------
지식은 오픈해서 검증받아야 산지식이된다고 동네 아저씨가 그러더라.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.