Query: elf2ecoff
OS: netbsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ELF2ECOFF(1) BSD General Commands Manual ELF2ECOFF(1)NAMEelf2ecoff -- convert a NetBSD ELF-format executable to NetBSD ECOFF formatSYNOPSISelf2ecoff elf-file ecoff-fileDESCRIPTIONReads a fully-linked ELF executable (such as a linked kernel) and produces an equivalent ECOFF format executable file. The elf2ecoff utility is used to convert native NetBSD ELF binaries to ECOFF format, for compatibility with DECstation diskless-boot PROM code and diskless-boot servers that require ECOFF format binaries.SEE ALSOelf2aout(1), ld(1), kvm(3), a.out(5), elf(5), kvm_mkdb(8)HISTORYelf2ecoff was originally developed for NetBSD/pmax by Ted Lemon and was first distributed with the pmax port of NetBSD 1.1.BUGSelf2ecoff assumes there are no multiply-referenced symbols in the input ELF symbol section. It may be necessary to link with -x to avoid duplicate symbols. In some environments, the GNU binutils objcopy(1) utility may be a better solution than elf2ecoff.BSDSeptember 30, 1996 BSD
| Related Man Pages | 
|---|
| elf_getshnum(3) - netbsd | 
| crunchide(1) - netbsd | 
| elf2aout(1) - netbsd | 
| elf32_checksum(3) - netbsd | 
| gelf_checksum(3) - netbsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| NetBSD Ports | 
| Anyone using GNU BSD? | 
| BSD Release: NetBSD 5.0.1 | 
| DG/UX ELF binary support | 
| Need get content of ELF shell script |