Cómo a, c
Snapshot gcc-6-20181003 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/6-20181003/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 6 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6
Hello,
I have successfully installed gcc 8.1 on one system. I had to build the
accelerator on the front end, because the compute nodes did not have libc.a.
The build process seems to require a libc.a.
I am now struggling with trying to install it on a different system: Same
concept, front end has
First of, "error opening libc.a" message looks highly unusual. It's not the
way ld typically complains about a missing library or wrong architecture.
More likely, here it is rather some gcc-internal lib.a to be deployed in
some special way, but was missing.
I would try two things:
1) Re-iterate th
Thanks for getting back to me so quickly, Dmitry.
You are indeed correct: There is a libc.a on the system where it build under
newlib:
gcc/build-accel/nvptx-none/newlib/libc.a
So, I need to figure out why my newlib did not built.
Thanks so much for this very good pointer!
Gabriele
From: Dmitr