Displaying 5 results from an estimated 5 matches for "gcc55".
Did you mean:
gcc45
2018 Jul 02
0
C++11 and GCC 5+
This may be common knowledge to some, but it was new to me.
Libraries that use C++11 and are compiled with GCC 4.8.x that CentOS 7.x
has are NOT binary compatible with GCC 5.x or newer.
It seems to only effect C++11.
What you have to do -
create /opt/gcc55 (or whatever)
Rebuild any libraries that use C++11 that you need in something compiled
with GCC 5+ and install them within that prefix.
Then point to them in that prefix when building what you need to build.
-=-
The Linux runtime linker seems to get it right (as long as you have
/opt/gcc55/li...
2011 Apr 08
0
[LLVMdev] Assuring ARM code quality in LLVM
...cross-compile on build slaves.
there are several idle ARM buildslaves. There are the following slaves:
gcc35: # 1TB 0.8 GHz Freescale i.MX515 (ARM Cortex-A8) / 512 MB RAM
/ Efika MX Client Dev Board
gcc50: # 250G 0.6 GHz ARM XScale-80219 / 512 MB RAM / Thecus N2100 NAS
gcc55: # 250G 1.2 GHz ARM Feroceon 88FR131 (kirkwood) / 512 MB RAM /
Marvell SheevaPlug
gcc56: # 320G 1.2 GHz ARM Feroceon 88FR131 (kirkwood) / 512 MB RAM /
Marvell SheevaPlug
gcc57: # 320G 1.2 GHz ARM Feroceon 88FR131 (kirkwood) / 512 MB RAM /
Marvell SheevaPlug...
2011 Apr 07
4
[LLVMdev] Assuring ARM code quality in LLVM
Hi all,
I was recently investigating the build bot infrastructure and noticed
that the arm-linux target is failing for quite a long time. I believe
that it means ARM code is not executed all that often in LLVM tests,
is that correct?
We were wondering what kind of support we could give to make sure ARM
code is correct and don't regress, specially before releases (I know
it's a bit late
2009 Mar 15
1
vorbisenc creates silent ogg files on ARM EABI
...s on into the xiph tracker https://trac.xiph.org/ticket/1526
It's also compiler and floating-point-implementation dependent:
6456040 Happy.wav
346624 Happy-x86.ogg (x86, gcc-4.3, correct output)
186510 Happy-xscale (Debian, armv5te chip, armv4t code, 64-bit
softfloat, gcc-4.3)
253029 Happy-gcc55 (Gentoo, armv5te chip, armv5t code, 64-bit
softfloat, gcc-4.1.2)
166377 Happy-gcc-4.1 (Debian, armv5te chip, armv4t code, 64-bit
softfloat, gcc-4.1)
If I compile it to use the MaverickCrunch FPU on the ep9312 armv4t
chip, which doesn't handle denormalized values so floats only have a
precisio...
2011 Apr 08
2
[LLVMdev] Assuring ARM code quality in LLVM
...there are several idle ARM buildslaves. There are the following slaves:
>
> gcc35: # 1TB 0.8 GHz Freescale i.MX515 (ARM Cortex-A8) / 512 MB RAM
> / Efika MX Client Dev Board
>
> gcc50: # 250G 0.6 GHz ARM XScale-80219 / 512 MB RAM / Thecus N2100 NAS
>
> gcc55: # 250G 1.2 GHz ARM Feroceon 88FR131 (kirkwood) / 512 MB RAM /
> Marvell SheevaPlug
>
> gcc56: # 320G 1.2 GHz ARM Feroceon 88FR131 (kirkwood) / 512 MB RAM /
> Marvell SheevaPlug
>
> gcc57: # 320G 1.2 GHz ARM Feroceon 88FR131 (kirkwood) / 512 M...