objconv
objconv copied to clipboard
Documentation contains incorrect letter case for some command-line parameters
"Instructions for objconv" file contains the following text:
-fXXX Convert file to format XXX. XXX = COFF, OMF, ELF or MAC. PE is accepted as a synonym for COFF. The word size, 32 or 64, may be appended to the name, e.g. ELF64
When I try to use command-line parameter -fOMF (case sensitive) I get an error "Error 2004: Unknown command line option: %sfOMF". After some attempts I understand that it is correct to type "-fomf" (may be it is right only under Windows, I don't know).
Windows 10, objconv v2.49
Issue only for windows
Sorry for the necro on this one, but i have the exact same problem under Debian 11. Version 2.52, compiled from source on Debian 11.
This is not only wrong in the PDF document it is also wrong in the commandline help.
Why is the last release of this from 2018? Why hasn't he fixed the bugs?