This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Creating project from import xml

Hi,

I am trying to import an xml for enabling a pre-processor define in the project but it fails.
I dont see any error on the commandline, but the build also does not run.

XML file contents:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Project>
  <CDefines>ARM_MATH_ENABLE</CDefines>
</Project>

Command used:
UV4.exe -b <Project filename> -i <xml_filename>

Any help for above or inputs to enable a pre-processor directive from command line is appreciated.

Thanks