NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-mac68k/51923: /usr/libexec/cc1: Cannot allocate memory
The following reply was made to PR port-mac68k/51923; it has been noted by GNATS.
From: Rin Okuyama <rokuyama%rk.phys.keio.ac.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-mac68k/51923: /usr/libexec/cc1: Cannot allocate memory
Date: Sun, 29 Jan 2017 17:40:53 +0900
This is probably because text size of GCC (~ 9MB) is larger than
MAXTSIZE (= 8MB), c.f., the following thread in port-m68k:
http://mail-index.netbsd.org/port-m68k/2016/11/15/msg000665.html
Could you please add
options MAXTSIZ (16*1024*1024)
to your kernel configuration file, and retry self-compiling?
Thanks,
Rin
Home |
Main Index |
Thread Index |
Old Index