[Lunar-commits] <moonbase> e3: I get this error with the latest nasm;
stumbles
stumbles at lunar-linux.org
Tue Jul 7 12:52:03 CEST 2009
commit 6cc7a4f1f37b335b765d67a985a9dd8dc0708ea6
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue Jul 7 06:52:03 2009 -0400
e3: I get this error with the latest nasm;
ld -b elf64-x86-64 --oformat elf64-x86-64 -s -o e3 e3.o
e3.o: file not recognized: File format not recognized
make: *** [nasm64] Error 1
But it works just fine with yasm. So switching compilers.
---
editors/e3/BUILD | 2 +-
editors/e3/DEPENDS | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/editors/e3/BUILD b/editors/e3/BUILD
index a9e9f9f..234408f 100644
--- a/editors/e3/BUILD
+++ b/editors/e3/BUILD
@@ -1,7 +1,7 @@
(
if [ "`arch`" == "x86_64" ]; then
- make nasm64
+ make yasm64
else
make
fi &&
diff --git a/editors/e3/DEPENDS b/editors/e3/DEPENDS
index bac220d..ed64a6e 100644
--- a/editors/e3/DEPENDS
+++ b/editors/e3/DEPENDS
@@ -1 +1 @@
-depends nasm
+depends yasm
More information about the Lunar-commits
mailing list