public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* gdb-6.3 simulator problem when built on cygwin
@ 2005-03-23 13:20 Nitin Shah
  0 siblings, 0 replies; only message in thread
From: Nitin Shah @ 2005-03-23 13:20 UTC (permalink / raw)
  To: gdb

Hi,
I have used following source code snapshots to build SH(ELF) toolchain,
1) binutils-050128
2) gcc-4.0-20050116
3) newlib-1.13.0
I have built GDB for SH-ELF target using gdb-6.3 source for Windows
(using cygwin-1.5.9-1) and for Linux.

I have a trivial test program using "printf" to print integer with
format specifier "%d".
This test program is then compiled for SH4 using cygwin based windows
tool chain. When I try to run output file using GDB simulator on
windows, I get the following error --
"sh-elf-run: can't load a.out: File format not recognized"

Same output file runs on Linux correctly.
The "printf" works perfectly without using any format specifiers in
windows as well as Linux.

The test program & command lines for compilation & running are as -
**************************  test.c ************************** 
int main()
{
 int j=10; 
 printf("\nValue of j is %d\n",j);
 return 0; 
}

command line to compile the program -
>sh-elf-gcc -m4 test.c

command line to run the output file -
>sh-elf-run a.out
*************************************************************

The output file of the program compiled for following targets gives
problem - SH4, SH4A, SH4A-NOFPU, SH4A-SINGLE, SH4A-SINGLE-ONLY.

Kindly suggest the solution for this problem. 
Is there any problem in building the GDB on Cygwin ? I have used same
build process for Linux and Cygwin.

Thanks in advance.

Regards,
Nitin Shah.
KPIT Cummins InfoSystems Ltd.
Pune, India

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Free download of GNU based tool-chains for Renesas' SH and H8 Series.
The following site also offers free technical support to its users. 
Visit http://www.kpitgnutools.com for details. 
Latest versions of KPIT GNU tools are released on February 4, 2005.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-23 13:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-23 13:20 gdb-6.3 simulator problem when built on cygwin Nitin Shah

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