One gocha I found when cross compiling for the ARM Cortex-A8 on the AM335x
Starter Kit:
The binary generate_codebook should be built for and executed on the build
platform - not the target platform that will ultimately run FreeDV. Those
generated codebook c files are the ones to be compiled for the target.
I'm not sure if that's easy to say in cmake. On the current autoconf setup
I do this:
$ svn co https://freetel.svn.sourceforge.net/svnroot/freetel/codec2-dev
$ cd codec2-dev
$ ./configure --host=i686 --prefix=$TARGET_NFS/usr/local
$ cd src
$ gcc generate_codebook.c -o generate_codebook -lm
$ cd ..
$ make
$ make install
On Thu, Apr 18, 2013 at 9:00 AM, Richard Shaw <[email protected]> wrote:
> Should I go ahead and remove the generated files from svn on my next
> check-in?
>
> Thanks,
> Richard
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> Freetel-codec2 mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freetel-codec2
>
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2