From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F15A23858D28; Fri, 3 Mar 2023 21:26:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F15A23858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677878819; bh=negFotenVl8yCr8tBv49z0XIbIjtF+UkWtJM6FJ44uQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xJ/q9DkjOWDc2eRbdtTRcL35DXBxa2jKKjNWZAGlEGBw6Km6lf/0V4147BpYx1upB CGSSEiVp2dzE91wacz63urJhOnGgGPq5pq0Ag+VQS3n6uH6GDxamq2SwlWZ8u17AYU sxsC/dQuaOv89KmO2DWx/WXfsyv2O8bfSsUwTL9o= From: "jbglaw@lug-owl.de" To: gdb-prs@sourceware.org Subject: [Bug sim/29439] mips simulator (jmr3904) unable to run executables Date: Fri, 03 Mar 2023 21:26:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: sim X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jbglaw@lug-owl.de X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: vapier at gentoo dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29439 Jan-Benedict Glaw changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbglaw@lug-owl.de --- Comment #7 from Jan-Benedict Glaw --- This fix seems to have a side effect: .../configure --prefix=3D/tmp/gdb-mipsisa64sb1-elf --target=3Dmipsisa64sb1-= elf make V=3D1 all-gdb [...] [all 2023-03-03 21:07:56] /usr/lib/gcc-snapshot/bin/gcc -DHAVE_CONFIG_H -DWITH_TARGET_WORD_BITSIZE=3D64 -DWITH_TARGET_WORD_MSB=3D63 -DWITH_FLOATING_POINT=3DHARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=3D64 -DWITH_HW=3D1 -DHAVE_DV_SOCKSER -DDEFAULT_INLINE=3D0 -Wall -Wdeclaration-after-statement -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscrip= ts -Wempty-body -Wunused-but-set-parameter -Wno-error=3Dmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wpointer-sign -Wold-style-declaration -Werror -I. -I/var/lib/laminar/run/gdb-mipsisa64sb1-elf/51/binutils-gdb/sim/mips -I../common -I/var/lib/laminar/run/gdb-mipsisa64sb1-elf/51/binutils-gdb/sim/mips/../com= mon -I../../include -I/var/lib/laminar/run/gdb-mipsisa64sb1-elf/51/binutils-gdb/sim/mips/../../= include -I../../bfd -I/var/lib/laminar/run/gdb-mipsisa64sb1-elf/51/binutils-gdb/sim/mips/../../= bfd -I../../opcodes -I/var/lib/laminar/run/gdb-mipsisa64sb1-elf/51/binutils-gdb/sim/mips/../../= opcodes -I../..=20 -I/var/lib/laminar/run/gdb-mipsisa64sb1-elf/51/binutils-gdb/sim/mips/../../= gnulib/import -I../../gnulib/import -DTARGET_ENABLE_FR=3D1 -DMIPS_MACH_DEFAULT=3Dbfd_mach_mips_sb1 -g -O2 -c -o semantics.o -MT semantics.o -MMD -MP -MF .deps/semantics.Tpo semantics.c [all 2023-03-03 21:07:56] sb1.igen: In function 'semantic_PABSDIFC_fmt_MDMX= ': [all 2023-03-03 21:07:56] sb1.igen:178:21: error: unknown conversion type character 'v' in format [-Werror=3Dformat=3D] [all 2023-03-03 21:07:56] 178 | check_mdmx (SD_, instruction_0); [all 2023-03-03 21:07:56] | ^~~~~~~~~~~~~~=20=20= =20=20=20=20=20=20 [all 2023-03-03 21:07:56] sb1.igen:178:21: error: format '%ld' expects argu= ment of type 'long int', but argument 9 has type 'unsigned int' [-Werror=3Dforma= t=3D] [all 2023-03-03 21:07:56] 178 | check_mdmx (SD_, instruction_0); [all 2023-03-03 21:07:56] | ^~~~~~~~~~~~~~=20=20= =20=20=20=20=20=20 [all 2023-03-03 21:07:56] sb1.igen:178:21: error: too many arguments for fo= rmat [-Werror=3Dformat-extra-args] [all 2023-03-03 21:08:05] cc1: all warnings being treated as errors Sorry for taking so long to report it. --=20 You are receiving this mail because: You are on the CC list for the bug.=