public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Fwd: help, please
       [not found] ` <20020813154123.GA24662@chepelov.org>
@ 2002-08-13  9:21   ` tonhe
  2002-08-13  9:49     ` tonhe
  0 siblings, 1 reply; 18+ messages in thread
From: tonhe @ 2002-08-13  9:21 UTC (permalink / raw)
  To: gcc-help


Well, after using --disable-nls, i get to linking... and I get stopped dead 
with an error i've never seen.. 


/usr/bin/ld: gengenrtl: Not enough room for program headers (allocated 6, need 
7)
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
make[2]: *** [gengenrtl] Error 1

FYI /usr/bin/ld --version GNU ld 2.9.1 
(supported emulations elf_i386, i386linux)


Any ideas ??

Anthony

Quoting Cyrille Chepelov <cyrille@chepelov.org>:

> Le Tue, Aug 13, 2002, à 11:11:34AM -0400, tonhe@qx.net a écrit:
> > Can anyone give me a hand or point me in the right direction ?
> > I can't build a new version of Glibc because my version of gcc is too old
> 
> > (according to the configure script).
> > 
> > Please give me a hand, I need to get this box up and running again.
> 
> disable NLS. --help is your friend, especially in ./configure.
> 
> 	-- Cyrille
> 
> 
> > 
> > Thank you
> > 
> > Anthony
> > 
> > ----- Message from tonhe@qx.net -----
> >     Date: Tue, 13 Aug 2002 02:41:33 -0400
> >     From: tonhe@qx.net
> > Reply-To: tonhe@qx.net
> >  Subject: help, please
> >       To: gcc@gcc.gnu.org
> > 
> > 
> > 
> > 
> > at least, point me in the right direction if you can.
> > 
> > System is SMP i686, Slackware 7.1 w/2.4.17, glibc 2.1.3, gettext 0.11.5 and
> 
> > gcc/egcs 2.91.66
> > 
> > I'm trying to compile gcc/egcs 2.95.3 or 3.1.1 and there is obviously
> something 
> > the new version of gettext that the compiler dosent like. During compile it
> 
> > errors out with this.. 
> > 
> > make[3]: Entering directory `/server/root/gcc-2.95.3/texinfo/makeinfo'
> > gcc -g -O2  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a  
> > makeinfo.o: In function `warning':
> > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:893: undefined reference to 
> > `libintl_gettext'
> > makeinfo.o: In function `remember_error':
> > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:916: undefined reference to 
> > `libintl_gettext'
> > makeinfo.o: In function `main':
> > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:954: undefined reference to 
> > `libintl_bindtextdomain'
> > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:955: undefined reference to 
> > `libintl_textdomain'
> > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:976: undefined reference to 
> > `libintl_gettext'
> > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:991: undefined reference to 
> > `libintl_gettext'
> > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:994: undefined reference to 
> > `libintl_gettext'
> > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1037: undefined reference to
> 
> > `libintl_gettext'
> > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1069: undefined reference to
> 
> > `libintl_gettext'
> > makeinfo.o:/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1080: more
> undefined 
> > references to `libintl_gettext' follow
> > collect2: ld returned 1 exit status
> > make[3]: *** [makeinfo] Error 1
> > 
> > 
> > ==== Can you point me in the right direction for fixing this, I am possibly
> 
> > considering upgrading glibc aswell.. 
> > 
> > 
> > Thank you, and please reply to tonhe@qx.net ( I am not a list member )
> > 
> > Anthony Mattke
> > 
> > 
> > ----- End forwarded message -----
> > 
> > 
> > 
> > 
> > 
> 
> -- 
> Grumpf.
> 
> 





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

* Re: Fwd: help, please
  2002-08-13  9:21   ` Fwd: help, please tonhe
@ 2002-08-13  9:49     ` tonhe
  2002-08-13  9:54       ` tonhe
  0 siblings, 1 reply; 18+ messages in thread
From: tonhe @ 2002-08-13  9:49 UTC (permalink / raw)
  To: gcc-help

Ok, so I should've looked this one up too... apparently linking with ld -N 
works just fine.. 


Thanks for the help.. I'm sure i'll be posting for some help again soon :) 

Tony


Quoting tonhe@qx.net:

