public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Installation of precompiled gcc on HP
@ 2002-01-05 10:26 Paolo Carlini
  2002-01-05 14:55 ` Installation of precompiled gcc on HP: kmadmin problem? Kallol Biswas
  0 siblings, 1 reply; 5+ messages in thread
From: Paolo Carlini @ 2002-01-05 10:26 UTC (permalink / raw)
  To: chandra; +Cc: gcc-help

>Hi
>  Can any one have the procedure for installtion of
>precompiled version of GCC 3.0 for HP unix 11.0.

See:


http://dsportal.eservices.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html

Cheers,
Paolo.


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

* Re: Installation of precompiled gcc on HP: kmadmin problem?
  2002-01-05 10:26 Installation of precompiled gcc on HP Paolo Carlini
@ 2002-01-05 14:55 ` Kallol Biswas
  2002-01-06 12:44   ` blk2.c : " Kallol Biswas
  0 siblings, 1 reply; 5+ messages in thread
From: Kallol Biswas @ 2002-01-05 14:55 UTC (permalink / raw)
  To: Paolo Carlini, chandra; +Cc: gcc-help


	gcc -ansi -I. -I/usr/conf/h \
	  -DLP64_TMP_NODBG -DSPP_RUNWAY_ERR_ENABLED
-DSPP_OBP_BOOT -D__ROSEVILLE__ -DKGDB_ON -DSTCP
-DHPONCPLUS -D__ROSE__ -DNEW_MFCTL_W -DCOMB_FLIPPER
-DINET_COSE -DIVT_INTERCEPT -DMULTICAST -DAPPLETALK
-DFDDI_VM -DAUDIT -DACLS -DPGPROF -DKI -DMP
-DLWSYSCALL -DNEW_RDB -DRDB -D_LVMROOT -D_LVM
-DCONVERGED_IO -D__TEMP64__  -U__hp9000s700
-D__HIGHC__ -D__STDC_EXT__ -D_KERNEL_BUILD
-D_XPG4_EXTENDED -D_HPUX_SOURCE -D_UNSUPPORTED
-D__hp9000s800 -Dhp9000s800 -D_KERNEL -DKERNEL    \
	 -c blk2.c
blk2.c:72: warning: initialization from incompatible
pointer type
blk2.c:73: warning: initialization from incompatible
pointer type
blk2.c: In function `blk2_install':
blk2.c:110: warning: assignment from incompatible
pointer type
blk2.c: In function `blk2_read':
blk2.c:182: warning: passing arg 1 of `physio' from
incompatible pointer type
blk2.c: In function `blk2_write':
blk2.c:189: warning: passing arg 1 of `physio' from
incompatible pointer type
blk2.c: In function `blk2_strategy':
blk2.c:215: warning: cast from pointer to integer of
different size
blk2.c:215: warning: cast from pointer to integer of
different size
blk2.c:215: warning: cast from pointer to integer of
different size
blk2.c:215: warning: cast from pointer to integer of
different size

#mov blk2.o mod.o
# gcc -v
Reading specs from
/usr/local/pa20_64/lib/gcc-lib/hppa64-hp-hpux11.00/3.0.2/specs
Configured with: ../gcc/configure
--prefix=/usr/local/pa20_64 --enable-languages=c,c++
--host=hppa64-hp-hpux11.00
--target=hppa64-hp-hpux11.00 --with-ld=/usr/ccs/bin/ld
--with-gnu-as --enable-libstdcxx-v3
Thread model: single
gcc version 3.0.2

# uname -a
HP-UX freedom B.11.11 U 9000/782 2000604685
unlimited-user license
# kminstall -a blk2
# kminstall -c Y -l Y blk2
kminstall: illegal option -- c
Usage:  kminstall -[a|d|u] [-s] module_name
# ksystem -c Y -l Y blk2  
ksh: ksystem:  not found
# kmsystem -c Y -l Y blk2
# config -M blk2
Generating module: blk2...
# kmupdate -M blk2

  Specified module(s) below is(are) activated
successfully.
      blk2

# kmadmin -L blk2
kmadmin: blk2: Object file error in loading kernel
module



blk2.c is taken from the "11.11 Driver developemnt
guide".



--- Paolo Carlini <pcarlini@unitus.it> wrote:
> >Hi
> >  Can any one have the procedure for installtion of
> >precompiled version of GCC 3.0 for HP unix 11.0.
> 
> See:
> 
> 
>
http://dsportal.eservices.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
> 
> Cheers,
> Paolo.
> 
> 


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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

* blk2.c : kmadmin problem?
  2002-01-05 14:55 ` Installation of precompiled gcc on HP: kmadmin problem? Kallol Biswas
