Loading Gdb And Gcc In Unix System


 
Thread Tools Search this Thread
Top Forums Programming Loading Gdb And Gcc In Unix System
# 1  
Old 07-28-2004
Loading Gdb And Gcc In Unix System

Can any one help me out????

I need to install GDB and GCC in an UNIX machine.

can any one point me to any lucid pointer to it.

The gNU help on this is proving to be little tangential for me.
# 2  
Old 07-28-2004
Thanks... but i conveyed what I wanted wrongly...


What I need to undestand that how to go about installing the GCC and GDB in my UNIX machine.


The installation help availiable in GNU site is not very clear.

Thanks
# 3  
Old 07-28-2004
OK...

Let me clear it all

1>My first confusion is what to download the source package or the binary package.
Ultimately what i want to do is to look into codes of a mc68k executable and that of a ELF 32-bit MSB executable SPARC Version 1, dynamically linked, that runs on this machine.

2>My OS details

Kolkata-3 root> uname -a
SunOS Kolkata-3 5.8 Generic_108528-20 sun4u sparc SUNW,Ultra-60



Pl advice
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Gcc and C/aC++ co-existing on HP-UX Itanium system

Our company developed applications on an HP-UX 11 Itanium system using gcc. We did not have HP's C/aC++ system installed. We are now attempting to install/run on a customer system that already has C/aC++ on it. Can gcc (gcc-4.3.2, or just the runtime libraries gcclib-4.3.2) be installed and... (1 Reply)
Discussion started by: northb
1 Replies

2. Linux

unable to read core dumps on unix. Is there another way than using GDB?

hi all, I am having set of core dumps obtained from client server. Now i am trying to read them but unable to do so. I have few queries: 1. Core dumps were generated on some xyz server and copied to my unix virtual. Can I read them as text here? 2. I tried installing gdb-7.3 but when i fire... (0 Replies)
Discussion started by: suyogs
0 Replies

3. Programming

GDB and GCC union

My concept may sound a bit cryptic but I what some startup information as to how we can use GDB APIs / debugging techniques in programs with GCC when we compile the program. We can definitely tell gcc to link GDB libs also. The ultimate aid would be that when the compiled programs executes it... (4 Replies)
Discussion started by: uunniixx
4 Replies

4. Red Hat

Error loading operating system

i do not know much about linux, but i have a machine running ONLY red hat enterprise linux AS (or at least that is what i used to see when i start my machine). i was doing something on my machine and there was a power cut. my system went off and now when i restart the machine the first thing it... (2 Replies)
Discussion started by: esibobo
2 Replies

5. UNIX for Advanced & Expert Users

Declaring LD_PRELOAD system wide for dynamic loading

Dear Fellows; As being new to linux, i have tried to synamically load a custom library which overrides some system calls like conncet(), socket() etc.... for custom purposes. It works well, if declaring the environment path LD_PRELOAD and execution of the application to be override... (0 Replies)
Discussion started by: mzeeshan
0 Replies

6. Programming

gdb - loading symbols of shared library

I am debugging in gdb a program that dynamically loads libodbcinst.so. I want to debug the code from libodbcinst - I can break in it, see the source and step through it, but whenever I try printing a variable, I get (e.g. for the variable ret): No symbol "ret" in current context. In my program... (0 Replies)
Discussion started by: rimon
0 Replies

7. Shell Programming and Scripting

Function loading in a shell scripting like class loading in java

Like class loader in java, can we make a function loader in shell script, for this can someone throw some light on how internally bash runs a shell script , what happenes in runtime ... thanks in advance.. (1 Reply)
Discussion started by: mpsc_sela
1 Replies

8. UNIX for Dummies Questions & Answers

Loading redhat causes system to reboot over and over

Hi folks, I tried to load a copy of redhat from CD to an HP6640C. The system reads the first disk and offers me a choice to use the graphic load or the text load. I selct either one and the system seems to start reading the disk then it reboots. It does not give me any errors and except that... (0 Replies)
Discussion started by: Alkazjazz
0 Replies

9. UNIX for Advanced & Expert Users

Unix GDB Debugger info

Can any body gime a link for sample programs which can help me to debug the C programs using unix gdb debuger. Please send me the sample programs wch can explain debugging also. I am a begginer for GDB. KG (1 Reply)
Discussion started by: kapi.goel
1 Replies

10. UNIX for Dummies Questions & Answers

Loading App as the System starts

Hi Folks! I am a Mac OS X user, and have written an Applescript application that I would like it to be run before the user logs in. I have tryed leaving the Mac on the "Login Screen", that screen just before you log in typing name and password, and logging using ssh from another Mac on the... (0 Replies)
Discussion started by: fundidor
0 Replies
Login or Register to Ask a Question