ts-7000
[Top] [All Lists]

Re: [ts-7000] Re: Digital Signal Processing

To:
Subject: Re: [ts-7000] Re: Digital Signal Processing
From: Jeff Cunningham <>
Date: Mon, 16 Jul 2007 18:18:09 -0700
victorp_27 wrote:

--- In ts-7000%40yahoogroups.com, "saint_sley" <saint_sley@ ...> wrote:
>
>
> thank you christopher,
> I was reading about FFTW and how to use it, however I can't find how
> to compile it with arm-linux-gnu- gcc. i was able to compile this
> library with gcc, but if I want to develop an application on TS-
7250,
> I must compile with arm-linux-gnu- gcc, does someone know about it?
can
> help me?
>
> Thank you
>

I'm having the same problem tha saint_sley. I can't compile fftw with
arm-linux-gcc, but I can do it with the gcc. I'm very newbie using
this and I don't know what to do. Could someone help me,please?

I've successfully compiled fftw-3.1.2 (static library) with the script below. You have to turn off the tests with if you add --enable-shared to the configuration. Run the script in the fftw directory after you expand the tarball.

--Jeff


#!/bin/sh

## Set  the name triplet for my cross-compile target
CROSS="arm-unknown-linux-gnu"

## Set the prefix for build results
PREFIX="/home/ts7200/fftw"

## Enlarge the PATH within the scope of this script
PTH="/opt/crosstool/gcc-3.3.5-glibc-2.3.2/${CROSS}/bin/"
export PATH=${PTH}:${PATH}

## Name of cross-compiler
GCC=${CROSS}-gcc

## Clear out hosts CFLAGS or they will screw up the build
unset CFLAGS

## Generate make file
./configure --prefix=$PREFIX --target=$CROSS --host=$CROSS CC=$GCC --enable-shared

## Run make file here where the PATH is still valid
make && make install



__._,_.___


SPONSORED LINKS
Single board computer Hardware Computer running slow
Linux os Single board

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: =Email Delivery: Digest | m("yahoogroups.com?subject","ts-7000-fullfeatured");=Change Delivery Format: Fully Featured">Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | =Unsubscribe

__,_._,___
<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU