[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [Qemu-devel] [RFC PATCH-for-4.1? v2 0/5] semihosting: Bui
From: |
no-reply |
Subject: |
Re: [Qemu-arm] [Qemu-devel] [RFC PATCH-for-4.1? v2 0/5] semihosting: Build with CONFIG_SEMIHOSTING disabled |
Date: |
Mon, 15 Jul 2019 14:09:25 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed build test on s390x host. Please find the details below.
=== TEST SCRIPT BEGIN ===
#!/bin/bash
# Testing script will be invoked under the git checkout with
# HEAD pointing to a commit that has the patches applied on top of "base"
# branch
set -e
echo
echo "=== ENV ==="
env
echo
echo "=== PACKAGES ==="
rpm -qa
echo
echo "=== UNAME ==="
uname -a
CC=$HOME/bin/cc
INSTALL=$PWD/install
BUILD=$PWD/build
mkdir -p $BUILD $INSTALL
SRC=$PWD
cd $BUILD
$SRC/configure --cc=$CC --prefix=$INSTALL
make -j4
# XXX: we need reliable clean up
# make check -j4 V=1
make install
=== TEST SCRIPT END ===
CC mips64-linux-user/linux-user/fd-trans.o
CC mips64-linux-user/target/mips/translate.o
CC mips64el-linux-user/target/mips/mips-semi-stubs.o
/var/tmp/patchew-tester-tmp-n0mrs_zw/src/target/mips/mips-semi-stubs.c:19:6:
error: no previous prototype for ‘helper_do_semihosting’
[-Werror=missing-prototypes]
19 | void helper_do_semihosting(CPUMIPSState *env)
| ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
---
CC mipsel-linux-user/target/mips/translate.o
CC mips64-linux-user/target/mips/msa_helper.o
CC mips64-linux-user/target/mips/mips-semi-stubs.o
/var/tmp/patchew-tester-tmp-n0mrs_zw/src/target/mips/mips-semi-stubs.c:19:6:
error: no previous prototype for ‘helper_do_semihosting’
[-Werror=missing-prototypes]
19 | void helper_do_semihosting(CPUMIPSState *env)
| ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
---
CC mipsel-linux-user/target/mips/mips-semi-stubs.o
GEN trace/generated-helpers.c
CC mipsel-linux-user/trace/control-target.o
/var/tmp/patchew-tester-tmp-n0mrs_zw/src/target/mips/mips-semi-stubs.c:19:6:
error: no previous prototype for ‘helper_do_semihosting’
[-Werror=missing-prototypes]
19 | void helper_do_semihosting(CPUMIPSState *env)
| ^~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
The full log is available at
http://patchew.org/logs/address@hidden/testing.s390x/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden
- [Qemu-arm] [RFC PATCH-for-4.1? v2 0/5] semihosting: Build with CONFIG_SEMIHOSTING disabled, Philippe Mathieu-Daudé, 2019/07/15
- [Qemu-arm] [RFC PATCH-for-4.1? v2 1/5] target/arm: Always enable CONFIG_SEMIHOSTING, Philippe Mathieu-Daudé, 2019/07/15
- [Qemu-arm] [RFC PATCH-for-4.1? v2 2/5] target/mips: Always enable CONFIG_SEMIHOSTING, Philippe Mathieu-Daudé, 2019/07/15
- [Qemu-arm] [RFC PATCH-for-4.1? v2 3/5] hw/semihosting: Allow this feature to be disabled, Philippe Mathieu-Daudé, 2019/07/15
- [Qemu-arm] [RFC PATCH-for-4.1? v2 4/5] target/arm: Add stubs to build with CONFIG_SEMIHOSTING disabled, Philippe Mathieu-Daudé, 2019/07/15
- [Qemu-arm] [RFC PATCH-for-4.1? v2 5/5] target/mips: Add stubs to build with CONFIG_SEMIHOSTING disabled, Philippe Mathieu-Daudé, 2019/07/15
- Re: [Qemu-arm] [Qemu-devel] [RFC PATCH-for-4.1? v2 0/5] semihosting: Build with CONFIG_SEMIHOSTING disabled,
no-reply <=
- Re: [Qemu-arm] [RFC PATCH-for-4.1? v2 0/5] semihosting: Build with CONFIG_SEMIHOSTING disabled, Philippe Mathieu-Daudé, 2019/07/16
- Re: [Qemu-arm] [Qemu-devel] [RFC PATCH-for-4.1? v2 0/5] semihosting: Build with CONFIG_SEMIHOSTING disabled, no-reply, 2019/07/16