> 
> 
> Well, after using --disable-nls, i get to linking... and I get stopped dead
> 
> with an error i've never seen.. 
> 
> 
> /usr/bin/ld: gengenrtl: Not enough room for program headers (allocated 6,
> need 
> 7)
> /usr/bin/ld: final link failed: Bad value
> collect2: ld returned 1 exit status
> make[2]: *** [gengenrtl] Error 1
> 
> FYI /usr/bin/ld --version GNU ld 2.9.1 
> (supported emulations elf_i386, i386linux)
> 
> 
> Any ideas ??
> 
> Anthony
> 
> Quoting Cyrille Chepelov <cyrille@chepelov.org>:
> 
> > Le Tue, Aug 13, 2002, à 11:11:34AM -0400, tonhe@qx.net a écrit:
> > > Can anyone give me a hand or point me in the right direction ?
> > > I can't build a new version of Glibc because my version of gcc is too
> old
> > 
> > > (according to the configure script).
> > > 
> > > Please give me a hand, I need to get this box up and running again.
> > 
> > disable NLS. --help is your friend, especially in ./configure.
> > 
> > 	-- Cyrille
> > 
> > 
> > > 
> > > Thank you
> > > 
> > > Anthony
> > > 
> > > ----- Message from tonhe@qx.net -----
> > >     Date: Tue, 13 Aug 2002 02:41:33 -0400
> > >     From: tonhe@qx.net
> > > Reply-To: tonhe@qx.net
> > >  Subject: help, please
> > >       To: gcc@gcc.gnu.org
> > > 
> > > 
> > > 
> > > 
> > > at least, point me in the right direction if you can.
> > > 
> > > System is SMP i686, Slackware 7.1 w/2.4.17, glibc 2.1.3, gettext 0.11.5
> and
> > 
> > > gcc/egcs 2.91.66
> > > 
> > > I'm trying to compile gcc/egcs 2.95.3 or 3.1.1 and there is obviously
> > something 
> > > the new version of gettext that the compiler dosent like. During compile
> it
> > 
> > > errors out with this.. 
> > > 
> > > make[3]: Entering directory `/server/root/gcc-2.95.3/texinfo/makeinfo'
> > > gcc -g -O2  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a  
> > > makeinfo.o: In function `warning':
> > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:893: undefined reference to
> 
> > > `libintl_gettext'
> > > makeinfo.o: In function `remember_error':
> > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:916: undefined reference to
> 
> > > `libintl_gettext'
> > > makeinfo.o: In function `main':
> > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:954: undefined reference to
> 
> > > `libintl_bindtextdomain'
> > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:955: undefined reference to
> 
> > > `libintl_textdomain'
> > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:976: undefined reference to
> 
> > > `libintl_gettext'
> > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:991: undefined reference to
> 
> > > `libintl_gettext'
> > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:994: undefined reference to
> 
> > > `libintl_gettext'
> > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1037: undefined reference
> to
> > 
> > > `libintl_gettext'
> > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1069: undefined reference
> to
> > 
> > > `libintl_gettext'
> > > makeinfo.o:/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1080: more
> > undefined 
> > > references to `libintl_gettext' follow
> > > collect2: ld returned 1 exit status
> > > make[3]: *** [makeinfo] Error 1
> > > 
> > > 
> > > ==== Can you point me in the right direction for fixing this, I am
> possibly
> > 
> > > considering upgrading glibc aswell.. 
> > > 
> > > 
> > > Thank you, and please reply to tonhe@qx.net ( I am not a list member )
> > > 
> > > Anthony Mattke
> > > 
> > > 
> > > ----- End forwarded message -----
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > -- 
> > Grumpf.
> > 
> > 
> 
> 
> 
> 
> 
> 





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

