You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. README file for configuring Code::Blocks to use the 64-bit MinGW
  2. toolchain
  3. Copyright (c) 2009 ARM Research Laboratories
  4. This is the README file for the configuring Code::Blocks to use the
  5. 64-bit MinGW toolchain.
  6. To configure Code::Blocks:
  7. 1) Unpack the 64-bit toolchain archive (e.g.
  8. mingw-w64-bin_i686-mingw_20090220.zip) into c:\MinGW-64. If done
  9. correctly, c:\MinGW-64 should have the directories bin, include,
  10. x86_64-pc-mingw32, and other directories.
  11. 2) Start CodeBlocks.
  12. 3) Open the Global compiler settings (Settings->Compiler and
  13. debugger).
  14. 4) Click on "Copy", and enter MinGW-64 as the new compiler's name.
  15. 5) If desired, click "Set as default".
  16. 6) Click on the "Toolchain executables" tab.
  17. 7) For the compiler's installation directory, enter "c:\MinGW-64".
  18. 8) Click on the "Program Files" tab, and enter the names for the
  19. MinGW-64 tools:
  20. i) C compiler: "x86_64-pc-mingw32-gcc.exe".
  21. ii) C++ compiler: "x86_64-pc-mingw32-g++.exe".
  22. iii) Linker for dynamic libs: "x86_64-pc-mingw32-g++.exe".
  23. iv) Linker for static libs: "x86_64-pc-mingw32-ar.exe".
  24. v) Debugger: Leave this blank; there is no 64-bit debugger
  25. available yet.
  26. vi) Resource ompiler: "x86_64-pc-mingw32-windres.exe".
  27. v) Make program: "". Leave blank. The 64-bit toolchain doesn't
  28. include a make program.