This page documents all error codes in the Build System category.
Total codes: 39
- 35 error code(s)
- 4 warning code(s)
- Severity: Error
- Code:
N8001
A configuration file could not be parsed. Check the file format and syntax.
- Severity: Error
- Code:
N8002
A configuration file is missing a required field. Add the missing field.
- Severity: Error
- Code:
N8003
A configuration field has an invalid value. Check the expected type and valid range.
- Severity: Error
- Code:
N8004
The specified build target does not exist in the project configuration.
- Severity: Error
- Code:
N8005
A build script (pre-build, post-build) exited with a non-zero status.
- Severity: Error
- Code:
N8006
A build-time dependency is not available. Install the required build tools.
- Severity: Error
- Code:
N8007
The specified build profile (e.g., debug, release) is not valid.
- Severity: Error
- Code:
N8008
The project manifest file has an invalid format or content.
- Severity: Error
- Code:
N8009
The package manifest is missing the package name field. Add a name field.
- Severity: Error
- Code:
N8010
The package manifest is missing the version field. Add a version string.
- Severity: Error
- Code:
N8011
The manifest contains duplicate entries for the same key. Remove the duplicates.
- Severity: Error
- Code:
N8012
A dependency specification in the manifest is invalid. Check the dependency format.
- Severity: Error
- Code:
N8013
A workspace member specified in the manifest does not exist.
- Severity: Error
- Code:
N8014
A workspace member appears more than once in the members list.
- Severity: Error
- Code:
N8015
The specified toolchain identifier is invalid. Use a recognized toolchain name.
- Severity: Error
- Code:
N8016
The required toolchain is not installed. Install it using the appropriate toolchain manager.
- Severity: Error
- Code:
N8017
The specified target triple (e.g., x86_64-pc-windows-msvc) is not recognized.
- Severity: Error
- Code:
N8018
One or more tests failed. Check the test output for details.
- Severity: Error
- Code:
N8019
One or more benchmarks failed. Check the benchmark output for details.
- Severity: Error
- Code:
N8020
A test suite is missing its configuration file.
- Severity: Error
- Code:
N8021
An invalid compiler flag was specified. Check the available flags.
- Severity: Error
- Code:
N8022
Two or more compiler flags conflict with each other. Remove the conflicting flags.
- Severity: Error
- Code:
N8023
A compiler flag is not supported for the selected target platform.
- Severity: Error
- Code:
N8024
An invalid linker flag was specified.
- Severity: Error
- Code:
N8025
The system linker was not found. Install the required linker tool.
- Severity: Error
- Code:
N8026
The system assembler was not found. Install the required assembler.
- Severity: Error
- Code:
N8027
The specified output path is not writable. Check permissions.
- Severity: Error
- Code:
N8028
The compiler cache directory is not accessible. Check permissions.
- Severity: Error
- Code:
N8029
Another build process is using the same output directory. Wait for it to finish or use a different output path.
- Severity: Error
- Code:
N8030
The build system encountered an internal error. Report this bug to the developers.
- Severity: Error
- Code:
N8031
The package name does not follow the required naming convention.
- Severity: Error
- Code:
N8032
The package name contains invalid characters. Use only alphanumeric characters, hyphens, and underscores.
- Severity: Error
- Code:
N8033
The package version string does not follow semantic versioning format.
- Severity: Warning
- Code:
N8034
The specified license identifier is not in the recognized license list. Use a standard SPDX identifier.
- Severity: Warning
- Code:
N8035
The package manifest does not specify a license. Add a license field.
- Severity: Warning
- Code:
N8036
The package manifest does not include a description. Add a brief description.
- Severity: Error
- Code:
N8037
The specified language edition is not recognized or not supported.
- Severity: Warning
- Code:
N8038
A feature flag specified in the configuration is not recognized. Check available features.
- Severity: Error
- Code:
N8039
Two or more feature flags conflict and cannot be enabled simultaneously.