public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Any successful gcc installtion on NCR MP-RAS 3.02+
@ 2000-04-14  4:40 Alex Chan
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Chan @ 2000-04-14  4:40 UTC (permalink / raw)
  To: Harm-Jan Zwinderman, gcc-help

Thanks for the pointer.

Best Regards

Alex

-----Original Message-----
From: Harm-Jan Zwinderman <hazw@coss.nl>
To: gcc-help@gcc.gnu.org <gcc-help@gcc.gnu.org>
Date: Friday, April 14, 2000 7:32 PM
Subject: Re: Any successful gcc installtion on NCR MP-RAS 3.02+


>There has been some correspondence on the gcc mailing list last year about
building gcc on
>NCR MP-RAS. The thread starts with message
> http://gcc.gnu.org/ml/gcc/1999-05n/msg00371.html .
>I don't know anything about building gcc myself but perhaps this thread can
be of some
>assistence.
>
>Harm-Jan Zwinderman
>
>
>

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

* Re: Any successful gcc installtion on NCR MP-RAS 3.02+
  2000-04-14  3:23 Alex Chan
@ 2000-04-14  4:32 ` Harm-Jan Zwinderman
  0 siblings, 0 replies; 5+ messages in thread
From: Harm-Jan Zwinderman @ 2000-04-14  4:32 UTC (permalink / raw)
  To: gcc-help

There has been some correspondence on the gcc mailing list last year about building gcc on
NCR MP-RAS. The thread starts with message
http://gcc.gnu.org/ml/gcc/1999-05n/msg00371.html .
I don't know anything about building gcc myself but perhaps this thread can be of some
assistence.

Harm-Jan Zwinderman


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

* Re: Any successful gcc installtion on NCR MP-RAS 3.02+
@ 2000-04-14  3:23 Alex Chan
  2000-04-14  4:32 ` Harm-Jan Zwinderman
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Chan @ 2000-04-14  3:23 UTC (permalink / raw)
  To: Martin v. Loewis; +Cc: gcc-help

[-- Attachment #1: Type: text/plain, Size: 1297 bytes --]

Dear Sir,

My original problem was that many 'should exist' macros are not found during
'make bootstrap' . After figuring out that it was the 'Copyright notice'
printed by NCR Metaware cc compiler that confused 'configure' causing it
failed to recognise existence of limits.h etc., I can run until
stage1/gencheck dumps core. The attached file is the screen output.

Note that gcc/gencheck does not dump core.

Any idea?

Regards

Alex

-----Original Message-----
From: Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
To: alexchan@task.com.hk <alexchan@task.com.hk>
Cc: gcc-help@gcc.gnu.org <gcc-help@gcc.gnu.org>
Date: Thursday, April 13, 2000 4:05 PM
Subject: Re: Any successful gcc installtion on NCR MP-RAS 3.02+


>> 1) Whether there is  pre-built version of gcc 2.95.2 on NCR MP-RAS 3.02
>> or above?
>> 2) If not, anyone out there who have successfully install gcc 2.95.2 on
>> NCR MP-RAS 3.02 or above? We have tried but in vain for various strange
>> problems.
>
>It is quite likely that nobody will respond with a positive answer to
>that question. Your chances of getting help would be much better if
>you would report some of the strange problems - perhaps somebody can
>help even without having that operating system (or is it a hardware
>product name?)
>
>Regards,
>Martin
>
>

[-- Attachment #2: build2.log --]
[-- Type: text/plain, Size: 1027 bytes --]

make[3]: Entering directory `/d2s4/orb321/obj/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/d2s4/orb321/obj/gcc/intl'
stage1/xgcc -Bstage1/ -B/usr/local/i586-ncr-sysv4.3.03/bin/ -c  -DIN_GCC     -O2 -g  -DHAVE_CONFIG_H    -I. -I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config -I../../gcc-2.95.2/gcc/../include \
  ../../gcc-2.95.2/gcc/gencheck.c
stage1/xgcc -Bstage1/ -B/usr/local/i586-ncr-sysv4.3.03/bin/  -DIN_GCC     -O2 -g  -DHAVE_CONFIG_H  -o gencheck \
 gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` 
./gencheck > tmp-check.h
Segmentation Fault - core dumped
make[2]: *** [s-check] Error 139
make[2]: Leaving directory `/d2s4/orb321/obj/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/d2s4/orb321/obj/gcc'
make: *** [bootstrap] Error 2
[ /d2s4/orb321/obj ]exit

script done on Fri Apr 14 18:11:14 2000

[-- Attachment #3: gdb.log --]
[-- Type: text/plain, Size: 975 bytes --]

Script started on Fri Apr 14 18:15:46 2000
[ /d2s4/orb321/obj/gcc ]gdb gencheck core
GDB is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.

NCR GDB 3.4.02 (based on GNU GDB 4.6 + NCR fixes/extensions),
                Copyright 1992 Free Software Foundation, Inc.



Type "show new" to see a list of new features.
Reading symbols from gencheck...done.

Core was generated by `./gencheck'.
Program terminated with signal 11, Segmentation fault.
>0  F   0x8048bb3 in gcc2_compiled. ()
0x8048bb3:      cmpl   $0xffffffff,(%eax)
Breakpoint 1 at 0x80484ac
Function "fancy_abort" not defined.
(gdb) bt
Searching...
>0  F   0x8048bb3 in gcc2_compiled. ()
#1      0x8048bf4 in _fini ()

Note:  This backtrace contains frameless function calls.
(gdb) quit
[ /d2s4/orb321/obj/gcc ]exit

script done on Fri Apr 14 18:16:02 2000

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

* Re: Any successful gcc installtion on NCR MP-RAS 3.02+
  2000-04-13  0:36 Alex Chan
@ 2000-04-13  1:05 ` Martin v. Loewis
  0 siblings, 0 replies; 5+ messages in thread
From: Martin v. Loewis @ 2000-04-13  1:05 UTC (permalink / raw)
  To: alexchan; +Cc: gcc-help

> 1) Whether there is  pre-built version of gcc 2.95.2 on NCR MP-RAS 3.02
> or above?
> 2) If not, anyone out there who have successfully install gcc 2.95.2 on
> NCR MP-RAS 3.02 or above? We have tried but in vain for various strange
> problems.

It is quite likely that nobody will respond with a positive answer to
that question. Your chances of getting help would be much better if
you would report some of the strange problems - perhaps somebody can
help even without having that operating system (or is it a hardware
product name?)

Regards,
Martin

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

* Any successful gcc installtion on NCR MP-RAS 3.02+
@ 2000-04-13  0:36 Alex Chan
  2000-04-13  1:05 ` Martin v. Loewis
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Chan @ 2000-04-13  0:36 UTC (permalink / raw)
  To: gcc-help

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

Dear all,
 
Just want to know
 
1) Whether there is  pre-built version of 
gcc 2.95.2 on NCR MP-RAS 3.02 or above?
2) If not, anyone out there who have 
successfully install gcc 2.95.2 on NCR MP-RAS 3.02 or above? We have tried but 
in vain for various strange problems.
 
Best Regards
 
Alex
 

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

end of thread, other threads:[~2000-04-14  4:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-14  4:40 Any successful gcc installtion on NCR MP-RAS 3.02+ Alex Chan
  -- strict thread matches above, loose matches on Subject: below --
2000-04-14  3:23 Alex Chan
2000-04-14  4:32 ` Harm-Jan Zwinderman
2000-04-13  0:36 Alex Chan
2000-04-13  1:05 ` Martin v. Loewis

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).