Part Number: MCU-PLUS-SDK-AM263X
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
When building my project, I run into the following error on the following dependency versions:
| Dependency | Versions |
| SysConfig | 1.23+ |
| MCU+ SDK for AM263x | 10.2.0.13 |
This error was not present on sysconfig 1.22 or am263x version 10.1
The error is pretty minor and is shown below:
The argument by default is --max_segment_size
Updating this to --max-segment-size, fixes the issue.
This error occurs on default example projects as well.
