GH con z

2018-10-03 Thread Francisco Iranzo
Cómo a, c

gcc-6-20181003 is now available

2018-10-03 Thread gccadmin
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

gcc 8.1 + libc.a

2018-10-03 Thread Jost, Gabriele (ARC-TNC)[Supersmith] via gcc
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

Re: gcc 8.1 + libc.a

2018-10-03 Thread Dmitry Mikushin
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

Re: gcc 8.1 + libc.a

2018-10-03 Thread Jost, Gabriele (ARC-TNC)[Supersmith] via gcc
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