search for: coldfire

Displaying 20 results from an estimated 23 matches for "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 projec...
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 coldfire > configure: error: ../../../llv...
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...
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 >> ... >> ... >> ... >> checking whether byte ordering is bigendian... no >> configure: error: Unrecognized target 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 applicati...
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 "http://www.tldp.org/HOWTO/Eth...
2005 Aug 03
2
Ogg Vorbis on DSP platform?
...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 are looking for soft- and hardware, we can integrate into our system. Our system has got a coldfire controller running Linux. On a system bus we are able to plug in different module like DSP's, ADC's, DAC's, other controllers ... Here are some questions: * What resources do I need in terms of DSP-Power, internal/external memory, ...? * do I get the source code? (I need to adapt it to...
2007 Feb 15
0
error during make while installing Linphone-1.5.1
...rg > > You can reach the person managing the list at > speex-dev-owner@xiph.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Speex-dev digest..." > > > Today's Topics: > > 1. Re: Speex port to Coldfire or Equivalent (larry@koostech.com) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 10 Feb 2007 14:08:20 -0500 (EST) > From: larry@koostech.com > Subject: Re: [Speex-dev] Speex port to Coldfire or Equivalent > To: &q...
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 missed...
2007 May 22
2
Testing for 1.2beta2
...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 about 0.6% faster on Coldfire > than beta1. Good to know, I didn't expect much change in the narrowband speed. Jean-Marc
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
...rg > > You can reach the person managing the list at > speex-dev-owner@xiph.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Speex-dev digest..." > > > Today's Topics: > > 1. Re: Speex port to Coldfire or Equivalent (Jean-Marc Valin) > 2. Re: speex in C# please help (Jean-Marc Valin) > 3. Re: Speex Options (Andras Kadinger) > 4. Re: Speex Options (Jean-Marc Valin) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: F...
2007 Feb 13
1
Re: Speex-dev Digest, Vol 33, Issue 10
...eplying, please edit your Subject line so it is more specific > than "Re: Contents of Speex-dev digest..." > > > Today's Topics: > > 1. Re: AEC and resample question (Jim Crichton) > 2. Re: AEC and resample question (Jean-Marc Valin) > 3. Speex port to Coldfire or Equivalent (Larry W. Koos) > 4. speex in C# please help (Mohammed Ibrahim) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 8 Feb 2007 16:27:28 -0500 > From: "Jim Crichton" <jim.crichton@comcast.net&g...
2009 Jul 07
0
[LLVMdev] LLVM
...e isn't a particular feature implemented, it's because no one has had the necessity or desire to implement it. > Im sure the devlopers of llvm can create a 68k version in a day, rather > than ppl struggling a year on it. > > Alot of 68k users, NetBSD 68k, embeded devices (not coldfire), get this vm > on 68k would be another avenue and increase userbase. > You are drastically underestimating the amount of work that goes to implement and support every new target. If you really want to see LLVM support 68k, you're welcome to submit patches, or pay someone else to do it....
2007 May 23
0
Testing for 1.2beta2
...ated 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 about 0.6% faster on Coldfire > > than beta1. > > Good to know, I didn't expect much change in the narrowband speed. > > Jean-Marc > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev >
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/1a5...
2005 Aug 03
1
Ogg Vorbis on DSP platform?
...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 are looking for soft- and hardware, we can integrate into our system. Our system has got a coldfire controller running Linux. On a system bus we are able to plug in different module like DSP's, ADC's, DAC's, other controllers ... Here are some questions: * What resources do I need in terms of DSP-Power, internal/external memory, ...? * do I get the source code? (I need to adapt it to...