Code::Blocks Forums

User forums => Help => Topic started by: openmpfan on April 12, 2014, 06:34:58 pm

Title: About openmp and equation.com compiler
Post by: openmpfan on April 12, 2014, 06:34:58 pm
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
Title: Re: About openmp and equation.com compiler
Post by: oBFusCATed on April 12, 2014, 07:26:27 pm
Inspect the manual of this compiler or ask the Equation Solutions for help about which options are needed.
Title: Re: About openmp and equation.com compiler
Post by: stahta01 on April 13, 2014, 02:29:37 am
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.