INTEL C++ compiler can't use

Building, compiling, or debugging issues

INTEL C++ compiler can't use

Postby lwhs » Mon Aug 01, 2005 12:20 am

error with /nologo
User avatar
lwhs
Newbie
 
Posts: 4
Joined: Sat Jul 30, 2005 11:00 pm

Re: INTEL C++ compiler can't use

Postby bobh » Sat Aug 06, 2005 9:56 pm

You can change this by editing the line beginning with "Cmd0 = " in the [.C] section of the compiler configuration file. In either the project settings or the Build menu, select "Select compiler" and click on the "Edit configuration" button, then look for the [.C] section. Remove the "/nologo" bit from the command and let us know if it works better that way.

Somehow, though, I suspect that this isn't really the problem ... are you using the MSVC compiler as a backend?
User avatar
bobh
Advanced User
Advanced User
 
Posts: 59
Joined: Tue Dec 28, 2004 12:00 am

Re: INTEL C++ compiler can't use

Postby lwhs » Tue Aug 23, 2005 7:28 am

COMPILER = {[$(Intel Platform)=][IA32=ICL][IA64=ECL]}

Result:

COMPILER =
(Is NULL)

Cause error with /nologo (also in 5.00a)
User avatar
lwhs
Newbie
 
Posts: 4
Joined: Sat Jul 30, 2005 11:00 pm

Re: INTEL C++ compiler can't use

Postby 33 » Tue Nov 22, 2005 1:10 pm

333
33
 

Re: INTEL C++ compiler can't use

Postby Cavan » Tue Dec 06, 2005 8:57 am

:roll: Although UE05 said
--------------------Configuration: Test001 - Debug--------------------
ICL /nologo /Qipo_c /W3 /GX /G6 /MDd /Gm /ZI /Od /FD /GZ /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Qinline_debug_info /c ..\Test001.cpp
Test001.cpp
RC /foTest001RC.res ..\Test001RC.rc
XILINK /NOLOGO /MACHINE:IX86 /SUBSYSTEM:WINDOWS /OUT:Test001.EXE /incremental:yes /debug /DEBUGTYPE:CV Test001.obj Test001RC.res kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
XILINK: executing 'link'
Test001.EXE - 0 error(s), 0 warning(s)

Finally, I cannot find the executable file at all. But if I execute same command step by step manually, everything is OK. :cry: I almost think this should be a bug of UE05.

BTW: I use Intel C++ compiler 9.0.
Regards,
Cavan
Cavan
 

Re: INTEL C++ compiler can't use

Postby bobh » Tue Dec 06, 2005 6:06 pm

Finally, I cannot find the executable file at all.

It's usually generated in the Debug or Release subdirectory under your project folder. Did you try doing a File->Search in Windows?
User avatar
bobh
Advanced User
Advanced User
 
Posts: 59
Joined: Tue Dec 28, 2004 12:00 am


Return to Build / Compile / Debug

cron