- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is an odd one
Trying to compile a very simple piece of test code
Get messages that suggest compile has succeeded, vis...
1>------ Build started: Project: Nex, Configuration: Debug Win32 ------
1>Compiling...
1>Nex.cpp
1>Build log was saved at "file://d:\\suite\\Programs\\NEX2\\Debug\\BuildLog.htm"
1>Nex - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Then the linker dies
1>Linking... (Intel C++ Environment)
1>xilink: executing 'link'
1>LINK : fatal error LNK1104: cannot open file 'Debug/Nex.obj'
1>Build log was saved at "file://D:\\suite\\Programs\\NEX2\\Debug\\BuildLog.htm"
1>Nex - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I can find a .i file from the preprocessor
But it appears no .obj file is created
Any thoughts as to why not?
Thankx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is not a bug. It's by design. When "/EP" is specified, the compiler (icl or cl) won't generate .obj file.
Jennifer
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is not a bug. It's by design. When "/EP" is specified, the compiler (icl or cl) won't generate .obj file.
Jennifer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
D'oh
:)
Thankx

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page