We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi;
I want to creat a project by using UV4 MyProject.uvprojx –i keil.xml,
Then i make a xml file. Fullscreen keil.xml Download <?xml version="1.0"?> <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_import.xsd"> <Device>em357</Device> <IncludePath>E:\NUC472_442\SampleCode</IncludePath> <Groups> <Group> <GroupName>bcca</GroupName> <Files> <FileName>bcca_sdk</FileName> <FileType>.c</FileType> <FilePath>E:\NUC472_442\file</FilePath> </Files> </Group> <Group> <GroupName>emlib</GroupName> </Group> </Groups> </Project> , and i execute the command, but the xml file don't work, i don't know why? I don't know the xml knowlege much.
<?xml version="1.0"?> <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_import.xsd"> <Device>em357</Device> <IncludePath>E:\NUC472_442\SampleCode</IncludePath> <Groups> <Group> <GroupName>bcca</GroupName> <Files> <FileName>bcca_sdk</FileName> <FileType>.c</FileType> <FilePath>E:\NUC472_442\file</FilePath> </Files> </Group> <Group> <GroupName>emlib</GroupName> </Group> </Groups> </Project>
Best regards
peng