Re: AArch64 GDB buildbot
Yao Qi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAH=s-PPxATKU6LR3am_X_z19bj0MEPyHPnv5BvHs2b+jPzXb5w@mail.gmail.com> |
On Mon, Jun 13, 2016 at 6:19 PM, Sergio Durigan Junior <[email protected]> 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 (齐尧)