X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: RayeR Newsgroups: comp.os.msdos.djgpp Subject: Re: CC1.EXE/GCC.EXE crashes with SIGILL, hard. Date: Wed, 14 Mar 2012 16:11:50 -0700 (PDT) Organization: http://groups.google.com Lines: 9 Message-ID: <31207fbf-c8bc-4ef7-a43e-5987bbd1d588@gw9g2000vbb.googlegroups.com> References: <16777375 DOT 1302 DOT 1331688966231 DOT JavaMail DOT geo-discussion-forums AT vbat19> <4F60E096 DOT 2060106 AT iki DOT fi> NNTP-Posting-Host: 78.45.168.98 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1331766792 8444 127.0.0.1 (14 Mar 2012 23:13:12 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 14 Mar 2012 23:13:12 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: gw9g2000vbb.googlegroups.com; posting-host=78.45.168.98; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14,gzip(gfe) Bytes: 1756 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Yes, when I saw "Illegal instruction" in 1st post I guessed that the issue is the gcc is compiled for 686 or newer. Or may be it's a bug when even 586 specified it still use some newer instruction. Anyway gcc packaga have to be recompiled to get it work or try go to the past for older versions untill some will work. I didn't tried any 4.x GCC on such old machine because it's VERY slow (with code >1000 lines). So for this old machines I have archived my older DJGPP packages with gcc 2.9.x and 3.x that run better but it does less code checking, not support some extensions etc...