Re: [Mingw-w64-public] GDB 7.0.1

2010-01-09 Thread Chris Sutcliffe
>> However I am sure I'm not the only one encountering this issue. >> Perhaps I should build my own GDB binary instead, so I have more >> understanding of what is going on. > > I built myself a gdb-7.0.1 release and it still output the warnings There is a report on the GDB mailing list with someon

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-09 Thread t66...@gmail.com
> However I am sure I'm not the only one encountering this issue. > Perhaps I should build my own GDB binary instead, so I have more > understanding of what is going on. I built myself a gdb-7.0.1 release and it still output the warnings -

Re: [Mingw-w64-public] Problems with emmintrin.h

2010-01-09 Thread Kai Tietz
2010/1/9 Mook - : > Building approximately a week-old mozilla-central here. > > emmintrin.h hates me; the minimal testcase is: > > echo '#include ' | gcc -xc -c -o /dev/null - > > The error is: > some\path\bin\../lib/gcc/x86_64-w64-mingw32/4.5.0/include/mm_malloc.h:31:1: > error: static declaration

[Mingw-w64-public] Problems with emmintrin.h

2010-01-09 Thread Mook -
Building approximately a week-old mozilla-central here. emmintrin.h hates me; the minimal testcase is: echo '#include ' | gcc -xc -c -o /dev/null - The error is: some\path\bin\../lib/gcc/x86_64-w64-mingw32/4.5.0/include/mm_malloc.h:31:1: error: static declaration of '_aligned_malloc' follows non

[Mingw-w64-public] gdb and 64bits

2010-01-09 Thread t66...@gmail.com
Hi Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 7388.0x2a74] 0x6a599776 in __vout_AllocatePicture (p_this=0x0, p_pic=0x9e07960, i_chroma=1347835225, i_width=720, i_height=0, i_sar_num=0, i_sar_den=1) at video_output/vout_pictures.c:586 in video

Re: [Mingw-w64-public] GDB 7.0.1

2010-01-09 Thread t66...@gmail.com
Ozkan Sezer wrote: >> Also previously it was not possible to debug 64bits binary using GDB >> until this release. >> Tried gdb_20091224.tar.gz also was impossible to get any debugging info out. >> I mean previous gdb were somewhat broken and unable to debug app that crashed and got empty back