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: AArch64 GDB buildbot


On Mon, Jun 13, 2016 at 6:19 PM, Sergio Durigan Junior
<sergiodj@redhat.com> wrote:
>> Thanks.  I want to run gdb tests for aarch64-linux in four modes,
>> {unix,native-gdbserver} x {aarch64, arm}.  In "arm", the test case is compiled
>> by arm-linux compiler, but GDB and GDBserver is still aarch64 program.
>
> OK, then you're gonna have to provide the full configure, make and make
> check lines for me so that I can adjust our configuration, please.
>

I take a look at files at git://git.sergiodj.net/gdb-buildbot.git, and
don't know how
to support multi-arch testing in aarch64 (aarch64 gcc doesn't accept -m32
option to generate arm code).  Let us step up simple configurations first.

The machine we want to use is gcc115.fsffrance.org.  The Linux is ubuntu
trusty.  The configure option I use is "--disable-binutils
--disable-gprof --disable-gold --disable-gas --disable-ld".  Then,
"make" and "make check".  I also want
to test with native-gdbserver, so make check
RUNTESTFLAGS="--target_board=native-gdbserver".  This should be
similar to other existing buildbot
slave settings.

-- 
Yao (éå)


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