Advertisement
Guest User

Cross-compiling many types of test EXEs on Linux

a guest
Sep 12th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. ssokolow@monolith test_exes [master] % ./build.sh
  2. * Compiling for DOS with Dev86 (Real Mode)
  3. * Compiling for DOS with Pacific C (Real Mode)
  4. * Compiling for DOS with DJGPP (Protected Mode)
  5. * Compiling for com with OpenWatcom
  6. * Compiling for dos with OpenWatcom
  7. * Compiling for dos4g with OpenWatcom
  8. * Compiling for dos4gnz with OpenWatcom
  9. * Compiling for os2 with OpenWatcom
  10. * Compiling for os2v2 with OpenWatcom
  11. * Compiling for windows with OpenWatcom
  12. * Compiling for win386 with OpenWatcom
  13. * Compiling for win95 with OpenWatcom
  14. * Compiling for nt with OpenWatcom
  15. * Compiling for Win32 with MinGW
  16. * Compiling for Win64 with MinGW
  17. * Compiling hello.cs as exe on x86 with Mono
  18. * Compiling hello.cs as exe on x64 with Mono
  19. * Compiling hello.cs as exe on itanium with Mono
  20. * Compiling hello.cs as exe on arm with Mono
  21. * Attempting to rebuild test .lnk file
  22. * Building test JAR file
  23. * Building test SWF file (compressed)
  24. * Compiling native ELF64 binary with GCC for comparison
  25. * Compiling native ELF32 binary with GCC for comparison
  26. * Generating UPX-compressed copies
  27. upx: hello_csharp_exe_arm.exe: CantPackException: can't pack new-exe
  28. upx: hello_csharp_exe_itanium.exe: CantPackException: can't pack new-exe
  29. upx: hello_csharp_exe_x64.exe: CantPackException: .NET files (win64/.net) are not yet supported
  30. upx: hello_csharp_exe_x86.exe: CantPackException: .NET files (win32/.net) are not yet supported
  31. 159914 -> 42628 26.66% djgpp2/coff hello_djgpp.upx.exe
  32. 101820 -> 56252 55.25% win32/pe hello_mingw32.upx.exe
  33. 123503 -> 63599 51.50% win64/pe hello_mingw64.upx.exe
  34. 28334 -> 19132 67.52% watcom/le hello_owatcom_dos4g.upx.exe
  35. upx: hello_owatcom_dos4gnz.exe: CantPackException: can't pack new-exe
  36. 9126 -> 7247 79.41% dos/exe hello_owatcom_dos.upx.exe
  37. 41039 -> 28751 70.06% win32/pe hello_owatcom_nt.upx.exe
  38. upx: hello_owatcom_os2.exe: CantPackException: can't pack new-exe
  39. upx: hello_owatcom_os2v2.exe: CantPackException: can't pack new-exe
  40. upx: hello_owatcom_win386.exe: CantPackException: can't pack new-exe
  41. 41039 -> 28751 70.06% win32/pe hello_owatcom_win95.upx.exe
  42. upx: hello_owatcom_windows.exe: CantPackException: can't pack new-exe
  43. 6848 -> 4528 66.12% dos/exe hello_pacific.upx.exe
  44. 3616 -> 2539 70.22% dos/com hello_dev86.upx.com
  45. 9214 -> 6947 75.40% dos/com hello_owatcom_com.upx.com
  46. upx: hello_gcc.x86: NotCompressibleException
  47. upx: hello_gcc.x86_64: NotCompressibleException
  48. 159914 -> 40580 25.38% djgpp2/coff hello_djgpp.upx.coff.exe
  49. * Removing unnecessary execute bits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement