search for: coldfires

Displaying 20 results from an estimated 23 matches for "coldfires".

Did you mean: coldfire
2013 Feb 01
3
[LLVMdev] configure with new target
Hello everyone! I've started to implement a ColdFire backend, but there are some troubles during configuring: $ ../llvm/configure --enable-targets=x86,x86_64,coldfire ... ... ... checking whether byte ordering is bigendian... no configure: error: Unrecognized target coldfire configure: error: ../../../llvm/projects/sample/configure failed for projects/sample I've added ColdFire to : 1)
2013 Feb 01
0
[LLVMdev] configure with new target
On Fri, Feb 01, 2013 at 04:43:59PM +0200, Vadim Khoptynets wrote: > Hello everyone! > > I've started to implement a ColdFire backend, but there are some troubles > during configuring: > > $ ../llvm/configure --enable-targets=x86,x86_64,coldfire > ... > ... > ... > checking whether byte ordering is bigendian... no > configure: error: Unrecognized target
2009 Jun 21
0
Speex AEC for Coldfire
Hi Guys, I'm attempting to use the libspeexdsp component with a Coldfire M5329. I've downloaded the speex-1.2beta3 and configured using the following: ./configure --host=m68k-uclinux --prefix=/home/uclinux/uClinux-dist --enable-fixed-point LDFLAGS='-Wl,-elf2flt' The library builds fine (or appears to) an is placed in the subdir 'lib' of the prefix shown above; my routine
2013 Feb 01
1
[LLVMdev] configure with new target
On Fri, Feb 1, 2013 at 4:01 PM, Tom Stellard <tom at stellard.net> wrote: > On Fri, Feb 01, 2013 at 04:43:59PM +0200, Vadim Khoptynets wrote: >> Hello everyone! >> >> I've started to implement a ColdFire backend, but there are some troubles >> during configuring: >> >> $ ../llvm/configure --enable-targets=x86,x86_64,coldfire >> ... >>
2007 Feb 09
2
Speex port to Coldfire or Equivalent
An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070208/8d58621c/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ktsLogoNew.jpg Type: image/jpeg Size: 8000 bytes Desc: not available Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20070208/8d58621c/ktsLogoNew-0001.jpg
2000 Feb 16
2
Embedding samba...
Hi All, I am working on a port of Samba to the uClinux/ColdFire system. This is a port of Linux running on the Motorola ColdFire processors. These processors have no MMU, so no virtual memory. It also means that there is no true fork() call, only a vfork() type primitive is supported. Other than this the fact that there is no MMU is pretty transparent applications, it looks like any other Linux
2007 Apr 18
4
[Bridge] Is bridgeing possible with kernel 2.6.10
Hi I didn't get bridgeing to work with Linux kernel 2.6.10 (coldfire 5485) yet. When i try to configure bridgeing with "brctl", everything seems to be ok, but i if i try to ping through my bridge, i see ARP-Request arriving on the other side, but the ARP-Responses do not go back through the bridge. Now i could read in
2005 Aug 03
2
Ogg Vorbis on DSP platform?
Hello, I'd like to develop a codec for the Ogg Vorbis algorithm on a DSP (controller?) hardware platform. We've got 2 (3) main applications: 1) the codec should be used for 2 channel simultaneous message recording/playback on flash EPROM. 2) the codec should be used for streaming audio over IP or Ethernet/intranet networks. 3) for large system, the PC should serve as a storing device We
2007 Feb 15
0
error during make while installing Linphone-1.5.1
Hi All, I am getting this error during make. please help me./ speexec.c: In function `speex_ec_process': speexec.c:112: syntax error before "noise" cc1: warnings being treated as errors speexec.c:133: warning: implicit declaration of function `speex_echo_state_reset' speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes pointer from integer without a cast
2013 Mar 03
2
[LLVMdev] trouble with AsmPrinter registration
Hello everyone! Could somebody, advice me what's wrong with my AsmPrinter? I've created ColdFireAsmPrinter.cpp file, and added initialization: extern "C" void LLVMInitializeColdFireAsmPrinter() { RegisterAsmPrinter<ColdFireAsmPrinter> X(TheColdFireTarget); } But, unfortunately, after build AsmPrinters.def doesn't contain LLVM_ASM_PRINTER(ColdFire). Maybe I've
2007 May 22
2
Testing for 1.2beta2
Dan Everton a ?crit : > Just one minor issue while building for ARM4 targets. The prototype for > the normalize16 function hasn't been updated in filters_arm4.h. The > attached patch should fix that. Patch applied. Thanks. In case you're interested, there's plenty of ARM4 optimisations that need to be updated (since 1.1.12) :-) > Apart from that, the 1.2beta2 release is
2007 May 18
4
Testing for 1.2beta2
Hi everyone, I'm planning on releasing Speex 1.2beta2 in the next few days. I'd appreciate if everyone could try and test the current svn to make sure no bug crept in for your favourite plarform/application. Cheers, Jean-Marc
2007 Feb 15
0
error during make while installing Linphone-1.5.1
Hi All, I am getting this error during make. please help me./ speexec.c: In function `speex_ec_process': speexec.c:112: syntax error before "noise" cc1: warnings being treated as errors speexec.c:133: warning: implicit declaration of function `speex_echo_state_reset' speexec.c:148: warning: passing arg 5 of `speex_echo_cancel' makes pointer from integer without a cast
2007 Feb 13
1
Re: Speex-dev Digest, Vol 33, Issue 10
Hi All, I am trying to cross compile speex-1.1.12 to powerpc-405, i get a error after the make, speexec.lo error, please help me how to get rid of this error. On 2/9/07, speex-dev-request@xiph.org <speex-dev-request@xiph.org> wrote: > Send Speex-dev mailing list submissions to > speex-dev@xiph.org > > To subscribe or unsubscribe via the World Wide Web, visit >
2009 Jul 07
0
[LLVMdev] LLVM
[ cc: llvmdev -- please email the list rather than me directly ] 2009/7/6 asaf <asaf at inbox.com> > LLVM seems a good vm, why is there no 68k version ? > LLVM is an open-source project with development driven by contributors (companies and individuals), and if there isn't a particular feature implemented, it's because no one has had the necessity or desire to implement it.
2007 May 23
0
Testing for 1.2beta2
Hi, I have compiled the sample sampleenc.c w/o any errors. then I tried to compress a sound file which is in WAV and RAW format but the file size is from 200K to 80byte. I think there is somehing wrong but no idea why will be like that. any idea? I used 1. sampleenc test.wav > test.spx 2. sampleenc test.raw > test.spx Alex Quoting Jean-Marc Valin
2004 Sep 23
2
Re: Portable FLAC Players
> Apparently it plays only from its own on-board RAM, and you have to > pre-load files on it before you hit the road or head for the bus stop or > the train station, I gather? It doesn't play from removable media? Well, it functions like any other Digital Audio Player. Take the iPod, the iRiver iHp 120 and the Rio Karma to name just a few. These players all have integrated 20 or 40
2024 Apr 05
1
stack still executable on some arches?
On Debian/m68k, with latest klibc, I get this warning? /usr/bin/m68k-linux-gnu-ld: warning: /usr/lib/klibc/lib/crt0.o: requires executable stack (because the .note.GNU-stack section is executable) ? trying to link an executable with klcc. bye, //mirabilos -- Gestern Nacht ist mein IRC-Netzwerk explodiert. Ich hatte nicht damit gerechnet, darum bin ich blutverschmiert? wer konnte ahnen, da? SIE
2005 Aug 27
0
uClibc
Can uClibc substitute for klibc? uClibc is ported to the coldfires. Where can I find documention/howto's on early userspace? Cheers Robert Williams 5614 Hollins Road Roanoke, VA USA 24019 www.valcom.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.zytor.com/pipermail/klibc/attachments/20050822/1a5d...
2005 Aug 03
1
Ogg Vorbis on DSP platform?
Hello, I'd like to develop a codec for the Ogg Vorbis algorithm on a DSP (controller?) hardware platform. We've got 2 (3) main applications: 1) the codec should be used for 2 channel simultaneous message recording/playback on flash EPROM. 2) the codec should be used for streaming audio over IP or Ethernet/intranet networks. 3) for large system, the PC should serve as a storing device We