This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: x86 64 bit resources


On Tuesday 13 November 2012 11:15:09 Jean-Claude Gervais wrote:
> I need help:
> 
> I tried the following command:
> windres --target=elf64-ia64-little -i resource.rc -o resource.o
> 
> But windres complains about not being able to detect the architecture.
> What is the proper architecture type?
> 
> I want to build a native resource object for (uname output):
> 
> Linux 3.2.12-gentoo #6 SMP x86_64 Intel(R) Core(TM)2 Quad CPU Q6600 @
> 2.40GHz GenuineIntel GNU/Linux
> 
> What is the proper command line so windres will output an object
> native to this platform?

your queries don't seem to make sense

windres is for producing files for Windows, not Linux

Windows doesn't use ELF, it uses COFF

ia64 is for Itanium cpus, not for 64bit intel cpus (x86_64)
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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