|
Publicité | ||||||||||||||||||||||
|
|
#1 | ||
|
Invité régulier
![]() Inscription : mai 2007 Messages : 44 ![]() |
Bonjour,
J'essaye depuis quelques jours d'installer désespérément le débugger GDB-6.8 sous AIX 5.3.0.0. J'abouti toujours sur le même message d'erreur suivant : Code :
Merci Dernière modification par qiqi1111 ; 04/03/2009 à 15h45. |
||
|
|
00
|
|
|
#2 |
|
Membre Expert
![]() Ingénieur développement logiciels Inscription : octobre 2008 Messages : 1 361 ![]() |
Je ne sais pas trop, mais si ça peut t'aider, gdb est disponible dans la linux toolbox : http://www-03.ibm.com/systems/power/.../download.html
|
|
|
00
|
|
|
#3 |
|
Invité régulier
![]() Inscription : mai 2007 Messages : 44 ![]() |
Bonjour,
J'ai regardé un peu sur le net, et j'ai vu sur un forum que le Make AIX n'interprète pas correctement $< dans les Makefile. Dans ce cas là, y a t-il un moyen d'utiliser GNU Make sous AIX? Merci |
|
|
00
|
|
|
#4 |
|
Membre Expert
![]() Ingénieur développement logiciels Inscription : octobre 2008 Messages : 1 361 ![]() |
Oui, il suffit de le downloader à l'URL que je t'ai donné et de l'installer.
|
|
|
00
|
|
|
#5 |
|
Invité de passage
![]() Inscription : juin 2007 Messages : 4 ![]() |
(qiqi1111 et moi sommes dans la même équipe)
We realised that the problem came from the "configure" that we ran after de-tarring the gdb archive. The documentation seems to imply that : > configure or > configure hostname is OK. In fact, you need to run : ...>configure ibm But then we got some syntax problems on memcpy instructions in elf.c , and we eventually got stuck by the following error message : Target "all" is up to date. Target "all" is up to date. Making info in doc make chew Target "chew" is up to date. ./chew -f ../.././bfd/doc/doc.str <../.././bfd/doc/../elf.c >elf.tmp /bin/sh ../.././bfd/doc/../../move-if-change elf.tmp elf.texi Target "info" is up to date. Making info in po Target "info" is up to date. Target "info-am" is up to date. make all-recursive Making all in doc Target "all" is up to date. Making all in po Target "all" is up to date. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. -DTRAD_CORE -I. -I.././bfd -I.././bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -c -o trad-core.lo trad-core.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.././bfd -I. -DTRAD_CORE -I. -I.././bfd -I.././bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -We rror -g -O2 -c trad-core.c -o trad-core.o trad-core.c:48:21: error: hosts/i370linux.h: No such file or directory trad-core.c: In function 'trad_unix_core_file_p': trad-core.c:104: error: 'struct user' has no member named 'u_dsize' trad-core.c:109: error: 'struct user' has no member named 'u_ssize' trad-core.c:122: error: 'UPAGES' undeclared (first use in this function) trad-core.c:122: error: (Each undeclared identifier is reported only once trad-core.c:122: error: for each function it appears in.) trad-core.c:122: error: 'struct user' has no member named 'u_dsize' trad-core.c:126: error: 'struct user' has no member named 'u_ssize' trad-core.c:133: error: 'struct user' has no member named 'u_dsize' trad-core.c:133: error: 'struct user' has no member named 'u_ssize' trad-core.c:178: error: 'struct user' has no member named 'u_dsize' trad-core.c:183: error: 'struct user' has no member named 'u_ssize' trad-core.c:191: error: 'HOST_TEXT_START_ADDR' undeclared (first use in this function) trad-core.c:191: error: 'struct user' has no member named 'u_tsize' trad-core.c:197: error: 'HOST_STACK_END_ADDR' undeclared (first use in this function) trad-core.c:197: error: 'struct user' has no member named 'u_ssize' trad-core.c:214: error: 'struct user' has no member named 'u_ar0' trad-core.c:217: error: 'struct user' has no member named 'u_dsize' trad-core.c: In function 'trad_unix_core_file_failing_command': trad-core.c:243: error: 'struct user' has no member named 'u_comm' make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 2. Stop. Quelqu'un d'autre a-t-il rencontré ce problème ? |
|
|
00
|
Copyright © 2000-2012 - www.developpez.com