@ 2002-01-06 12:44   ` Kallol Biswas
  0 siblings, 0 replies; 5+ messages in thread
From: Kallol Biswas @ 2002-01-06 12:44 UTC (permalink / raw)
  To: gcc-bugs; +Cc: gcc-help

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

blk2.c is attached with this mail.

--- Kallol Biswas <kallolbiswas@yahoo.com> wrote:
> 
> 	gcc -ansi -I. -I/usr/conf/h \
> 	  -DLP64_TMP_NODBG -DSPP_RUNWAY_ERR_ENABLED
> -DSPP_OBP_BOOT -D__ROSEVILLE__ -DKGDB_ON -DSTCP
> -DHPONCPLUS -D__ROSE__ -DNEW_MFCTL_W -DCOMB_FLIPPER
> -DINET_COSE -DIVT_INTERCEPT -DMULTICAST -DAPPLETALK
> -DFDDI_VM -DAUDIT -DACLS -DPGPROF -DKI -DMP
> -DLWSYSCALL -DNEW_RDB -DRDB -D_LVMROOT -D_LVM
> -DCONVERGED_IO -D__TEMP64__  -U__hp9000s700
> -D__HIGHC__ -D__STDC_EXT__ -D_KERNEL_BUILD
> -D_XPG4_EXTENDED -D_HPUX_SOURCE -D_UNSUPPORTED
> -D__hp9000s800 -Dhp9000s800 -D_KERNEL -DKERNEL    \
> 	 -c blk2.c
> blk2.c:72: warning: initialization from incompatible
> pointer type
> blk2.c:73: warning: initialization from incompatible
> pointer type
> blk2.c: In function `blk2_install':
> blk2.c:110: warning: assignment from incompatible
> pointer type
> blk2.c: In function `blk2_read':
> blk2.c:182: warning: passing arg 1 of `physio' from
> incompatible pointer type
> blk2.c: In function `blk2_write':
> blk2.c:189: warning: passing arg 1 of `physio' from
> incompatible pointer type
> blk2.c: In function `blk2_strategy':
> blk2.c:215: warning: cast from pointer to integer of
> different size
> blk2.c:215: warning: cast from pointer to integer of
> different size
> blk2.c:215: warning: cast from pointer to integer of
> different size
> blk2.c:215: warning: cast from pointer to integer of
> different size
> 
> #mov blk2.o mod.o
> # gcc -v
> Reading specs from
>
/usr/local/pa20_64/lib/gcc-lib/hppa64-hp-hpux11.00/3.0.2/specs
> Configured with: ../gcc/configure
> --prefix=/usr/local/pa20_64 --enable-languages=c,c++
> --host=hppa64-hp-hpux11.00
> --target=hppa64-hp-hpux11.00
> --with-ld=/usr/ccs/bin/ld
> --with-gnu-as --enable-libstdcxx-v3
> Thread model: single
> gcc version 3.0.2
> 
> # uname -a
> HP-UX freedom B.11.11 U 9000/782 2000604685
> unlimited-user license
> # kminstall -a blk2
> # kminstall -c Y -l Y blk2
> kminstall: illegal option -- c
> Usage:  kminstall -[a|d|u] [-s] module_name
> # ksystem -c Y -l Y blk2  
> ksh: ksystem:  not found
> # kmsystem -c Y -l Y blk2
> # config -M blk2
> Generating module: blk2...
> # kmupdate -M blk2
> 
>   Specified module(s) below is(are) activated
> successfully.
>       blk2
> 
> # kmadmin -L blk2
> kmadmin: blk2: Object file error in loading kernel
> module
> 
> 
> 
> blk2.c is taken from the "11.11 Driver developemnt
> guide".
> 
> 
> 
> --- Paolo Carlini <pcarlini@unitus.it> wrote:
> > >Hi
> > >  Can any one have the procedure for installtion
> of
> > >precompiled version of GCC 3.0 for HP unix 11.0.
> > 
> > See:
> > 
> > 
> >
>
http://dsportal.eservices.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html
> > 
> > Cheers,
> > Paolo.
> > 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

[-- Attachment #2: blk2.c --]
[-- Type: application/x-unknown, Size: 5626 bytes --]

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

* Re: Installation of precompiled gcc on HP
@ 2002-01-08  6:10 Josh Perlmutter
  0 siblings, 0 replies; 5+ messages in thread
From: Josh Perlmutter @ 2002-01-08  6:10 UTC (permalink / raw)
  To: Chandra; +Cc: gcc-help

finally i think i can be of assistance.

try this page. it's from hp and has the instructions. although i recommend 
using sam if it will find it since the command line created an error when i 
tried on 11i.

http://dsportal.eservices.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,547,00.html

-Josh Perlmutter


>From: "Siddavatam, Chandrasekhar  (CSiddavatam)" <Chandra@dresdnerRCM.com>
>To: "'gcc-help@gcc.gnu.org'" <gcc-help@gcc.gnu.org>
>Subject: Installation of precompiled gcc on HP
>Date: Fri, 4 Jan 2002 14:09:52 -0800
>
>Hi
>   Can any one have the procedure for installtion of
>precompiled version of GCC 3.0 for HP unix 11.0.
>
>I didn't find exact procedure for this in the net.
>any help in this is highly appreciated.
>
>
>Thanx
>Chandra
>
>
>**********************************************************************
>All e-mail sent to or from this address will be received by the
>Dresdner RCM Global Investors LLC corporate e-mail system.  As a
>result, this e-mail may be archived by Dresdner RCM and may be
>reviewed by someone other than the sender or the recipient.
>Subject to that exception, this e-mail is confidential and is
>intended for the named recipient only; access by anyone else is
>unauthorized.
>**********************************************************************




*******************
Joh Perlmutter
NOC "intern"
Brandeis University


_________________________________________________________________
Join the worldÂ’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

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

* Installation of precompiled gcc on HP
@ 2002-01-04 14:11 Siddavatam, Chandrasekhar  (CSiddavatam)
  0 siblings, 0 replies; 5+ messages in thread
From: Siddavatam, Chandrasekhar  (CSiddavatam) @ 2002-01-04 14:11 UTC (permalink / raw)
  To: 'gcc-help@gcc.gnu.org'

Hi
  Can any one have the procedure for installtion of 
precompiled version of GCC 3.0 for HP unix 11.0.

I didn't find exact procedure for this in the net.
any help in this is highly appreciated.


Thanx
Chandra


**********************************************************************
All e-mail sent to or from this address will be received by the 
Dresdner RCM Global Investors LLC corporate e-mail system.  As a
result, this e-mail may be archived by Dresdner RCM and may be 
reviewed by someone other than the sender or the recipient. 
Subject to that exception, this e-mail is confidential and is 
intended for the named recipient only; access by anyone else is 
unauthorized.
**********************************************************************

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

end of thread, other threads:[~2002-01-08 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-05 10:26 Installation of precompiled gcc on HP Paolo Carlini
2002-01-05 14:55 ` Installation of precompiled gcc on HP: kmadmin problem? Kallol Biswas
2002-01-06 12:44   ` blk2.c : " Kallol Biswas
  -- strict thread matches above, loose matches on Subject: below --
2002-01-08  6:10 Installation of precompiled gcc on HP Josh Perlmutter
2002-01-04 14:11 Siddavatam, Chandrasekhar  (CSiddavatam)

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