* Re: help, please
  2002-08-13  9:49     ` tonhe
@ 2002-08-13  9:54       ` tonhe
  2002-08-13 14:00         ` tonhe
  0 siblings, 1 reply; 18+ messages in thread
From: tonhe @ 2002-08-13  9:54 UTC (permalink / raw)
  To: gcc-help

SEE i was right !

Ok. so I got excited too quick.. same errors with ld -N being used..

any other ideas :) ?

Thanks.. sorryfor all the spam


Quoting tonhe@qx.net:

> Ok, so I should've looked this one up too... apparently linking with ld -N 
> works just fine.. 
> 
> 
> Thanks for the help.. I'm sure i'll be posting for some help again soon :) 
> 
> Tony
> 
> 
> Quoting tonhe@qx.net:
> 
> > 
> > 
> > Well, after using --disable-nls, i get to linking... and I get stopped
> dead
> > 
> > with an error i've never seen.. 
> > 
> > 
> > /usr/bin/ld: gengenrtl: Not enough room for program headers (allocated 6,
> > need 
> > 7)
> > /usr/bin/ld: final link failed: Bad value
> > collect2: ld returned 1 exit status
> > make[2]: *** [gengenrtl] Error 1
> > 
> > FYI /usr/bin/ld --version GNU ld 2.9.1 
> > (supported emulations elf_i386, i386linux)
> > 
> > 
> > Any ideas ??
> > 
> > Anthony
> > 
> > Quoting Cyrille Chepelov <cyrille@chepelov.org>:
> > 
> > > Le Tue, Aug 13, 2002, à 11:11:34AM -0400, tonhe@qx.net a écrit:
> > > > Can anyone give me a hand or point me in the right direction ?
> > > > I can't build a new version of Glibc because my version of gcc is too
> > old
> > > 
> > > > (according to the configure script).
> > > > 
> > > > Please give me a hand, I need to get this box up and running again.
> > > 
> > > disable NLS. --help is your friend, especially in ./configure.
> > > 
> > > 	-- Cyrille
> > > 
> > > 
> > > > 
> > > > Thank you
> > > > 
> > > > Anthony
> > > > 
> > > > ----- Message from tonhe@qx.net -----
> > > >     Date: Tue, 13 Aug 2002 02:41:33 -0400
> > > >     From: tonhe@qx.net
> > > > Reply-To: tonhe@qx.net
> > > >  Subject: help, please
> > > >       To: gcc@gcc.gnu.org
> > > > 
> > > > 
> > > > 
> > > > 
> > > > at least, point me in the right direction if you can.
> > > > 
> > > > System is SMP i686, Slackware 7.1 w/2.4.17, glibc 2.1.3, gettext
> 0.11.5
> > and
> > > 
> > > > gcc/egcs 2.91.66
> > > > 
> > > > I'm trying to compile gcc/egcs 2.95.3 or 3.1.1 and there is obviously
> > > something 
> > > > the new version of gettext that the compiler dosent like. During
> compile
> > it
> > > 
> > > > errors out with this.. 
> > > > 
> > > > make[3]: Entering directory
> `/server/root/gcc-2.95.3/texinfo/makeinfo'
> > > > gcc -g -O2  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a  
> > > > makeinfo.o: In function `warning':
> > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:893: undefined reference
> to
> > 
> > > > `libintl_gettext'
> > > > makeinfo.o: In function `remember_error':
> > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:916: undefined reference
> to
> > 
> > > > `libintl_gettext'
> > > > makeinfo.o: In function `main':
> > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:954: undefined reference
> to
> > 
> > > > `libintl_bindtextdomain'
> > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:955: undefined reference
> to
> > 
> > > > `libintl_textdomain'
> > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:976: undefined reference
> to
> > 
> > > > `libintl_gettext'
> > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:991: undefined reference
> to
> > 
> > > > `libintl_gettext'
> > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:994: undefined reference
> to
> > 
> > > > `libintl_gettext'
> > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1037: undefined
> reference
> > to
> > > 
> > > > `libintl_gettext'
> > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1069: undefined
> reference
> > to
> > > 
> > > > `libintl_gettext'
> > > > makeinfo.o:/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1080: more
> > > undefined 
> > > > references to `libintl_gettext' follow
> > > > collect2: ld returned 1 exit status
> > > > make[3]: *** [makeinfo] Error 1
> > > > 
> > > > 
> > > > ==== Can you point me in the right direction for fixing this, I am
> > possibly
> > > 
> > > > considering upgrading glibc aswell.. 
> > > > 
> > > > 
> > > > Thank you, and please reply to tonhe@qx.net ( I am not a list member
> )
> > > > 
> > > > Anthony Mattke
> > > > 
> > > > 
> > > > ----- End forwarded message -----
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > 
> > > -- 
> > > Grumpf.
> > > 
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> 
> 





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

* Re: help, please
  2002-08-13  9:54       ` tonhe
