parse_build_errors
Turn a Keil UV4 build log into structured errors, warnings, and a build summary to quickly identify and fix compilation issues.
Instructions
Parse a UV4 build log into structured errors/warnings (blueprint §7.2).
Args: log_path: path to build log file, OR log_content: raw log text Returns: {errors[], warnings[], summary{success, errors, warnings, code_size, ...}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_path | No | ||
| log_content | No |