[Tremor] Need help for compiling Tremor on ARM 926EJ-S

Diptopal Basu diptopal.basu at gmail.com
Thu Apr 16 22:32:13 PDT 2009


   Redirecting this mail to the Tremor Forum . I am looking at implementing
   Tremor on a ARM 926EJ-S board .  Actually I think Tremor would be more
   suitable for my hardware .Can anyone help ?
   Regards
   Diptopal Basu

---------- Forwarded message ----------
From: Ralph Giles <rillian at telus.net>
Date: Thu, 16 Apr 2009 09:44:05 -0700
Subject: Re: [Vorbis-dev] Does libao use /dev/sound for audio ?
To: Diptopal Basu <diptopal.basu at gmail.com>
Cc: Conrad Parker <conrad at metadecks.org>, vorbis-dev at xiph.org

On Thu, Apr 16, 2009 at 1:41 AM, Diptopal Basu <diptopal.basu at gmail.com> wrote:

> I am planning to port this on a an ARM platform running Linux .  Actually I
> was hunting for the makefile in the libogg and libvorbis folders and I could
> not find it  . I guess I need to make use of the autotools to first generate
> the makefile from makefile.in , config.h.in etc

That's correct. You may not need to modify the Makefiles directly
though. In theory you can do something like this:

./configure --host=arm-linux-gnueabi

This is supposed to set the same variables automatically in the
Makefiles in creates. Sometimes one must fiddle with --prefix and
dependent library locations to get subsequent stages to link however.

 -r


More information about the Tremor mailing list