From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ling Su" To: Subject: Question on GNU linker Date: Fri, 21 Jul 2000 10:59:00 -0000 Message-id: <001901bff33d$720bbdf0$0201a8c0@raccoon> X-SW-Source: 2000-07/msg00367.html Hello, I downloaded a snapshot of binutils 2000526 and compiled it for a i386-mingw32 target in Linux (RH on UltraSPARC). When I used it to link, it complains "Unsuported PEI architecture: pe-i386". Actually when I list the options by typing "i386-mingw32-ld --help", it shows, "i386-mingw32-ld : supported targets: pe-i386 pei-i386 ....." Then what's wrong? I am curious if I can not use this cross platfrom between UltraSPARC and i386 since they have different architectures. Best Regards, -Ling