Compilation fails with "ld: Error: unable to disambiguate: -no-pie (did you mean --no-pie ?)"
Bug #1920672 reported by
Betim
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| QEMU |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
It compiles until the end and then just:
[6102/6103] Linking target qemu-system-alpha
[6103/6103] Linking target qemu-system-aarch64
make[1]: Leaving directory '/home/
make: *** [GNUmakefile:11: all] Error 2
Attached is the complete log including configure. I can't find why this is happening maybe I have a wrong version of a required library?
Any ideas?
| Changed in qemu: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

This isn't silent: the log says:
BUILD multiboot.img
ld: Error: unable to disambiguate: -no-pie (did you mean --no-pie ?)
Which version of QEMU are you trying to build? Does this happen with head-of-git ?