1. Download and install Cygwin x86_64 (https://www.cygwin.com/).
Cygwin packages include:
- gcc-core (Devel category)
- make (Devel category)
- openssl-devel
2. Download and extract IPMItool source tarabll (http://sourceforge.net/projects/ipmitool/).
3. Execute "Cygwin64 Terminal", go into IPMItool source directory (ex: ipmitool-x.y.zz).
4. Compile IPMItool
# ./configure --enable-intf-lanplus
# make
5. Output ipmitool.exe path below,
- <ipmitool-x.y.zz>/src/.libs/ipmitool.exe
6. You can execute ipmitool.exe, but you need some DLL files with ipmitool.exe in the same folder below,
- C:\cygwin64\bin\cygcrypto-1.0.0.dll
- C:\cygwin64\bin\cygwin1.dll
- C:\cygwin64\bin\cygz.dll
7. Execute IPMItool HELP
# ipmitool -h
Reference: https://www.rodneybeede.com/How_to_compile_ipmitool_for_Windows_32-bit.html
留言列表