From: anonymous c. <nas...@us...> - 2007-10-13 00:42:53
|
> The machine type in the ELF file is EM_386 which is > for an x86 processor and is incompatible with sparc. As expected. NASM knows how to assemble x86 code. It does not know how to assemble Sparc code. > But the type of nasm-0.99.04.tar.bz2 is platform > independent according to the download web page. Here "platform independent" means that NASM will run on various platforms. > How can I solve this problem? Use an assembler that supports Sparc code. |