This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

problem with cross-gcc 2.95.2


Hi!

  I've compiled gcc-2.95.2 with binutils-19991221 with --host=i586-pc-linux-gnu
--target=i586-pc-cygwin and encountered a problem. i586-pc-cygwin-ld
seems to generate incorrect executable. i've compiled
#include <stdio.h>
main()
{ printf("123"); }

on both native cygwin gcc and cross gcc. File, built with cross don't start.
Running objdump myself make me suspect that "bad.exe" had incorrect
"entry 1" in the data directory. I'm attaching both executables. Would
somebody take a look at them and explain me what the problem is?

Egor.            mailto:deo@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19

test_exe.tar.gz

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]