Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] liquid-dsp: new package
Date: Fri, 9 Oct 2015 17:09:01 +0200	[thread overview]
Message-ID: <20151009170901.28799ac1@free-electrons.com> (raw)
In-Reply-To: <1444336646-12586-1-git-send-email-guillaume.bressaix@gmail.com>

Hello,

On Thu, 8 Oct 2015 14:37:25 -0600, Guillaume William Bres wrote:

> Liquid-DSP is a DSP library using pure C and only relying on libm.
> This patch clones the master branch because the latest tag is quite old,
> and configure.ac does not know of armv7|armv8 in that version for instance.
> 
> Autoconf requires to include -I(PACKAGE_DIR)/scripts, so I did my best
> to have something working, you guys might have suggestions to improve that.

What do you mean by "requires to include" ?

> Finally, ./configure does not work with an uclibc toolchain, so I added BR2_TOOLCHAIN_GLIBC
> as a dependency. The error is crealf() is not found (<complex.h>).

crealf() is available in musl, so you should instead:

	# needs crealf() complex math function
	depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      parent reply	other threads:[~2015-10-09 15:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-08 20:37 [Buildroot] liquid-dsp: new package Guillaume William Bres
2015-10-08 20:37 ` [Buildroot] [PATCH 1/1] " Guillaume William Bres
2015-10-09  9:08   ` Thomas Petazzoni
2015-10-09 15:09 ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151009170901.28799ac1@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox