This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: [windows] build error on gdbserver


On 2011-11-25 1:38, Stan Shebs wrote:
On 11/24/11 5:11 AM, asmwarrior wrote:
../../../gdb/gdb/gdbserver/tracepoint.c: In function 'cmd_qtstatus':
../../../gdb/gdb/gdbserver/tracepoint.c:3460:5: error: unknown
conversion type c
haracter 'l' in format
../../../gdb/gdb/gdbserver/tracepoint.c:3460:5: error: unknown
conversion type c
haracter 'l' in format
../../../gdb/gdb/gdbserver/tracepoint.c:3460:5: error: format '%s'
expects type
'char *', but argument 12 has type 'LONGEST'
../../../gdb/gdb/gdbserver/tracepoint.c:3460:5: error: format '%s'
expects type
'char *', but argument 13 has type 'LONGEST'
../../../gdb/gdb/gdbserver/tracepoint.c:3460:5: error: too many
arguments for fo
rmat

Ugh, that's me actually, I fixed some of the ll's before committing, but missed those...

Stan


I have seen that you fixed this in the cvs HEAD, thanks!

Now, There is no build error under MinGW.

asmwarrior


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