public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Successful bootstrap and install of gcc (GCC) 6.3.0 on mips64el-unknown-linux-gnu
@ 2017-01-08 20:28 Aaro Koskinen
  2017-01-09  9:20 ` Dennis Luehring
  0 siblings, 1 reply; 3+ messages in thread
From: Aaro Koskinen @ 2017-01-08 20:28 UTC (permalink / raw)
  To: gcc; +Cc: Aaro Koskinen

Hi,

Here's a report of a successful build and install of GCC:

$ gcc-6.3.0/config.guess
mips64el-unknown-linux-gnu

$ newcompiler/bin/gcc -v
Using built-in specs.
COLLECT_GCC=newcompiler/bin/gcc
COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/mipsel-unknown-linux-gnu/6.3.0/lto-wrapper
Target: mipsel-unknown-linux-gnu
Configured with: ../gcc-6.3.0/configure --with-arch=loongson2f --with-abi=32 --with-fp-32=xx --enable-targets=all --disable-nls --prefix=/home/aaro/gcctest/newcompiler --enable-languages=c,c++ --host=mipsel-unknown-linux-gnu --build=mipsel-unknown-linux-gnu --target=mipsel-unknown-linux-gnu --with-system-zlib --with-sysroot=/
Thread model: posix
gcc version 6.3.0 (GCC) 

-- Build environment ----------------------------------------------------------

host:	  fuloong-minipc
distro:	  los.git rootfs=ef31e1 native=ef31e1
kernel:	  Linux 4.9.0-lemote-los_ef31e1
binutils: GNU binutils 2.27
make:	  GNU Make 4.2.1
libc:	  GNU C Library (GNU libc) stable release version 2.24
zlib:	  1.2.8
mpfr:	  3.1.3
gmp:	  60000

-- Time consumed --------------------------------------------------------------

configure:	real	0m 23.73s
		user	0m 15.35s
		sys	0m 6.22s

bootstrap:	real	50h 9m 38s
		user	46h 31m 26s
		sys	3h 16m 30s

install:	real	16m 28.01s
		user	6m 15.90s
		sys	7m 51.50s

-- Hardware details -----------------------------------------------------------

MemTotal: 494016 kB

system type		: lemote-fuloong-2f-box
machine			: Unknown
processor		: 0
cpu model		: ICT Loongson-2 V0.3  FPU V0.1
BogoMIPS		: 264.19
wait instruction	: yes
microsecond timers	: yes
tlb_entries		: 64
extra interrupt vector	: no
hardware watchpoint	: yes, count: 0, address/irw mask: []
isa			: mips2 mips3
ASEs implemented	:
shadow register sets	: 1
kscratch registers	: 0
package			: 0
core			: 0
VCED exceptions		: not available
VCEI exceptions		: not available

A.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Successful bootstrap and install of gcc (GCC) 6.3.0 on mips64el-unknown-linux-gnu
  2017-01-08 20:28 Successful bootstrap and install of gcc (GCC) 6.3.0 on mips64el-unknown-linux-gnu Aaro Koskinen
@ 2017-01-09  9:20 ` Dennis Luehring
  2017-01-14  0:58   ` Aaro Koskinen
  0 siblings, 1 reply; 3+ messages in thread
From: Dennis Luehring @ 2017-01-09  9:20 UTC (permalink / raw)
  To: gcc

are you only building gcc or also glibc/binutils? and building a kernel 
with minimal hello world init or something for testing?

what about a dec-alpha build test :)

Am 08.01.2017 um 21:27 schrieb Aaro Koskinen:
> Hi,
>
> Here's a report of a successful build and install of GCC:
>
> $ gcc-6.3.0/config.guess
> mips64el-unknown-linux-gnu
>
> $ newcompiler/bin/gcc -v
> Using built-in specs.
> COLLECT_GCC=newcompiler/bin/gcc
> COLLECT_LTO_WRAPPER=/home/aaro/gcctest/newcompiler/libexec/gcc/mipsel-unknown-linux-gnu/6.3.0/lto-wrapper
> Target: mipsel-unknown-linux-gnu
> Configured with: ../gcc-6.3.0/configure --with-arch=loongson2f --with-abi=32 --with-fp-32=xx --enable-targets=all --disable-nls --prefix=/home/aaro/gcctest/newcompiler --enable-languages=c,c++ --host=mipsel-unknown-linux-gnu --build=mipsel-unknown-linux-gnu --target=mipsel-unknown-linux-gnu --with-system-zlib --with-sysroot=/
> Thread model: posix
> gcc version 6.3.0 (GCC)
>
> -- Build environment ----------------------------------------------------------
>
> host:	  fuloong-minipc
> distro:	  los.git rootfs=ef31e1 native=ef31e1
> kernel:	  Linux 4.9.0-lemote-los_ef31e1
> binutils: GNU binutils 2.27
> make:	  GNU Make 4.2.1
> libc:	  GNU C Library (GNU libc) stable release version 2.24
> zlib:	  1.2.8
> mpfr:	  3.1.3
> gmp:	  60000
>
> -- Time consumed --------------------------------------------------------------
>
> configure:	real	0m 23.73s
> 		user	0m 15.35s
> 		sys	0m 6.22s
>
> bootstrap:	real	50h 9m 38s
> 		user	46h 31m 26s
> 		sys	3h 16m 30s
>
> install:	real	16m 28.01s
> 		user	6m 15.90s
> 		sys	7m 51.50s
>
> -- Hardware details -----------------------------------------------------------
>
> MemTotal: 494016 kB
>
> system type		: lemote-fuloong-2f-box
> machine			: Unknown
> processor		: 0
> cpu model		: ICT Loongson-2 V0.3  FPU V0.1
> BogoMIPS		: 264.19
> wait instruction	: yes
> microsecond timers	: yes
> tlb_entries		: 64
> extra interrupt vector	: no
> hardware watchpoint	: yes, count: 0, address/irw mask: []
> isa			: mips2 mips3
> ASEs implemented	:
> shadow register sets	: 1
> kscratch registers	: 0
> package			: 0
> core			: 0
> VCED exceptions		: not available
> VCEI exceptions		: not available
>
> A.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Successful bootstrap and install of gcc (GCC) 6.3.0 on mips64el-unknown-linux-gnu
  2017-01-09  9:20 ` Dennis Luehring
@ 2017-01-14  0:58   ` Aaro Koskinen
  0 siblings, 0 replies; 3+ messages in thread
From: Aaro Koskinen @ 2017-01-14  0:58 UTC (permalink / raw)
  To: Dennis Luehring; +Cc: gcc

Hi,

On Mon, Jan 09, 2017 at 10:20:12AM +0100, Dennis Luehring wrote:
> are you only building gcc or also glibc/binutils? and building a kernel with
> minimal hello world init or something for testing?

I always also rebuild the full rootfs and kernel, and run those in
my machines.

> what about a dec-alpha build test :)

Sorry, but don't have any HW for that.

A.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-14  0:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-08 20:28 Successful bootstrap and install of gcc (GCC) 6.3.0 on mips64el-unknown-linux-gnu Aaro Koskinen
2017-01-09  9:20 ` Dennis Luehring
2017-01-14  0:58   ` Aaro Koskinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).