This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build/2246: Buiding gdb 6.6 fails on HP-UX 11.11 (PA-RISC)


>Number:         2246
>Category:       build
>Synopsis:       Buiding gdb 6.6  fails  on HP-UX 11.11 (PA-RISC)
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Mar 30 10:38:02 BST 2007
>Closed-Date:
>Last-Modified:
>Originator:     adrian.maier@gmail.com
>Release:        gdb 6.6 and 6.5
>Organization:
>Environment:
OS: HP-UX 11.11  ,  platform PA-RISC
Gcc: 3.3.3 
Gmake: 3.79.1
>Description:
Building gdb 6.6   stops while compiling som.c with
the following messages : 

gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. -DHOST_HPPAHPUX -D_LARGEFILE64_SOURCE -DHPUX_CORE -I. -I.././bfd -I.././bfd/../include -I./../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c som.c -o som.o
som.c: In function `setup_sections':
som.c:1801: warning: assignment makes integer from pointer without a cast
som.c:1804: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
som.c:1808: warning: passing arg 2 of `strcpy' makes pointer from integer without a cast
som.c:1867: warning: assignment makes integer from pointer without a cast
som.c:1869: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
som.c:1873: warning: passing arg 2 of `strcpy' makes pointer from integer without a cast
som.c: In function `som_write_symbol_strings':
som.c:3081: warning: assignment makes pointer from integer without a cast
som.c:3082: warning: assignment makes pointer from integer without a cast
som.c:3083: warning: assignment makes pointer from integer without a cast
som.c:3084: warning: assignment makes pointer from integer without a cast
som.c: In function `bfd_som_attach_compilation_unit':
som.c:5245: warning: assignment makes integer from pointer without a cast
som.c:5245: warning: comparison between pointer and integer
som.c:5245: warning: passing arg 1 of `strcpy' makes pointer from integer without a cast
som.c:5246: warning: assignment makes integer from pointer without a cast
som.c:5246: warning: comparison between pointer and integer
som.c:5246: warning: passing arg 1 of `strcpy' makes pointer from integer without a cast
som.c:5247: warning: assignment makes integer from pointer without a cast
som.c:5247: warning: comparison between pointer and integer
som.c:5247: warning: passing arg 1 of `strcpy' makes pointer from integer without a cast
som.c:5248: warning: assignment makes integer from pointer without a cast
som.c:5248: warning: comparison between pointer and integer
som.c:5248: warning: passing arg 1 of `strcpy' makes pointer from integer without a cast
som.c: In function `som_bfd_ar_write_symbol_stuff':
som.c:6007: warning: cast from pointer to integer of different size
make[4]: *** [som.lo] Error 1
make[4]: Leaving directory `/home/am/src/gdb-6.6/bfd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/am/src/gdb-6.6/bfd'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/am/src/gdb-6.6/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/home/am/src/gdb-6.6'
make: *** [all] Error 2

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]