@ 2002-08-13 14:00         ` tonhe
  0 siblings, 0 replies; 18+ messages in thread
From: tonhe @ 2002-08-13 14:00 UTC (permalink / raw)
  To: gcc-help

Ok, so what have i dont wrong.. i still cant link GCC..  and it seems no matter 
what i compile.. binutils.. gcc...  i get that error with libintl_gettext.. am 
i going to have to do something about this ? or what ?? 

Tony

> > 
> > Quoting tonhe@qx.net:
> > 
> > > 
> > > 
> > > Well, after using --disable-nls, i get to linking... and I get stopped
> > dead
> > > 
> > > with an error i've never seen.. 
> > > 
> > > 
> > > /usr/bin/ld: gengenrtl: Not enough room for program headers (allocated
> 6,
> > > need 
> > > 7)
> > > /usr/bin/ld: final link failed: Bad value
> > > collect2: ld returned 1 exit status
> > > make[2]: *** [gengenrtl] Error 1
> > > 
> > > FYI /usr/bin/ld --version GNU ld 2.9.1 
> > > (supported emulations elf_i386, i386linux)
> > > 
> > > 
> > > Any ideas ??
> > > 
> > > Anthony
> > > 
> > > Quoting Cyrille Chepelov <cyrille@chepelov.org>:
> > > 
> > > > Le Tue, Aug 13, 2002, à 11:11:34AM -0400, tonhe@qx.net a écrit:
> > > > > Can anyone give me a hand or point me in the right direction ?
> > > > > I can't build a new version of Glibc because my version of gcc is
> too
> > > old
> > > > 
> > > > > (according to the configure script).
> > > > > 
> > > > > Please give me a hand, I need to get this box up and running again.
> > > > 
> > > > disable NLS. --help is your friend, especially in ./configure.
> > > > 
> > > > 	-- Cyrille
> > > > 
> > > > 
> > > > > 
> > > > > Thank you
> > > > > 
> > > > > Anthony
> > > > > 
> > > > > ----- Message from tonhe@qx.net -----
> > > > >     Date: Tue, 13 Aug 2002 02:41:33 -0400
> > > > >     From: tonhe@qx.net
> > > > > Reply-To: tonhe@qx.net
> > > > >  Subject: help, please
> > > > >       To: gcc@gcc.gnu.org
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > at least, point me in the right direction if you can.
> > > > > 
> > > > > System is SMP i686, Slackware 7.1 w/2.4.17, glibc 2.1.3, gettext
> > 0.11.5
> > > and
> > > > 
> > > > > gcc/egcs 2.91.66
> > > > > 
> > > > > I'm trying to compile gcc/egcs 2.95.3 or 3.1.1 and there is
> obviously
> > > > something 
> > > > > the new version of gettext that the compiler dosent like. During
> > compile
> > > it
> > > > 
> > > > > errors out with this.. 
> > > > > 
> > > > > make[3]: Entering directory
> > `/server/root/gcc-2.95.3/texinfo/makeinfo'
> > > > > gcc -g -O2  -o makeinfo  makeinfo.o multi.o ../lib/libtxi.a  
> > > > > makeinfo.o: In function `warning':
> > > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:893: undefined
> reference
> > to
> > > 
> > > > > `libintl_gettext'
> > > > > makeinfo.o: In function `remember_error':
> > > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:916: undefined
> reference
> > to
> > > 
> > > > > `libintl_gettext'
> > > > > makeinfo.o: In function `main':
> > > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:954: undefined
> reference
> > to
> > > 
> > > > > `libintl_bindtextdomain'
> > > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:955: undefined
> reference
> > to
> > > 
> > > > > `libintl_textdomain'
> > > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:976: undefined
> reference
> > to
> > > 
> > > > > `libintl_gettext'
> > > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:991: undefined
> reference
> > to
> > > 
> > > > > `libintl_gettext'
> > > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:994: undefined
> reference
> > to
> > > 
> > > > > `libintl_gettext'
> > > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1037: undefined
> > reference
> > > to
> > > > 
> > > > > `libintl_gettext'
> > > > > /root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1069: undefined
> > reference
> > > to
> > > > 
> > > > > `libintl_gettext'
> > > > > makeinfo.o:/root/gcc-2.95.3/texinfo/makeinfo/makeinfo.c:1080: more
> > > > undefined 
> > > > > references to `libintl_gettext' follow
> > > > > collect2: ld returned 1 exit status
> > > > > make[3]: *** [makeinfo] Error 1
> > > > > 
> > > > > 
> > > > > ==== Can you point me in the right direction for fixing this, I am
> > > possibly
> > > > 
> > > > > considering upgrading glibc aswell.. 
> > > > > 
> > > > > 
> > > > > Thank you, and please reply to tonhe@qx.net ( I am not a list
> member
> > )
> > > > > 
> > > > > Anthony Mattke
> > > > > 
> > > > > 
> > > > > ----- End forwarded message -----
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > 
> > > > -- 
> > > > Grumpf.
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> 
> 





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

* Help Please
@ 2006-04-10 17:42 chrish
  0 siblings, 0 replies; 18+ messages in thread
From: chrish @ 2006-04-10 17:42 UTC (permalink / raw)
  To: gcc-help

Good Day,
         I have just recently starting using WinAvr with the GNU/GCC
compiler.
Could you please direct me to, or send me any Tutorual and code examples
that can help me to get going.
I am presently using the Atmel Mega32 chip.

Your assistance would be appreciated.

Thank You and Best Regards.

Chris Hegter.

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

* Re: help please
  2002-10-11 16:29   ` Kam Lee
