This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ld crash in vinfo


This crashes for me.

cat > hello.def <<EOF
LIBRARY     hello
STACKSIZE   0x100000, 0x1000
HEAPSIZE    0x100000, 0x1000
EXPORTS
_hello
EOF
arm-wince-pe-gcc -nostdlib -e _DllMain -Wl,--dll -Wl,--subsystem=wince:3.00  -Wl,--base-file=hello.base -o hello.dll  -lsupc++ -lm -lc -lgcc
arm-wince-pe-dlltool -D hello.dll -d hello.def -b hello.base -e hello.exp
arm-wince-pe-gcc -nostdlib -e _DllMain -Wl,--dll -Wl,--subsystem=wince:3.00  -Wl,--base-file=hello.base -o hello.dll  hello.exp -lsupc++ -lm -lc -lgcc

I'm interested in knowing if you see the same thing.

Thanks,
Shaun


On Sat, 2003-06-21 at 01:22, Nick Clifton wrote:
> Hi Shaun,
> 
> > ld is crashing on me when trying to build a dll for
> > arm-wince-pe. I've attached a back-trace below. Any idea what's
> > causing this?
> 
> Would it be possible for you to generate a *small* test case that
> reproduces the problem ?
> 
> Cheers
>         Nick
>         
> 
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]