ld terminated with signal 11



I'm working on setting up an ARM toolchain under Linux. I've installed
binutils 2.10, arm-gcc 2.95.2 and glibc 2.1.3. When I try to compile
the simple test code shown below, the linker terminates with a signal
11. If I remove the iostream include and the cout statement, the
application compiles and links without errors. Does this mean the
linker is attempting to link against an incorrect lib version? I've
set up a similar tool chain on Windows using cygwin and didn't have
this issue. Any help would be much appreciated.

Thanks,
Vance

#include <iostream>

using namespace std;

int main()
{
cout << "Hello ARM" << endl;
return 0;
}

.



Relevant Pages

  • Re: runtime errors with lammpi compiled by intel compilers
    ... >>glibc 2.3.2 but run against an earlier glibc. ... > On the build environment, ... Inorder to avoid the glibc version conflicts, I tried to compile the ... I myself built these mpi libraries with the following options. ...
    (comp.lang.fortran)
  • compiling the latest glibc with the latest gcc
    ... In the docs for glibc, it says to use the latest gcc if possible, so I ... So does anyone know which gcc version will compile glibc-2.3.5 ... weak_alias (__isinf, isinf) ...
    (comp.os.linux.misc)
  • Re: Odd problem with Visual Studio
    ... I rebooted (so nothing of my test code is running). ... compile the code from the command line repeatedly without a problem. ... target directory, nor can the target file be deleted until I exist from the ... I am posting more detail in another posting as I have made some progress. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: intel compiler problem
    ... chain of syntax errors with the following test code ... end module test ... I am trying to compile this with just the -c flag and I get ... c/o Physics Dept. Simon Fraser University, ...
    (comp.lang.fortran)
  • Re: Implement memcmp function with help from gccs inline asm
    ... > The source I looked at was my package manager's glibc archive, ... > watched my package manager compile glibc. ... > to diagnose both my package manager and glibc's build process to work it ... > time as the library function. ...
    (comp.lang.asm.x86)