How to use elf2hex in Win 7 environment?

How to use elf2hex in Win 7 environment?
My development environment uses win7, eclipse and riscv32-unknown-elf-gcc.

I saw the following.
We have support for converting ELF files into binary files (for embedded targets) and hex files (for verilog simulators). objdump can convert an ELF file to a binary file. elf2hex can convert an ELF file to a hex file. objdump is part of FSF binutils. elf2hex is found at

How do I use elf2hex in the Win7 eclipse environment?