Port-m68k archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Time to flip the switch for gcc 4.8 on m68k?



On Thu, 18 Dec 2014, Michael van Elst wrote:

Date: Thu, 18 Dec 2014 23:57:05 +0000 (UTC)
From: Michael van Elst <mlelstv%serpens.de@localhost>
To: port-m68k%netbsd.org@localhost
Newsgroups: lists.netbsd.port.m68k
Subject: Re: Time to flip the switch for gcc 4.8 on m68k?

john%ziaspace.com@localhost (John Klos) writes:

c++ -c -I./liblinear -DNOLUA -I./libdnet-stripped/include
-I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include
-I/usr/include -I./nbase -I./nsock/include -DHAVE_CONFIG_H
-DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\";
-DNMAP_PLATFORM=\"m68k--netbsdelf\"
-DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -O2
-fno-reorder-blocks -I/usr/local/include -I/usr/include -Wall
-fno-strict-aliasing -g0 FPModel.cc -o FPModel.o
FPModel.cc: In function 'std::vector<FingerMatch> load_fp_matches()':
FPModel.cc:2339:26: internal compiler error: Segmentation fault
 std::vector<FingerMatch> load_fp_matches() {
                          ^

Could be a simple out-of-memory condition.

On amiga it cannot possibly run (with a stock kernel) because
it has a MAXTSIZ of 6MB and the compiler text segment is larger
than 6MB.

cputime      unlimited
filesize     unlimited
datasize     65536 kbytes
stacksize    32768 kbytes
coredumpsize unlimited
memoryuse    unlimited
vmemoryuse   unlimited
descriptors  1772
memorylocked unlimited
maxproc      448
sbsize       unlimited

This is a mac68k machine with 260 megs of memory. One of these days someone'll rework the pmap code...

John


Home | Main Index | Thread Index | Old Index