Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Nemo Nusquam via Gdb <gdb@sourceware.org>
To: gdb@sourceware.org
Subject: Running gdb-14.0.50
Date: Wed, 22 Mar 2023 18:56:58 -0400	[thread overview]
Message-ID: <2c0596bd-205b-ac8e-9df8-d9eee39c2421@gmail.com> (raw)

I downloaded gdb-14.0.50.20230322 and built it with the following 
configuration script.

ABI=64 \
CFLAGS='-m64 -g3 -O0' \
CXXFLAGS='-m64 -g3 -O0' \
SHELL=/usr/bin/bash \
AR=/usr/bin/gar \
AS=/usr/bin/as \
CC=/home/build/gcc/64/bin/gcc \
CXX=/home/build/gcc/64/bin/g++ \
../gdb-14.0.50.20230322/configure \
--with-gmp-prefix=/usr/local \
--with-mpfr-prefix=/usr/local \
--host=sparcv9-sun-solaris11 \
--build=sparcv9-sun-solaris11 \
--enable-64-bit-bfd \
--enable-tui \
--with-curses \
--disable-bootstrap \
--disable-gprof \
--disable-gprofng \
--disable-gold \
--disable-gas \
--disable-sim

Despite specifying both host and build as sparcv9, when I invoke against 
a simple C binary, the following happens.

../../gdb-14.0.50.20230322/gdb/arch-utils.c:753: internal-error: 
initialize_current_architecture: Selection of initial architecture failed
A problem internal to GDB has been detected,

Is there any other option that will specify a build for sparcv9 alone.  
No other architecture will be debugged on this machine (T2000 running 
Solaris 11.3).

Thank you.
N.

             reply	other threads:[~2023-03-22 22:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-22 22:56 Nemo Nusquam via Gdb [this message]
2023-03-23 13:05 ` Rainer Orth
2023-03-27  0:53   ` Nemo Nusquam via Gdb
2023-03-27 14:00     ` Rainer Orth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2c0596bd-205b-ac8e-9df8-d9eee39c2421@gmail.com \
    --to=gdb@sourceware.org \
    --cc=cym224@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox