x86 64 bit resources

Mike Frysinger vapier@gentoo.org
Tue Nov 13 18:33:00 GMT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <https://sourceware.org/pipermail/binutils/attachments/20121113/bfd479a9/attachment.sig>


More information about the Binutils mailing list