Welcome to Intel® Software Network Quick Login | Join | Help |
Search in Intel® Software Network Forums
in Go

RC.exe not found after update to 10.1.021 edition

Last post 05-09-2008, 1:38 AM by OnkelHotte. 22 replies.
Sort Posts: Previous Next
 04-08-2008, 3:43 PM 30252378  

RC.exe not found after update to 10.1.021 edition

I uninstalled the previous editon and visual studio 2005 premier edition, then reinstalled the update. But when I run the project, it display "RC.exe not found". How to fix this?
 
 04-08-2008, 5:20 PM 30252383 in reply to 30252378  

Re: RC.exe not found after update to 10.1.021 edition

You uninstalled VS2005 Premier Partner Edition?  Shouldn't have done that.

Exit Visual Studio. 
Open the folder C:\Program Files\Intel\Download\IntelFortranCompiler10.1\installs
Run ppe.exe
Run w_ide_p_10.1.021.exe

See how that works.

Steve

Doctor Fortran: intel.com/software/drfortran
 
 04-08-2008, 5:38 PM 30252385 in reply to 30252383  

Re: RC.exe not found after update to 10.1.021 edition

How to find ppe.exe?

I am very confuse on what's the steps to do the update. If I install the update directly, the previous edition will still in the compute.

 
 04-08-2008, 6:47 PM 30252389 in reply to 30252383  

Re: RC.exe not found after update to 10.1.021 edition

I uninstalled the VS2005 Premier partner edition, then reinstall in with the 10.1.021 update. Why I can't do this? Thank you!

 

MAD\sblionel:
You uninstalled VS2005 Premier Partner Edition?  Shouldn't have done that.

Exit Visual Studio. 
Open the folder C:\Program Files\Intel\Download\IntelFortranCompiler10.1\installs
Run ppe.exe
Run w_ide_p_10.1.021.exe

See how that works.

 
 04-09-2008, 5:47 AM 30252421 in reply to 30252389  

Re: RC.exe not found after update to 10.1.021 edition

Normally, you should install Visual Studio once. After you have done that, when you want updates, download the file with _novsppe in its name, or the _IA32 or _Intel64 updates.  These do not include the 200MB of Visual Studio that do not change between updates.

There is a known problem where if you uninstall VSPPE and then try to reinstall the full product, VSPPE does not reinstall properly.  This is why I suggested that you run ppe.exe, which will be in the folder I mentioned. This will properly reinstall VSPPE.

Does this help?

Steve

Doctor Fortran: intel.com/software/drfortran
 
 04-09-2008, 7:25 AM 30252429 in reply to 30252421  

Re: RC.exe not found after update to 10.1.021 edition

Thank you! Does this mean we can't uninstall VSPPE completely? Another computer I installed VS2008, and uninstalled VSPPE. It can work under debug-win32, but can't build project under debug-x64.

PS: I am using Vista 64bit.


MAD\sblionel:
Normally, you should install Visual Studio once. After you have done that, when you want updates, download the file with _novsppe in its name, or the _IA32 or _Intel64 updates.  These do not include the 200MB of Visual Studio that do not change between updates.

There is a known problem where if you uninstall VSPPE and then try to reinstall the full product, VSPPE does not reinstall properly.  This is why I suggested that you run ppe.exe, which will be in the folder I mentioned. This will properly reinstall VSPPE.

Does this help?
 
 04-09-2008, 8:13 AM 30252435 in reply to 30252429  

Re: RC.exe not found after update to 10.1.021 edition

You can remove VSPPE completely, but I have found that you need to delete the Visual Studio 8 folder and the HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\8.0 registry key.  This will be resolved in a future release.

Your problem on the other computer is probably because you did not select a "Custom" install of VS2008 to add the "x64 compiler and tools" option, as explained in the compiler Installation Guide.  For some odd reason, this is not installed by default in the VS05/08 Professional Edition and higher.  You can do a "Change" of VS2008 in add/remove programs to add that feature.  Then reinstall Intel Fortran.

Steve

Doctor Fortran: intel.com/software/drfortran
 
 04-09-2008, 11:39 AM 30252458 in reply to 30252435  

Re: RC.exe not found after update to 10.1.021 edition

The VSPPE sloved using you method.

I checked the VS2008, it already has "x64 compiler and tools" installed. Maybe IVF intel 64bit edition has problem working with VS2008?
 
 04-09-2008, 12:49 PM 30252464 in reply to 30252458  

Re: RC.exe not found after update to 10.1.021 edition

No, it should work.  Please post the build log showing the problem.

Steve

Doctor Fortran: intel.com/software/drfortran
 
 04-10-2008, 9:12 AM 30252533 in reply to 30252464  

Re: RC.exe not found after update to 10.1.021 edition

1.error #11035: Fatal error cannot open bufferoverflowu ipo     
2.error error_during_IPO_compilation: problem during multi-file optimization compilation (code 1)     Link     
3.error error_during_IPO_compilation: problem during multi-file optimization compilation (code 1)     Link 


MAD\sblionel:
No, it should work.  Please post the build log showing the problem.
 
 04-10-2008, 9:27 AM 30252536 in reply to 30252533  

Re: RC.exe not found after update to 10.1.021 edition

That's not the whole build log.

The reference to bufferoverflowu.lib is needed with some MS platform SDKs  but not all.  Perhaps you can take out that reference wherever you added it.  An alternative is to specify linking against the DLL libraries.