@ 2002-10-12  1:34     ` bjorn rohde jensen
  0 siblings, 0 replies; 18+ messages in thread
From: bjorn rohde jensen @ 2002-10-12  1:34 UTC (permalink / raw)
  To: Kam Lee; +Cc: gcc-help

Hi Kam,

  g++ is part of gcc, and if you want to generate the
gnu C++ compiler binary, you will need to download a
gcc distribution and build it using the system compiler.

Yours sincerely,

Bjorn

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

* Re: help please
  2002-10-11 21:11   ` Varun Kacholia
@ 2002-10-12  1:30     ` bjorn rohde jensen
  0 siblings, 0 replies; 18+ messages in thread
From: bjorn rohde jensen @ 2002-10-12  1:30 UTC (permalink / raw)
  To: Varun Kacholia; +Cc: gcc-help

Hi Varun,

  I am sure, i have heard of a small library to get
stack traces from within C/C++ code, but i never tried
and forgot all about it.:)
  There are tons of memory debuggers available, if you
ask google:), i use ElectricFence once in a while, and
i am pretty happy with it. I have not had much luck
with leak detectors so far.
  I must say, i prefer proper unit testing etc to debugging,
but it is not easy to avoid entirely.

Yours sincerely,

Bjorn

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

* Re: help please
  2002-10-11 15:01 ` bjorn rohde jensen
  2002-10-11 16:29   ` Kam Lee
@ 2002-10-11 21:11   ` Varun Kacholia
  2002-10-12  1:30     ` bjorn rohde jensen
  1 sibling, 1 reply; 18+ messages in thread
From: Varun Kacholia @ 2002-10-11 21:11 UTC (permalink / raw)
  To: bjorn rohde jensen; +Cc: gcc-help

Hi,
> Hi Charles,
> 
>   You could compile your program with symbolic debug
> information(-g) and run it under a debugger like gdb,
> that should give you the spot. 

Isnt it possible to have a small call within the program which can display
the stack-contents at that particular instant.I mean a much smaller
version of GDB .. but handy from within the code!

> You might also want to
> try to use some sort of memory checking library to
> help find memory corruption:)

any suggestions , which?

> Yours sincerely,
> 
> Bjorn
> 

-- 
Varun
------
Satisfaction is the end of success

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

* help please
  2002-10-11 15:01 ` bjorn rohde jensen
@ 2002-10-11 16:29   ` Kam Lee
  2002-10-12  1:34     ` bjorn rohde jensen
  2002-10-11 21:11   ` Varun Kacholia
  1 sibling, 1 reply; 18+ messages in thread
From: Kam Lee @ 2002-10-11 16:29 UTC (permalink / raw)
  To: gcc-help

Hi all,
How do I generate g++?

cheers :)
Kam

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

* Re: help please
  2002-10-11 14:54 help please Charles Graham
@ 2002-10-11 15:01 ` bjorn rohde jensen
  2002-10-11 16:29   ` Kam Lee
  2002-10-11 21:11   ` Varun Kacholia
  0 siblings, 2 replies; 18+ messages in thread
From: bjorn rohde jensen @ 2002-10-11 15:01 UTC (permalink / raw)
  To: Charles Graham; +Cc: gcc-help

Hi Charles,

  You could compile your program with symbolic debug
