From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9F8E7385780F; Fri, 26 Mar 2021 04:07:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F8E7385780F From: "luoyonggang at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/19797] Unsupported powerpc bfd arch/machine variants Date: Fri, 26 Mar 2021 04:07:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: luoyonggang at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2021 04:07:31 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D19797 Yonggang Luo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luoyonggang at gmail dot c= om --- Comment #7 from Yonggang Luo --- Hi I am using GNU gdb (GDB) 10.1, and it's doesn't support for remote debug= ging powerpc:e500mc powerpc:common64 powerpc:e6500 ``` PS C:\work\xemu\xemu-with-lib> powerpc-none-eabi-gdb.exe C:/work/windriver/vxworks-6.9/qsp/default/vxWorks GNU gdb (GDB) 10.1 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=3Dx86_64-w64-mingw32 --target=3Dpowerpc-none-eabi". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from C:/work/windriver/vxworks-6.9/qsp/default/vxWorks... (gdb) set arch powerpc:e500mc Architecture `powerpc:e500mc' not recognized. The target architecture is set to "auto" (currently "powerpc:common"). (gdb) set arch powerpc:common64 Architecture `powerpc:common64' not recognized. The target architecture is set to "auto" (currently "powerpc:common"). (gdb) set arch powerpc:e6500 Architecture `powerpc:e6500' not recognized. The target architecture is set to "auto" (currently "powerpc:common"). (gdb) ``` Anyway to resolve the issue? --=20 You are receiving this mail because: You are on the CC list for the bug.=