similar to: CentOS 4 on IBMX3200 M3

Displaying 20 results from an estimated 5000 matches similar to: "CentOS 4 on IBMX3200 M3"

2011 Jun 15
2
Mirror URL Times Out
Dear All, I am using Centos 4.7, i have an issue when i run yum update, the URL times-out even when i browse it on firefox #yum update php Setting up Update Process Setting up repositories http://mirror.centos.org/centos/4/updates/i386/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out> Trying other mirror. Cannot open/read repomd.xml file for repository: update
2010 Jul 14
2
PHP 5.2 on CentOS 4
How can i upgrade from PHP 5.1.6 to PHP 5.2.9 on CentOS 4. Thanks _________________________________________________________________ Hotmail: Free, trusted and rich email service. https://signup.live.com/signup.aspx?id=60969 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Oct 11
3
[LLVMdev] Generate code for ARM Cortex m0, m3, and m4.
Hi, I am trying to cross compile code for ARM Cortex m0, m3, and m4. For m0, I use: -target armv6--eabi -mcpu=cortex-m0 That seems to work. For m3 and m4, I use the following which does not work (fatal error: error in backend: CPU: 'cortex-m3' does not support ARM mode): -target armv7m--eabi -mcpu=cortex-m3 and -target armv7em--eabi -mcpu=cortex-m4 Who can help me with the
2012 Jul 18
2
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 14:33, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > but I still haven't figure out how to build for cortex-m3 > > clang -march=armv7-m -mfloat-abi=soft <something missing?> testReference.cpp -c -march should have done the trick. You can also try -mcpu=cortex-m3, or try -ccc-host-triple armv7m-none-gnueabi (or -eabi), and possibly
2012 Jul 22
2
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Sun, Jul 22, 2012 at 9:42 PM, Anton Korobeynikov <anton at korobeynikov.info> wrote: >> Any suggestions? > Try to specify CPU explicitly. Already did. clang++ -ccc-gcc-name arm-none-linux-gnueabi-g++ -ccc-host-triple thumbv7m-none-gnueabi testReference.cpp -c -mcpu=cortex-m3 fatal error: error in backend: CPU: 'cortex-m3' does not support ARM mode execution! S.
2012 Jul 22
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
> clang++ -ccc-gcc-name arm-none-linux-gnueabi-g++ -ccc-host-triple > thumbv7m-none-gnueabi testReference.cpp -c -mcpu=cortex-m3 > fatal error: error in backend: CPU: 'cortex-m3' does not support ARM > mode execution! Ok, and what's about -mthumb then? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2014 Oct 09
2
Speex on M3 for a device for a disabled person to use
I am trying to develop a device for a disabled person and need low bitrate voice, speex looks good, however I need to find optimized M3 code and can not, searched online all over, I use Keil also if that helps. My M3 is 128kbps/64kram 72mhz, i only need to do a encode in one part and decode in another..... Please let me know if you can help this project with a link to optimized code Thanks!
2010 Jul 05
2
CentOS Cluster
Dear All, I am newbie to Linux Clustering, i have 2 standalone CentOS servers, i want to setup a cluster on those servers, to synchronize between each other, and to make a one as standby to the other, if a one fails the other will switchover. I will mostly use Apache, Mysql, and PHP. I have read the "Cluster Administration" document, i found that there are multiple methods to setup
2008 Nov 12
1
Use DECT GAP handsets with Snom M3 base?
Anyone have practical experience using inexpensive GAP-compliant DECT handsets with the Snom M3 basestation? When I asked Snom support, the answer was that 'basic functionality should work', but they didn't elaborate. I'm _guessing_ that means registering/unregistering with the base, making calls, and receiving calls (including presenting caller ID). They also stated that they
2009 Nov 24
0
[LLVMdev] arm cortex-m3
Looks OK to me, but I don't have any Cortex-M3 docs to confirm the choice of v7-A without NEON. deep On Sun, Nov 22, 2009 at 9:47 PM, Bagel <bagel99 at gmail.com> wrote: > Here is a one-line patch to support the cortex-m3. > For those who plan the features for ARM, the new cortex-m0 implements only a > subset of the Thumb2 instructions.  I still have yet to see a document that
2014 Oct 09
1
Speex on M3 for a device for a disabled person to use
Hi Tristan, well... if speed is really his problem (and looking at those 72 MHz it probably is), wouldn't Speek surpass Opus by far? I agree that Opus is way better, but it's sadly also using more resources... But yeah, Richard you should give Opus a try if possible ;) It's generally easier to use then Speex and also more feature rich. Yours sincerely, Ren? Sch?mann *From:*
2012 Jul 18
2
[LLVMdev] Setting up a cross-compiler for cortex-m3
Hi there, I'm trying to switch from GCC to llvm (clang++) for cross-compiling a firmware of mine for a stm32 (ARM cortex-m3). After looking in the documentation and a bit of googling here is what I did (in case someone else in the future is having the same problem) cd llvm git clone http://llvm.org/git/llvm.git cd llvm/tools git clone http://llvm.org/git/clang.git cd llvm/projects git
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Wed, Jul 18, 2012 at 3:52 PM, Renato Golin <rengolin at systemcall.org> wrote: > On 18 July 2012 14:33, salvatore benedetto > <salvatore.benedetto at gmail.com> wrote: >> but I still haven't figure out how to build for cortex-m3 >> >> clang -march=armv7-m -mfloat-abi=soft <something missing?> testReference.cpp -c > > -march should have done
2007 Aug 29
3
IBM X3200
Hi ppl . I am getting a IBM x3200.. This machine can only support up to 4 x 250GB SATA. I need to have a usable space of 500GB and mirror it to other 500GB. IBM proposed me to get 2 RAID cards. Do you guys think i can do raid 0 on the first 2 x 250GB HDD and raid 0 on the second 2 x 250GB hdd, both on hardware raid and then during the installation of centos 5, i raid 1 on both the 2 sets of
2013 Oct 12
0
[LLVMdev] Generate code for ARM Cortex m0, m3, and m4.
Hi Jan, For Cortex-M0, you should probably use the armv6m string in the target triple. For M3 and M4 you need to use the thumbv7m arch string, -mthumb won't be necessary. Amara On 11 October 2013 19:23, Jan Hoogerbrugge < jan.hoogerbrugge at biface-tools.com> wrote: > Hi, > > I am trying to cross compile code for ARM Cortex m0, m3, and m4. > > For m0, I use: > >
2012 Jul 28
2
[LLVMdev] Cross-compiling for cortex-m3: how do I get ride of -ccc-gcc-name ?
Hi there, I'm using clang to cross compile for cortex-m3. I eventually managed to do so with clang++ -ccc-gcc-name arm-none-linux-gnueabi-g++ -ccc-host-triple thumbv7m-none-gnueabi source.cpp -c -mcpu=cortex-m3 I would like to understand what -ccc-gcc-name does exactly and how can I get ride of it? >From what I understand, it's needed by the driver in order to find the binutils for
2010 Apr 15
1
[LLVMdev] Adding Cortext-M3 support
I'd be willing to help add support for ARM Cortex-M3, but I'm not sure how best to proceed. I found various .td files that had lines for other ARM architectures, and I had started adding additional entries for M3, but realized that without being able to actually build some ARM code to test, I wouldn't get anywhere. Is there someone that would be willing to help me get set up to work
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
Hi there, I'm trying to switch from GCC to llvm (clang++) for cross-compiling a firmware of mine for a stm32 (ARM cortex-m3). After looking in the documentation and a bit of googling here is what I did (in case someone else in the future is having the same problem) cd llvm git clone http://llvm.org/git/llvm.git cd llvm/tools git clone http://llvm.org/git/clang.git cd llvm/projects git
2009 Nov 22
2
[LLVMdev] arm cortex-m3
Here is a one-line patch to support the cortex-m3. For those who plan the features for ARM, the new cortex-m0 implements only a subset of the Thumb2 instructions. I still have yet to see a document that details what's in the subset. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: arm.diff URL:
2009 Oct 05
2
problem installing centos 5.3 on IBM x3200 m2
Hi, I am trying to install centos 5.3 on ibm x3200 m2 server. The problem appears when the installer is about to finish the installation. It detects the RAID correctly, but it doesn't finish formatting the root partition. I tried the default partition layout and also a custom one, but it always ends with the same message: An error occurred trying to format /. this problem is serious and the