Subject: M68K and ELF
To: None <current-users@netbsd.org>
From: Adam Ciarcinski <adam@pulstar.albedo.com.pl>
List: current-users
Date: 07/16/1999 14:29:14
Hi,

What is the current state of m68k port and ELF support?
I tried to make ELF executables, but it seems not to work on my
NetBSD/amiga (-current = 1.4F).  I've compiled GNU libs, egcs,
gas.new and ld.new with BOOTSTRAP_ELF.  After that I've made
crt* object and compiled static libc.  When I try to execute
ELF executable, the system says "Binary not executable" or
"Wrong architecture" (on csh).

Also, when I try to compile something from NetBSD source tree,
ld displays a warning saying that it "couldn't find _start symbol".

	regards

		- Adam