[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 1245724] Re: libfdt.a git compilation fail
From: |
thh |
Subject: |
[Qemu-devel] [Bug 1245724] Re: libfdt.a git compilation fail |
Date: |
Tue, 29 Oct 2013 08:31:31 -0000 |
Which version of make are you using? Recently, a bug with make 4.0 has
been discovered, please see this thread for a description and a work-
around:
http://www.mail-archive.com/address@hidden/msg198719.html
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1245724
Title:
libfdt.a git compilation fail
Status in QEMU:
New
Bug description:
I don't know the commit tags but I checked out dtc on the 28 of
october at 20:27 in the tree of qemu (also git checkout out tonight).
The compilation fail at line 234 in qemu/dtc/Makefile so I inserted
that line:
@$ /usr/bin/strace -o /usr/src/qemu_build/error.log.txt /usr/bin/ar $@
into the makefile at position 234 to see what is the exact problem but
the strace log is inconclusive.
for the error: /usr/bin/ar: deux operations différentes spécifiées
liberal translation is: two different operation specified.
the distribution is arch linux with binutils 2.23.2, gcc 4.8.2 and
kernel kvm-3.12.0-rc5 from git.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1245724/+subscriptions
- [Qemu-devel] [PATCH 00/13] target-openrisc: More optimizations and corrections, Sebastian Macke, 2013/10/29
- [Qemu-devel] [PATCH 01/13] target-openrisc: Implement translation block chaining, Sebastian Macke, 2013/10/29
- [Qemu-devel] [PATCH 06/13] target-openrisc: Remove TLB flush from l.rfe instruction, Sebastian Macke, 2013/10/29
- [Qemu-devel] [PATCH 03/13] target-openrisc: Separate of load/store instructions, Sebastian Macke, 2013/10/29
- [Qemu-devel] [PATCH 04/13] target-openrisc: sync flags only when necessary, Sebastian Macke, 2013/10/29
- [Qemu-devel] [PATCH 02/13] target-openrisc: Separate Delayed slot handling from main loop, Sebastian Macke, 2013/10/29
- [Qemu-devel] [PATCH 07/13] target-openrisc: Correct l.cmov conditional check, Sebastian Macke, 2013/10/29
- [Qemu-devel] [PATCH 05/13] target-openrisc: Remove TLB flush on exception, Sebastian Macke, 2013/10/29
- [Qemu-devel] [PATCH 08/13] target-openrisc: Test for Overflow exception statically, Sebastian Macke, 2013/10/29