MAD 라이브러리를 써 볼려고 하는데.. 초보입니다ㅜ.ㅜ

절단해보아요의 이미지

리눅스의 기초도 제대로 닦기 전에 회사의 독촉에 의해 embedded linux환경에 mp3 플레이어를 올려보려고 노력하는 초짜입니다.

웹을 찾아보고 여기 kldp를 뒤져보니 mad 라는 라이브러리가 리눅스용으로 괜찮다고 하던데요..

이걸 받고나서 대체 어떻게 설치해야되는 건지 모르겠습니다. 윈도우만 사용했었던지라, 인스톨의 개념과 달라 너무 생소합니다.

README를 읽어보니 configure를 실행시키고 나온 makefile로 make를 하라는데, madlib는 그렇게 해서 잘 된거같은데, mad player를 configure하니까 libmad.h가 없다고 make 파일이 생성이 안되고 있습니다.

질문이 너무 광범위하고 뜬금없어 당황스러우시겠지만,
안되면 제가 참고할만한 링크라도 하나 알려주시면 정말 감사드리겠습니다ㅜ.ㅜ

dalgarak의 이미지

기본적으로... 소스 내의 INSTALL 파일을 먼저 보시는게 좋을 것 같습니다.
configure -> make -> make install을 하기 위해서 autotools를 보는건 오버질이고.. configure --help 로 가용한 옵션을 살펴보는 것도 추가로 뭔가를 알 수 있습니다.

타겟보드에 심으신다면... 구동을 위해 헤더가 필요할리는 없을테니, libmad 소스에 보면 mad.h 라던지, 이것저것 있습니다.
이 경로를 CFLAGS에 "-I/libmad소스위치" 와 같은 형식으로 include에 포함시켜주시면 configure때 넘어갈 수 있을 껍니다. :]
그게 안되면 libmad를 configure 타이밍때 --prefix 옵션으로 설치 위치를 외진곳에(...) 해두시고 설치하신다음
madplay의 configure때 해당 prefix를 libmad와 동일하게 구성하는 방법도 있겠군요...

뭐 해결 방법은 이것들 말고도 여러가지입니다만.. 일단은 INSTALL 파일을 보시는 걸 권장합니다.

xx1의 이미지

MAD는 기본적으로 무료로 알고 있지만(GPL2), 상용은 다른 라이센스를 갖고 있는 것으로 압니다.
잘 알아보시길 바랍니다.
http://www.underbit.com/products/mad/

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.