ld terminated with signal 11
- From: vsouders@xxxxxxxxxxxxxx
- Date: 26 Jul 2005 11:07:30 -0700
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;
}
.
- Follow-Ups:
- Re: ld terminated with signal 11
- From: CBFalconer
- Re: ld terminated with signal 11
- From: vsouders
- Re: ld terminated with signal 11
- From: vsouders
- Re: ld terminated with signal 11
- From: Tauno Voipio
- Re: ld terminated with signal 11
- From: Hans-Bernhard Broeker
- Re: ld terminated with signal 11
- Prev by Date: Re: Nand flash-- How many no:of available blocks for 64MB SM
- Next by Date: Re: ld terminated with signal 11
- Previous by thread: HC12
- Next by thread: Re: ld terminated with signal 11
- Index(es):
Relevant Pages
|