[tremor] Tremor on a arm-elf-gcc

Nicolas Pitre nico at cam.org
Thu Oct 24 10:13:43 PDT 2002



On Thu, 24 Oct 2002, David Hallas Andersen wrote:

> Hi Everybody,
> 
> I have problems compiling the decoder on my Red Hat platform. The problem is
> that I have to compile it for an ARM platform but when I run the autogen
> script it correctly detects my system to be an x86 system, but I need to use
> it in an ARM system instead. I normally use the arm-elf-gcc compiler on the
> Red Hat system to compile applications for the ARM system. But what do I
> need to alter in the make file? I have tried changing the compiler in the
> make file but with no luck, I keep getting errors like: mdct.lo : could not
> read symbols : File in wrong format. What does that mean???

Try the following after autogen.sh:

        make distclean
        CC=arm-elf-gcc ./configure --host=arm-elf
        make

<p>Nicolas

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'tremor-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Tremor mailing list