User forums > Help
C::B IDE Fortran Intel Parallel Studio Linking Problem
jkrob:
All,
Hello - after being away from C::B for quite a while having difficulty getting IVF to work, I'm back using Intel Parallel Studio & at least I have it compiling a "Hello World" but the final linking is erroring out.
LINK : fatal error LNK1104: cannot open file "-out:bin\Debug\CBTest.exe"
Project is located in "C:\Temp\CBTest" & the output directory is "C:\Temp\CBTest\bin\Debug"
Similar error for Release as well:
LINK : fatal error LNK1104: cannot open file "-out:bin\Release\CBTest.exe"
I presume some Project Property is getting mangled but don't know what.
Thanks in advance,
Jeff
BlueHazzard:
without full build log.... hard to answer....
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
jkrob:
OK.......
-------------- Build: Release in CBTest (compiler: Intel Fortran Compiler for Windows)---------------
ifort.exe /nologo /exe:bin\Release\CBTest.exe obj\Release\main.obj
LINK : fatal error LNK1104: cannot open file "-out:bin\Release\CBTest.exe"
oBFusCATed:
This is not the full build log. Do a rebuild, please. And use code tags.
jkrob:
Better?.....
-------------- Clean: Release in CBTest (compiler: Intel Fortran Compiler for Windows)---------------
Cleaned "CBTest - Release"
-------------- Build: Release in CBTest (compiler: Intel Fortran Compiler for Windows)---------------
ifort.exe /nologo /O2 /module:obj\Release\ /c main.f90 /object:obj\Release\main.obj
ifort.exe /nologo /exe:bin\Release\CBTest.exe obj\Release\main.obj
LINK : fatal error LNK1104: cannot open file "-out:bin\Release\CBTest.exe"
Process terminated with status 1104 (0 minute(s), 1 second(s))
1 error(s), 0 warning(s) (0 minute(s), 1 second(s))
Navigation
[0] Message Index
[#] Next page
Go to full version