information(-g) and run it under a debugger like gdb,
that should give you the spot. You might also want to
try to use some sort of memory checking library to
help find memory corruption:)

Yours sincerely,

Bjorn

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

* help please
@ 2002-10-11 14:54 Charles Graham
  2002-10-11 15:01 ` bjorn rohde jensen
  0 siblings, 1 reply; 18+ messages in thread
From: Charles Graham @ 2002-10-11 14:54 UTC (permalink / raw)
  To: gcc-help

sorry i sent you guys some mail with out any thing in
it:)

Ok im using your gcc complier and i keep getting this
seg. fault i was just wondering is their a way to
complier your program and it tells you where you seg.
fault is or at lease why your getting it.

            thanks for the help
all
   im using ggc -Wall to complie my work
                        thanks chuck::(((

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

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

* help please
@ 2002-10-11 14:51 Charles Graham
  0 siblings, 0 replies; 18+ messages in thread
From: Charles Graham @ 2002-10-11 14:51 UTC (permalink / raw)
  To: gcc-help

 
 

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

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

* HELP PLEASE
@ 2002-03-21  2:37 aravind
  0 siblings, 0 replies; 18+ messages in thread
From: aravind @ 2002-03-21  2:37 UTC (permalink / raw)
  To: gcc-help

Hi,


I am using cygwin & mingW on a WinNT machine.
For debugging could any one suggest me to get a GUI based debugger, it
will be fine if any one suggest me the site so that I can make use of it

Right now I am using GDB of minGW......

Best Regards
Aravind

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

* HELP PLEASE..
@ 2002-03-21  2:35 aravind
  0 siblings, 0 replies; 18+ messages in thread
From: aravind @ 2002-03-21  2:35 UTC (permalink / raw)
  To: gcc-help

Hi

I am using cygwin & mingW on a WinNT machine.
For debugging could any one suggest me to get a GUI based debugger, it
will be fine if any one suggest me the site so that I can make use of it

Many thanks in Adavance
Best Regards
Aravind

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

* RE: Help Please
@ 2001-03-30  7:05 David Korn
  0 siblings, 0 replies; 18+ messages in thread
From: David Korn @ 2001-03-30  7:05 UTC (permalink / raw)
  To: 'Keith Whitehouse', gcc-help

>-----Original Message-----
>From: Keith Whitehouse [ mailto:whitk@Pegasystems.com ]
>Sent: 30 March 2001 15:50

From here on out your suppose to use the make command to build 
>the compiler
>etc, but there is not a make command found. What is going 
>wrong with this
>part of the installation. Some help would be great

  'make' is a utility that you need to have installed before you can
work with big projects.  It's an automated system that saves you from
having to recompile every single file each time you make a change,
because it detects only the files you've changed and recompiles just
them.

  To build the compiler, you also need some kind of build in compiler,
assembler and linker to get started with, and if you don't have make
you may not have those either.

  You can get precompiled binaries of whatever you may need from
http://www.sunfreeware.com

     DaveK
-- 
 All your base are belong to us!


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

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

* Help Please
@ 2001-03-30  6:48 Keith Whitehouse
  0 siblings, 0 replies; 18+ messages in thread
From: Keith Whitehouse @ 2001-03-30  6:48 UTC (permalink / raw)
  To: gcc-help

I am trying to install gcc_2.7.2.3 and I can not get past the step of
configure. Config runs fine except for one part: HEres the output.

# ./configure
This appears to be a sparc-sun-solaris2.6 system.
Using `./config/sparc/sparc.c' to output insns.
Using `./config/sparc/sparc.md' as machine description file.
Using `./config/sparc/sol2.h' as target machine macro file.
Using `./config/sparc/xm-sol2.h' as host machine macro file.
./configure: make: not found
Merged sparc/x-sysv4.
Merged sparc/t-sol2.
Merged c++ fragment(s).
Created `./Makefile'.
Merged sparc/x-sysv4.
Merged sparc/t-sol2.
Created `cp/Makefile'.
Links are now set up to build a native compiler for sparc-sun-solaris2.6.

From here on out your suppose to use the make command to build the compiler
etc, but there is not a make command found. What is going wrong with this
part of the installation. Some help would be great

Thanks

Keith Whitehouse
Technical Services Consultant
Pegasystems Dallas
972-444-8444  Ext. 1791 
888-992-5761  (pager)
whitk@pegasystems.com


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

* Help please
  1999-11-24  2:39 Help please Ben A. Abderrazek
@ 1999-11-30 23:28 ` Ben A. Abderrazek
  0 siblings, 0 replies; 18+ messages in thread
