Jean-Paul Blaquiere <[EMAIL PROTECTED]> writes: > It may not be in a.out format, but is this necessary? and if so, how > does one go about converting an elf binary into an a.out one?
All of my ELCs do indeed need that file in a.out format, and they say so: if after loading the file you get a `The file just loaded doesn't seem to be executable', then you have to convert your image to a.out, using elftoaout as described previously. Alex -- Alexander Jolk * [EMAIL PROTECTED] * +49-721-608-3572

