Bug #233
MSC Builder error when linker command line too long
Status: | Approved | Start date: | 01/14/2012 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | Massimo Del Fedele | % Done: | 100% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
Description
Building a big library with many object files, MSC linker complains about too long command line (> 8192 chars in XP+)
Attached patch removes this limit, using a command file when line is > 8192 characters; when shorter the usual path
is preserved.
The patch attached corrects also bug of issue 232 for MSC compiler; solution for GCC is still in 232 issue.
Max
History
#1 Updated by Miroslav Fidler over 12 years ago
- Status changed from New to Ready for QA
- Assignee changed from Miroslav Fidler to Massimo Del Fedele
Please check I have applied patches correctly. And thanks...
#2 Updated by Massimo Del Fedele over 12 years ago
- Status changed from Ready for QA to Approved
- % Done changed from 0 to 100