This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/81421] Circular runtime.s-gox -> runtime.lo dependency dropped -> objcopy: 'runtime.s-gox.tmp': No such file
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 13 Jul 2017 14:49:25 +0000
- Subject: [Bug go/81421] Circular runtime.s-gox -> runtime.lo dependency dropped -> objcopy: 'runtime.s-gox.tmp': No such file
- Auto-submitted: auto-generated
- References: <bug-81421-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81421
--- Comment #3 from Ian Lance Taylor <ian at airs dot com> ---
Thanks. That file looks fine.
I don't understand why make is saying that there is a circular dependency,
implying that runtime.lo depends on runtime.s-gox. It does not.
I suggest simply removing your BUILDDIR/TARGET/libgo directory and building
again. If you still see the problem, I think you will need to use `make -d` to
understand where the mystery dependency is coming from.