From: Ben A. Abderrazek @ 1999-11-30 23:28 UTC (permalink / raw)
  To: gcc-help

Dear helper,


I have  some questions regarding programming in C and assembly
languages. I am actually using C and
assembly for writing a program to display a specific information on the
LCD module.
1.the software I am actually using to write the programs I think was
designed to work with CPU486, but my computer is a pentium.What i would
like to know is there any problem for executing programs under these
conditions.

2.I have already wrote some program but during the execution there is
some link error and cannot identify their cause. 

3. during the installation of the C software the speed of my computer
has considerably decreased. I have checked autoexec.batand config.sys I
found that these files have been changed and particularly I found a
descriptive line in this files which is related toCPU486 (i guessed that
from the file name).since i have the  system back up I immediately
restored these two files. actually thereis no problem with my computer.
however the execution of programs give some link errors and also some
instruction error (outportb unresolved?, delay unresolved?) the outportb
function will send the data to the LCD controller and delay is used
tosynchronize the output.

4.is it possible to use visual C++ instead of microsoft C++, and borland
C++ and what is the difference between them.

5.is there any special words or instruction library available for
control and how to get them.
i hope you won't feel boring with my questions. i will appreciate a lot
to receive your answer as soon as possible. if you have any
more information you think they could be useful for me please send it to
me.


Thank you so much,

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

* Help please
@ 1999-11-24  2:39 Ben A. Abderrazek
  1999-11-30 23:28 ` Ben A. Abderrazek
  0 siblings, 1 reply; 18+ messages in thread
From: Ben A. Abderrazek @ 1999-11-24  2:39 UTC (permalink / raw)
  To: gcc-help

Dear helper,


I have  some questions regarding programming in C and assembly
languages. I am actually using C and
assembly for writing a program to display a specific information on the
LCD module.
1.the software I am actually using to write the programs I think was
designed to work with CPU486, but my computer is a pentium.What i would
like to know is there any problem for executing programs under these
conditions.

2.I have already wrote some program but during the execution there is
some link error and cannot identify their cause. 

3. during the installation of the C software the speed of my computer
has considerably decreased. I have checked autoexec.batand config.sys I
found that these files have been changed and particularly I found a
descriptive line in this files which is related toCPU486 (i guessed that
from the file name).since i have the  system back up I immediately
restored these two files. actually thereis no problem with my computer.
however the execution of programs give some link errors and also some
instruction error (outportb unresolved?, delay unresolved?) the outportb
function will send the data to the LCD controller and delay is used
tosynchronize the output.

4.is it possible to use visual C++ instead of microsoft C++, and borland
C++ and what is the difference between them.

5.is there any special words or instruction library available for
control and how to get them.
i hope you won't feel boring with my questions. i will appreciate a lot
to receive your answer as soon as possible. if you have any
more information you think they could be useful for me please send it to
me.


Thank you so much,

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

end of thread, other threads:[~2006-04-10 17:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1029251494.3d5921a661a9d@mail.iphere.com>
     [not found] ` <20020813154123.GA24662@chepelov.org>
2002-08-13  9:21   ` Fwd: help, please tonhe
2002-08-13  9:49     ` tonhe
2002-08-13  9:54       ` tonhe
2002-08-13 14:00         ` tonhe
2006-04-10 17:42 Help Please chrish
  -- strict thread matches above, loose matches on Subject: below --
2002-10-11 14:54 help please Charles Graham
2002-10-11 15:01 ` bjorn rohde jensen
2002-10-11 16:29   ` Kam Lee
2002-10-12  1:34     ` bjorn rohde jensen
2002-10-11 21:11   ` Varun Kacholia
2002-10-12  1:30     ` bjorn rohde jensen
2002-10-11 14:51 Charles Graham
2002-03-21  2:37 HELP PLEASE aravind
2002-03-21  2:35 aravind
2001-03-30  7:05 Help Please David Korn
2001-03-30  6:48 Keith Whitehouse
1999-11-24  2:39 Help please Ben A. Abderrazek
1999-11-30 23:28 ` Ben A. Abderrazek

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