Hi everybody,
I want to ask how can I configure Code::Blocks in windows to work with the
gcc 4.8.2 64 bit compiler provided by Equation Solution (http://www.equation.com/servlet/equation.cmd?fa=fortran) with openmp support also.
I have the compiler in C:\gcc folder.
Attempt to find answer on google was futile.
So any help please?
Thanks
Best regards,
openmpfan
Inspect the manual of this compiler or ask the Equation Solutions for help about which options are needed.
Set up the Toolchain configuration in CB
http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps (http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps)
Then, test the building
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Tim S.