qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] tests/docker: Use binaries for debian-tricore-cross


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2] tests/docker: Use binaries for debian-tricore-cross
Date: Wed, 8 Feb 2023 10:03:37 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 8/2/23 09:48, Bastian Koppelmann wrote:
since binutils is pretty old, it fails our CI repeatedly during the
compilation of tricore-binutils. We created a precompiled version using
the debian docker image and download it instead of building it ourself.

We also updated the package to include a newer version of binutils, gcc,
and newlib. The default TriCore ISA version used by tricore-as changed
from the old version, so we have to specify it now. If we don't
'test_fadd' fails with 'unknown opcode'.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
---
v1 -> v2:
     - Reverted package removal
     - Use updated tricore toolchain that contains gcc and newlib as well
     - updated LD/AS flags in tests/tcg/tricore, as the new binutils would fail
       tests.

  tests/docker/dockerfiles/debian-tricore-cross.docker | 10 +++-------
  tests/tcg/tricore/Makefile.softmmu-target            |  4 ++--
  2 files changed, 5 insertions(+), 9 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]