[osol-discuss] Gdb: Is GDB for ARM Available

2007-01-24 Thread DEEPAK BHATIA
Deepak Bhatia This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

RE: [osol-discuss] Gdb: Is GDB for ARM Available

2007-01-24 Thread Deepak Bhatia
Is this code taken from GNU site ? http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/gdb/gdb-6.3/bfd/elf32 -arm.c#bfd_elf32_arm_set_target_relocs. Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Frank Hofmann Sent: Wednesday

[osol-discuss] Assembler Output

2007-01-23 Thread DEEPAK BHATIA
Hi, I am not sure if this the right place to ask this question. How can we use cc to product assembler output file ? Regards Deepak Bhatia This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss

[osol-discuss] Re: Assembler Output

2007-01-23 Thread DEEPAK BHATIA
The a.out produced by the cc is still an ELF File. I am talking about the old a.out format given in this link. http://fuse4bsd.creo.hu/localcgi/man-cgi.cgi?a.out+5 Regards Deepak Bhatia This message posted from opensolaris.org ___ opensolaris

RE: [osol-discuss] Assembler Output

2007-01-23 Thread Deepak Bhatia
Thanks for your reply. I am talking about a.out given in the format below. http://fuse4bsd.creo.hu/localcgi/man-cgi.cgi?a.out+5 Regards Deepak Bhatia -Original Message- From: Eric Enright [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 11:39 PM To: DEEPAK BHATIA Cc

RE: [osol-discuss] Assembler Output

2007-01-23 Thread Deepak Bhatia
This was the binary file format before ELF. When we do #cc test.c We get a.out file but it is again ELF File format file. Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Deepak Bhatia Sent: Tuesday, January 23, 2007 11:39 PM

RE: [osol-discuss] Assembler Output

2007-01-23 Thread Deepak Bhatia
the executable file shows as ELF File ? I think cc is not a cross compiler. Regards Deepak Bhatia -Original Message- From: Dennis Clarke [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 12:02 AM To: DEEPAK BHATIA Cc: opensolaris-discuss@opensolaris.org Subject: Re: [osol

RE: [osol-discuss] Assembler Output

2007-01-23 Thread Deepak Bhatia
which it looks like is used to handle old a.out (Assembler OUTput) file. Please confirm if this is true or not. Regards Deepak Bhatia -Original Message- From: James Carlson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 12:51 AM To: Deepak Bhatia Cc: Eric Enright; opensolaris

RE: [osol-discuss] Debug the Dynamic Linker

2007-01-16 Thread Deepak Bhatia
Hi Rod, Thanks for the help. Will it possible for you to help us in case we ask questions inside the dynamic linker code ? Regards Deepak Bhatia -Original Message- From: Rod Evans [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 3:11 AM To: Deepak Bhatia Cc: opensolaris

RE: [osol-discuss] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-12 Thread Deepak Bhatia
Also request you to please help in using DBG_CALL Functions in the Solaris OS functions which should help me debugging the Solaris OS. Regards Deepak Bhatia -Original Message- From: Rod Evans [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 1

[osol-discuss] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-09 Thread Deepak Bhatia
Hi Mike, The following gives the quick start guide to install and build Solaris Open Source Code http://www.opensolaris.org/os/community/on/install_quickstart/ When does the proto area gets created ? Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[osol-discuss] RE: usr/src/tools/proto (was Installing Solaris Sources, onbld tools, compilers)

2007-01-09 Thread Deepak Bhatia
is running fine. Does dmake all will run after nightly is completed ? Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike Kupfer Sent: Wednesday, January 10, 2007 2:17 PM To: Deepak Bhatia Cc: opensolaris-help@opensolaris.org

RE: [osol-discuss] Debug the Dynamic Linker

2007-01-08 Thread Deepak Bhatia
Hi Rod, Thanks a lot for the reply and it is very useful. mdb document seems to be very large. Do we have a quick user guide for the same. Regards Deepak Bhatia -Original Message- From: Rod Evans [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 4:27 AM To: DEEPAK BHATIA Cc

[osol-discuss] Debug the Dynamic Linker

2007-01-04 Thread DEEPAK BHATIA
. Thanks Deepak Bhatia This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] libc_pic.a not found

2007-01-04 Thread DEEPAK BHATIA
Hi, While building the dynamic linker using dmake all, the build process failed because of libc_pic.a library not found in /usr/lib/pics. It there any patch available for the same ? Thanks Deepak Bhatia This message posted from opensolaris.org

[osol-discuss] Installing and Building the Solaris Source Code

2007-01-03 Thread Deepak Bhatia
Hello, How do I install and build the source code from the link http://dlc.sun.com/osol/on/downloads/b47 Regards Deepak Bhatia ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

RE: [osol-discuss] Installing and Building the Solaris Source Code

2007-01-03 Thread Deepak Bhatia
Thanks.. Regards Deepak Bhatia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 5:56 PM To: Deepak Bhatia Cc: opensolaris-discuss@opensolaris.org Subject: Re: [osol-discuss] Installing and Building the Solaris

[osol-discuss] Re: Installing and Building the Solaris Source Code

2007-01-03 Thread DEEPAK BHATIA
/tmp $ bzip2 -dc SUNWonbld-DATE.PLATFORM.tar.bz2 | tar xf - $ su Password: # pkgadd -d onbld SUNWonbld = where should I run the command pkgadd above. Thanks Deepak Bhatia This message posted from opensolaris.org