This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Cryptic error message from New Platform Wizard if the platform name isn't valid

Other Parts Discussed in Thread: 66AK2H14

With CCS 6.1.3, SYS/BIOS 6.45.1.2 and XDCtools 3.32.0.06 attempted to use the New Platform Wizard to create a platform named 66AK2H14_MSM. However, when pressed the Finish button on the wizard got the following error:

Where the mismatched input '66' reported in the error is the initial characters of the platform name.

When a leading underscore was added to the platform name, i.e. _66AK2H14_MSM, then platform was successfully created.

I think the platform name needs to be a valid ANSI C identifier. In which case can the New Platform Wizard be changed to check the platform name is valid and give a more informative message if the platform name isn't valid?