Hi experts,
When export an archive file , I did not see the "example.syscfg" file. So what can i do ? Thanks.
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.
Hello,
Right click on the project and choose Export... , then choose "Archive file" under "General" and click Next. You should be able to see example.syscfg as well. Let me know if this works.
Regards,
Sahana
Hi,
Make sure that you've checked the option "Resolve and export linked resources" as shown in the below figure.
Regards,
Sahana
Hi,
If the end goal here is to move the project across PCs, the header files defined using "#include" would be included using the paths defined in the "Include options":
Just ensure that the paths to include the files are correct.
Another way would be to manually copy the .h files and place them in the base directory of the project, and then export.
Regards,
Sahana