From: Frank K. <fbk...@zy...> - 2010-10-06 20:13:08
|
Youngman, James wrote: > According to section 6.8 of the NASM Manual, IA64 is supported. > > 6.8 CPU: Defining CPU Dependencies > > The CPU directive restricts assembly to those instructions which are available on the specified CPU. > > Options are: > > * CPU IA64 IA64 CPU (in x86 mode) instruction set Yeah? Okay, we just need to persuade your ld to accept the linkable object format then... > Do I need to use a newer version of nasm? I doubt if it'll help, but you probably want to anyway. The truth is that a lot of bugs crept in with the 2.x series. We're up to 2.10rc1 - all the "known" bugs have been fixed... Might as well try out the latest "snapshot"... http://www.nasm.us/ Does "objdump -i" give any hints what you'd need to tell ld? (or gcc?) Best, Frank |