View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024063 | Community | OCCT:Coding | public | 2013-07-11 12:12 | 2013-07-23 17:00 |
Reporter | Pawel | Assigned To | bugmaster | ||
Priority | normal | Severity | block | ||
Status | closed | Resolution | duplicate | ||
Platform | Windows | OS | VC++ 2008 | ||
Product Version | 6.6.0 | ||||
Target Version | 6.7.0 | ||||
Summary | 0024063: LNK1136: invalid or corrupt file - when compiling OCCT | ||||
Description | I was trying to compile the latest master (head at 0024007, IR-2013-07-04) and started getting the error C1001: internal compiler error during the compilation and then : LNK1136: invalid or corrupt file for the file: win64\vc9\obj\TKMesh\IntPoly_ShapeSection.obj. This happens when I compile under Windows7 64bit / VS2008 SP1 / Release x64 version. Compiling Debug x64 works fine. 32bit version compiles/links (both Debug/Release) without problems. I suspect this is compiler error and has something to do either with the changes made in 24042 or 24053. Can someone confirm... | ||||
Tags | No tags attached. | ||||
Test case number | |||||
duplicate of | 0024071 | closed | Open CASCADE | VC 2009 64-bit compiler crashes while compiling IntPoly_ShapeSection.cxx | |
duplicate of | 0024072 | closed | Roman Lygin | Community | VC9 64-bit compiler crashes while compiling IntPoly_ShapeSection.cxx |
|
I changed the optimization method from 'Only __inline(/Ob1)' to 'Standard' for IntPoly_ShapeSection.cxx and it solved the issue. However, I'm not sure if this is the best solution... |
|
Dear bugmaster, this issue is a duplicate of 0024072, which has been fixed. Please close. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-11 12:12 | Pawel | New Issue | |
2013-07-11 12:12 | Pawel | Assigned To | => bugmaster |
2013-07-11 15:00 | Pawel | Note Added: 0025028 | |
2013-07-12 16:28 | Pawel | Relationship added | duplicate of 0024071 |
2013-07-12 16:31 | Pawel | Relationship added | duplicate of 0024072 |
2013-07-23 16:51 | Pawel | Note Added: 0025138 | |
2013-07-23 16:51 | Pawel | Status | new => feedback |
2013-07-23 17:00 | bugmaster | Status | feedback => closed |
2013-07-23 17:00 | bugmaster | Resolution | open => duplicate |
2014-01-11 11:58 |
|
Category | OCCT Release:BUILD => OCCT:Coding |