Skip to content

Convert BSCMAKE errors and warnings list into a table #5535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,39 +1,42 @@
---
description: "Learn more about: BSCMAKE errors and warnings (BKxxxx)"
title: "BSCMAKE errors and warnings"
ms.date: "04/16/2019"
ms.assetid: 3767baa6-e639-472e-99fd-7543fd945cd3
description: "Learn more about: BSCMAKE errors and warnings (BKxxxx)"
ms.date: 04/16/2019
---
# BSCMAKE errors and warnings (BKxxxx)

This section is a reference to the errors and warnings generated by the BSCMAKE build tool. BSCMAKE errors and warnings have the form BK*xxxx*, where *xxxx* is a four-digit number.

[!INCLUDE[error-boilerplate](../../error-messages/includes/error-boilerplate.md)]
[!INCLUDE[error-boilerplate](../includes/error-boilerplate.md)]

## Error messages

[BSCMAKE error BK1503](bscmake-error-bk1503.md) \
[BSCMAKE error BK1504](bscmake-error-bk1504.md) \
[BSCMAKE error BK1505](bscmake-error-bk1505.md) \
[BSCMAKE error BK1506](bscmake-error-bk1506.md) \
[BSCMAKE error BK1507](bscmake-error-bk1507.md) \
[BSCMAKE error BK1508](bscmake-error-bk1508.md) \
[BSCMAKE error BK1509](bscmake-error-bk1509.md) \
[BSCMAKE error BK1510](bscmake-error-bk1510.md) \
[BSCMAKE error BK1512](bscmake-error-bk1512.md) \
[BSCMAKE error BK1513](bscmake-error-bk1513.md) \
[BSCMAKE error BK1514](bscmake-error-bk1514.md) \
[BSCMAKE error BK1515](bscmake-error-bk1515.md) \
[BSCMAKE error BK1516](bscmake-error-bk1516.md) \
[BSCMAKE error BK1517](bscmake-error-bk1517.md)
| Error | Message |
|--|--|
| [BSCMAKE error BK1503](bscmake-error-bk1503.md) | cannot write to file 'filename' [: reason] |
| [BSCMAKE error BK1504](bscmake-error-bk1504.md) | cannot position in file 'filename' [: reason] |
| [BSCMAKE error BK1505](bscmake-error-bk1505.md) | cannot read from file 'filename' [: reason] |
| [BSCMAKE error BK1506](bscmake-error-bk1506.md) | cannot open file 'filename' [: reason] |
| [BSCMAKE error BK1507](bscmake-error-bk1507.md) | cannot open temporary file 'filename' [: reason] |
| [BSCMAKE error BK1508](bscmake-error-bk1508.md) | cannot delete temporary file 'filename' [: reason] |
| [BSCMAKE error BK1509](bscmake-error-bk1509.md) | out of heap space |
| [BSCMAKE error BK1510](bscmake-error-bk1510.md) | corrupt .SBR file filename |
| [BSCMAKE error BK1512](bscmake-error-bk1512.md) | filename: capacity exceeded |
| [BSCMAKE error BK1513](bscmake-error-bk1513.md) | nonincremental update requires all .SBR files |
| [BSCMAKE error BK1514](bscmake-error-bk1514.md) | all .SBR files truncated, none found in filename |
| [BSCMAKE error BK1515](bscmake-error-bk1515.md) | bscfile: incompatible version: cannot incrementally update |
| [BSCMAKE error BK1516](bscmake-error-bk1516.md) | bscfile corrupt; cannot incrementally update |
| [BSCMAKE error BK1517](bscmake-error-bk1517.md) | source file for sbrfile compiled with both /Yc and /Yu |

## Warning messages

[BSCMAKE warning BK4502](bscmake-warning-bk4502.md) \
[BSCMAKE warning BK4503](bscmake-warning-bk4503.md) \
[BSCMAKE warning BK4504](bscmake-warning-bk4504.md)
| Warning | Message |
|--|--|
| [BSCMAKE warning BK4502](bscmake-warning-bk4502.md) | truncated .SBR file 'filename' not in filename |
| [BSCMAKE warning BK4503](bscmake-warning-bk4503.md) | minor error in .SBR file filename ignored |
| [BSCMAKE warning BK4504](bscmake-warning-bk4504.md) | file contains too many references; ignoring further references from this source |

## See also

[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md) \
[C/C++ Compiler and build tools errors and warnings](../compiler-errors-1/c-cpp-build-errors.md)\
[BSCMake reference](../../build/reference/bscmake-reference.md)