Problems building celt-0.5.2 for blackfin. Use the following to configure: #!/bin/sh # bfinconf # Set up configuration to cross compile on blackfin ./configure \ --host=bfin \ --enable-fixed-point \ CC=bfin-uclinux-gcc \ CFLAGS='-O2 '\ '-mfast-fp '\ '-ffast-math '\ '-Wall -Dlinux '\ '-D__linux__ '\ '-fno-strict-aliasing '\ '-elf2flt '\ '-save-temps ' Get the following error on make: celtenc.c:56:21: error: ogg/ogg.h: No such file or directory The kernel has the following ogg.h files: 1 : ./user/blkfin-apps/mplayer/mplayer-svn-25211/tremor/ogg.h 2 : ./user/blkfin-apps/mpd/mpd-0.10.0/src/tremor/ogg.h 3 : ./user/oggplay/Tremor/ogg.h 4 : ./lib/tremor/ogg.h files 3 & 4 are identical files 1,2 and 3 are all different I plan to get it to work by adding one of these directories to the search path, but which one should I use? Thanks, Ian Davidson Software Developer Clear-Com, a Vitec Group brand 7400 Beach Drive IQ Cambridge Cambridge CB25 9TP United Kingdom TEL: +44(0) 1223 815000 DDI: +44(0) 1223 815977 Fax: +44(0) 1223 815001 ian.davidson at vitecgroup.com www.clearcom.com <outbind://6-00000000D7A71728D49A6F42A4D030A8BDCE2F0D070003A2EBDA91A95F4 D810DE4AB926613CC0000001C2DD1000003A2EBDA91A95F4D810DE4AB926613CC0000017 0948D0000/www.clearcom.com> Registered office: William Vinten Building, Western Way, Bury St Edmunds, Suffolk IP33 3TB Registered in England no.3439720 Directors: Matt Danilowicz,Alastair Hewgill, Joop Janssen, Roland Peate ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20090310/40d51abc/attachment-0002.htm
Timothy B. Terriberry
2009-Mar-10 15:54 UTC
[CELT-dev] Problems building celt-0.5.2 for blackfin
Ian Davidson <Ian.Davidson at VitecGroup.com> wrote:> I plan to get it to work by adding one of these directories to the > search path, but which one should I use?None of them. Tremor's ogg.h is incompatible with libogg's ogg.h, and it is the latter that CELT is looking for. libogg should only be needed to build the celtenc and celtdec tools, however, not for the library itself.
Gregory Maxwell
2009-Mar-10 16:41 UTC
[CELT-dev] Problems building celt-0.5.2 for blackfin
On Tue, Mar 10, 2009 at 6:13 AM, Ian Davidson <Ian.Davidson at vitecgroup.com> wrote:> Problems building celt-0.5.2 for blackfin.[snip]> celtenc.c:56:21: error: ogg/ogg.h: No such file or directoryDid libcelt/testcelt build? ?If so, you may have working copy of CELT. I recommend testing using testcelt, since it doesn't have any dependencies.