Steve

Doctor Fortran: intel.com/software/drfortran
 
 04-10-2008, 9:28 AM 30252537 in reply to 30252533  

Re: RC.exe not found after update to 10.1.021 edition

I am very confused in VS2008 doesn't have bufferoverflowu.lib, why IVF want to connect to it?
 
 04-10-2008, 9:31 AM 30252539 in reply to 30252537  

Re: RC.exe not found after update to 10.1.021 edition

As far as I know, you would have had to add the reference to that library manually. I am not aware that IVF makes such a reference automatically.  It would help if I could see the whole buildlog.htm

Steve

Doctor Fortran: intel.com/software/drfortran
 
 04-10-2008, 9:36 AM 30252540 in reply to 30252539  

Re: RC.exe not found after update to 10.1.021 edition

Build started: Project: test1, Configuration: Debug|x64

Output
  
Deleting intermediate files and output files for project 'test1', configuration 'Debug|x64'.
Compiling with Intel(R) Fortran Compiler 10.1.021 [Intel(R) 64]...
ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /module:&quotx64\Debug\\" /object:&quotx64\Debug\\" /traceback /check:bounds /libs:static /threads /dbglibs /c /Qvc9 /Qlocation,link,&quotc:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\x86_amd64" &quotC:\workfw\test1\test1\hello.F90"
Linking...
Link /OUT:&quotx64\Debug\test1.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:&quotC:\workfw\test1\test1\x64\debug\test1.exe.intermediate.manifest" /DEBUG /PDB:&quotC:\workfw\test1\test1\x64\debug\test1.pdb" /SUBSYSTEM:CONSOLE /IMPLIB:&quotC:\workfw\test1\test1\x64\debug\test1.lib" &quotx64\Debug\hello.obj"
ipo: error #11035: Fatal error cannot open bufferoverflowu
Link: error error_during_IPO_compilation: problem during multi-file optimization compilation (code 1)
Link: error error_during_IPO_compilation: problem during multi-file optimization compilation (code 1)


test1 - 3 error(s), 0 warning(s)
 
 04-10-2008, 9:53 AM 30252542 in reply to 30252540  

Re: RC.exe not found after update to 10.1.021 edition

Curious - I can't reproduce this on my system.  Would you please attach a ZIP of your project to a reply here?  Use the Options tab when replying to do that.

Steve

Doctor Fortran: intel.com/software/drfortran
 
 04-10-2008, 11:36 AM 30252555 in reply to 30252542  

Re: RC.exe not found after update to 10.1.021 edition

I already uploaded it at premier service. Boonie is dealing with it. You can contact him. Maybe this problem ocures by I didn't cleanly uninstall VC2005 premier before install VC2008?
 
 04-10-2008, 11:44 AM 30252558 in reply to 30252555  

Re: RC.exe not found after update to 10.1.021 edition

Ok, thanks.  I'll check with Bonnie.

Steve

Doctor Fortran: intel.com/software/drfortran
 
 04-11-2008, 5:42 PM 30252658 in reply to 30252558  

Re: RC.exe not found after update to 10.1.021 edition

It turned out that the problem was caused by using a beta version of VS2008 rather than the released version.  When he installed the released version, it worked.

Steve

Doctor Fortran: intel.com/software/drfortran
 
 05-06-2008, 4:55 AM 30254173 in reply to 30252658  

Re: RC.exe not found after update to 10.1.021 edition

I have a similar problem here:

On a Virtual PC environment, we installed VS2008 and the latest IVF, so we can test and install this package on new computers via network. But IVF won´t link files: rc.exe not found. I searched my computer (where VS2008 and IVF work without any problem) and found this file two times: First in C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin and C:\Program Files\Microsoft Visual Studio\Common\MSDEV98\BIN (old VS6 directory).

Is this a Virtual PC error or did we forget to install something extra? Should the Windows SDK be part of the VS2008 setup?

Thanks in advance,
Markus

 
 05-06-2008, 5:50 AM 30254179 in reply to 30254173  

Re: RC.exe not found after update to 10.1.021 edition

Go to Tools > Options > Intel Fortran > Compilers.  Look at the list of folders for Executable files.  It should contain:

$(WindowsSdkDir)bin

This is how it finds rc.exe.  If you don't see that entry, try adding it and see if that works.

Steve

Doctor Fortran: intel.com/software/drfortran
 
 05-06-2008, 5:59 AM 30254180 in reply to 30254179  

Re: RC.exe not found after update to 10.1.021 edition

My installation has got the $(WindowsSdkDir)bin entry. My colleague who set up the Virtual PC Environment already left work, and because he has a free day tomorrow I can ask him Thursday.
 
 05-06-2008, 6:35 AM 30254186 in reply to 30254180  

Re: RC.exe not found after update to 10.1.021 edition

You will need to have the WindowsSdkDir system environment variable set to the path of the SDK. For example:

C:\Program Files\\Microsoft SDKs\Windows\v6.0A\

It could be that the VirtualPC environment is not making that available to you.

Steve

Doctor Fortran: intel.com/software/drfortran
 
 05-09-2008, 1:38 AM 30254447 in reply to 30254186  

Re: RC.exe not found after update to 10.1.021 edition

Somehow VS2008 did not install Windows SDK 6.0A.

Installing Windows SDK 6.1 manually solved the problem.

Markus

 
View as RSS news feed in XML

Shortcuts


Tags For This Post

...

Community Tags

...