<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic S32DS command line build occur &amp;quot;sources.mk does not exist&amp;quot; error sometimes in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-command-line-build-occur-quot-sources-mk-does-not-exist/m-p/1252556#M7356</link>
    <description>&lt;P&gt;Hi, NXP&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;P&gt;I tried below commands to build my project from a script, and sometimes it failed with error "Resource '/prj_fmc_can_ZS11MCE3/Debug/sources.mk' does not exist".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;eclipsec.exe -nosplash --launcher.suppressErrors -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./build -import .\prj_fmc_can_ZS11MCE3

eclipsec.exe -nosplash --launcher.suppressErrors -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./build -cleanBuild prj_fmc_can_ZS11MCE3/Debug -D COMPILE_PRJ_NAME=TBOX_PRJ_NAME_ZS11MCE3 -D COMPILE_SPLAT_SEL=SPLAT_CM_PP&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I use S32DS UI mode, "clean" the project, and "build" it before "refresh" it, the same error occured. but if I choose to "refresh", and then "build", this problem fixed.&lt;/P&gt;&lt;P&gt;it seems that "-cleanBuild" option doesn't refresh the project,&amp;nbsp; How could I fix it in command line mode ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see below log (attached) for command line running,&amp;nbsp;&lt;/P&gt;&lt;P&gt;!SESSION 2021-03-26 11:47:17.572 -----------------------------------------------&lt;BR /&gt;eclipse.buildId=2.0.0.202001161704&lt;BR /&gt;java.version=1.8.0_202&lt;BR /&gt;java.vendor=Oracle Corporation&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN&lt;BR /&gt;Framework arguments: -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import .\prj_fmc_can_ZS11MCE3&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./build -import .\prj_fmc_can_ZS11MCE3&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.core.resources 2 10035 2021-03-26 11:47:20.137&lt;BR /&gt;!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.core.resources 2 10035 2021-03-26 11:47:22.216&lt;BR /&gt;!MESSAGE The workspace will exit with unsaved changes in this session.&lt;BR /&gt;!SESSION 2021-03-26 11:47:22.694 -----------------------------------------------&lt;BR /&gt;eclipse.buildId=2.0.0.202001161704&lt;BR /&gt;java.version=1.8.0_202&lt;BR /&gt;java.vendor=Oracle Corporation&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN&lt;BR /&gt;Framework arguments: -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild prj_fmc_can_ZS11MCE3/Debug -D COMPILE_PRJ_NAME=TBOX_PRJ_NAME_ZS11MCE3 -D COMPILE_SPLAT_SEL=SPLAT_CM_PP&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./build -cleanBuild prj_fmc_can_ZS11MCE3/Debug -D COMPILE_PRJ_NAME=TBOX_PRJ_NAME_ZS11MCE3 -D COMPILE_SPLAT_SEL=SPLAT_CM_PP&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.core.resources 2 10035 2021-03-26 11:47:25.300&lt;BR /&gt;!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.core.resources 4 2 2021-03-26 11:47:29.866&lt;BR /&gt;!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".&lt;BR /&gt;!STACK 1&lt;BR /&gt;org.eclipse.core.internal.resources.ResourceException: Resource '/prj_fmc_can_ZS11MCE3/Debug/sources.mk' does not exist.&lt;BR /&gt;at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)&lt;BR /&gt;at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)&lt;BR /&gt;at org.eclipse.core.internal.resources.File.setContents(File.java:336)&lt;BR /&gt;at org.eclipse.core.internal.resources.File.setContents(File.java:434)&lt;BR /&gt;at com.nxp.s32ds.ext.cdt.core.makefilegenerator.GnuMakefileGenerator.save(GnuMakefileGenerator.java:839)&lt;BR /&gt;at com.nxp.s32ds.ext.cdt.core.makefilegenerator.GnuMakefileGenerator.populateSourcesMakefile(GnuMakefileGenerator.java:1171)&lt;BR /&gt;at com.nxp.s32ds.ext.cdt.core.makefilegenerator.GnuMakefileGenerator.regenerateMakefiles(GnuMakefileGenerator.java:932)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.performMakefileGeneration(CommonBuilder.java:1006)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.performPrebuildGeneration(CommonBuilder.java:873)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:748)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:513)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:459)&lt;BR /&gt;at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:735)&lt;BR /&gt;at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt;at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:206)&lt;BR /&gt;at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:330)&lt;BR /&gt;at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405)&lt;BR /&gt;at org.eclipse.core.internal.resources.Project$1.run(Project.java:551)&lt;BR /&gt;at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)&lt;BR /&gt;at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:529)&lt;BR /&gt;at org.eclipse.core.internal.resources.Project.build(Project.java:120)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.HeadlessBuilder$1.run(HeadlessBuilder.java:271)&lt;BR /&gt;at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)&lt;BR /&gt;at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.HeadlessBuilder.buildConfigurations(HeadlessBuilder.java:281)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.HeadlessBuilder.start(HeadlessBuilder.java:522)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1519)&lt;BR /&gt;!SUBENTRY 1 org.eclipse.core.resources 4 368 2021-03-26 11:47:29.867&lt;BR /&gt;!MESSAGE Resource '/prj_fmc_can_ZS11MCE3/Debug/sources.mk' does not exist.&lt;BR /&gt;!SUBENTRY 1 org.eclipse.core.resources 4 368 2021-03-26 11:47:29.867&lt;BR /&gt;!MESSAGE Resource '/prj_fmc_can_ZS11MCE3/Debug/sources.mk' does not exist.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Mar 2021 07:36:40 GMT</pubDate>
    <dc:creator>wesleyxie</dc:creator>
    <dc:date>2021-03-29T07:36:40Z</dc:date>
    <item>
      <title>S32DS command line build occur "sources.mk does not exist" error sometimes</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-command-line-build-occur-quot-sources-mk-does-not-exist/m-p/1252556#M7356</link>
      <description>&lt;P&gt;Hi, NXP&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;P&gt;I tried below commands to build my project from a script, and sometimes it failed with error "Resource '/prj_fmc_can_ZS11MCE3/Debug/sources.mk' does not exist".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;eclipsec.exe -nosplash --launcher.suppressErrors -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./build -import .\prj_fmc_can_ZS11MCE3

eclipsec.exe -nosplash --launcher.suppressErrors -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./build -cleanBuild prj_fmc_can_ZS11MCE3/Debug -D COMPILE_PRJ_NAME=TBOX_PRJ_NAME_ZS11MCE3 -D COMPILE_SPLAT_SEL=SPLAT_CM_PP&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I use S32DS UI mode, "clean" the project, and "build" it before "refresh" it, the same error occured. but if I choose to "refresh", and then "build", this problem fixed.&lt;/P&gt;&lt;P&gt;it seems that "-cleanBuild" option doesn't refresh the project,&amp;nbsp; How could I fix it in command line mode ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please see below log (attached) for command line running,&amp;nbsp;&lt;/P&gt;&lt;P&gt;!SESSION 2021-03-26 11:47:17.572 -----------------------------------------------&lt;BR /&gt;eclipse.buildId=2.0.0.202001161704&lt;BR /&gt;java.version=1.8.0_202&lt;BR /&gt;java.vendor=Oracle Corporation&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN&lt;BR /&gt;Framework arguments: -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -import .\prj_fmc_can_ZS11MCE3&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./build -import .\prj_fmc_can_ZS11MCE3&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.core.resources 2 10035 2021-03-26 11:47:20.137&lt;BR /&gt;!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.core.resources 2 10035 2021-03-26 11:47:22.216&lt;BR /&gt;!MESSAGE The workspace will exit with unsaved changes in this session.&lt;BR /&gt;!SESSION 2021-03-26 11:47:22.694 -----------------------------------------------&lt;BR /&gt;eclipse.buildId=2.0.0.202001161704&lt;BR /&gt;java.version=1.8.0_202&lt;BR /&gt;java.vendor=Oracle Corporation&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN&lt;BR /&gt;Framework arguments: -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild prj_fmc_can_ZS11MCE3/Debug -D COMPILE_PRJ_NAME=TBOX_PRJ_NAME_ZS11MCE3 -D COMPILE_SPLAT_SEL=SPLAT_CM_PP&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 -no-indexer -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data ./build -cleanBuild prj_fmc_can_ZS11MCE3/Debug -D COMPILE_PRJ_NAME=TBOX_PRJ_NAME_ZS11MCE3 -D COMPILE_SPLAT_SEL=SPLAT_CM_PP&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.core.resources 2 10035 2021-03-26 11:47:25.300&lt;BR /&gt;!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.&lt;/P&gt;&lt;P&gt;!ENTRY org.eclipse.core.resources 4 2 2021-03-26 11:47:29.866&lt;BR /&gt;!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".&lt;BR /&gt;!STACK 1&lt;BR /&gt;org.eclipse.core.internal.resources.ResourceException: Resource '/prj_fmc_can_ZS11MCE3/Debug/sources.mk' does not exist.&lt;BR /&gt;at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:335)&lt;BR /&gt;at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:209)&lt;BR /&gt;at org.eclipse.core.internal.resources.File.setContents(File.java:336)&lt;BR /&gt;at org.eclipse.core.internal.resources.File.setContents(File.java:434)&lt;BR /&gt;at com.nxp.s32ds.ext.cdt.core.makefilegenerator.GnuMakefileGenerator.save(GnuMakefileGenerator.java:839)&lt;BR /&gt;at com.nxp.s32ds.ext.cdt.core.makefilegenerator.GnuMakefileGenerator.populateSourcesMakefile(GnuMakefileGenerator.java:1171)&lt;BR /&gt;at com.nxp.s32ds.ext.cdt.core.makefilegenerator.GnuMakefileGenerator.regenerateMakefiles(GnuMakefileGenerator.java:932)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.performMakefileGeneration(CommonBuilder.java:1006)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.performPrebuildGeneration(CommonBuilder.java:873)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:748)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:513)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:459)&lt;BR /&gt;at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:735)&lt;BR /&gt;at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)&lt;BR /&gt;at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:206)&lt;BR /&gt;at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:330)&lt;BR /&gt;at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:405)&lt;BR /&gt;at org.eclipse.core.internal.resources.Project$1.run(Project.java:551)&lt;BR /&gt;at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)&lt;BR /&gt;at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:529)&lt;BR /&gt;at org.eclipse.core.internal.resources.Project.build(Project.java:120)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.HeadlessBuilder$1.run(HeadlessBuilder.java:271)&lt;BR /&gt;at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)&lt;BR /&gt;at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.HeadlessBuilder.buildConfigurations(HeadlessBuilder.java:281)&lt;BR /&gt;at org.eclipse.cdt.managedbuilder.internal.core.HeadlessBuilder.start(HeadlessBuilder.java:522)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1519)&lt;BR /&gt;!SUBENTRY 1 org.eclipse.core.resources 4 368 2021-03-26 11:47:29.867&lt;BR /&gt;!MESSAGE Resource '/prj_fmc_can_ZS11MCE3/Debug/sources.mk' does not exist.&lt;BR /&gt;!SUBENTRY 1 org.eclipse.core.resources 4 368 2021-03-26 11:47:29.867&lt;BR /&gt;!MESSAGE Resource '/prj_fmc_can_ZS11MCE3/Debug/sources.mk' does not exist.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 07:36:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-command-line-build-occur-quot-sources-mk-does-not-exist/m-p/1252556#M7356</guid>
      <dc:creator>wesleyxie</dc:creator>
      <dc:date>2021-03-29T07:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS command line build occur "sources.mk does not exist" error sometimes</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-command-line-build-occur-quot-sources-mk-does-not-exist/m-p/1428498#M8329</link>
      <description>&lt;P&gt;Dear wesley xie hi,&lt;/P&gt;&lt;P&gt;I am facing the same issue. How did you fix the problem? Do you have any tips ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Turgay&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 12:28:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-command-line-build-occur-quot-sources-mk-does-not-exist/m-p/1428498#M8329</guid>
      <dc:creator>turgaykale</dc:creator>
      <dc:date>2022-03-15T12:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS command line build occur "sources.mk does not exist" error sometimes</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-command-line-build-occur-quot-sources-mk-does-not-exist/m-p/1428504#M8330</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194080"&gt;@turgaykale&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use "-build" option instead of "-cleanBuild", and remove the build output directory of the selected configuration before the command with "-build".&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wesleyxie_0-1647347996325.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/173741iF354BED31D1A469D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wesleyxie_0-1647347996325.png" alt="wesleyxie_0-1647347996325.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;wesleyxie_0-1647347996325.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 12:40:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-command-line-build-occur-quot-sources-mk-does-not-exist/m-p/1428504#M8330</guid>
      <dc:creator>wesleyxie</dc:creator>
      <dc:date>2022-03-15T12:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: S32DS command line build occur "sources.mk does not exist" error sometimes</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32DS-command-line-build-occur-quot-sources-mk-does-not-exist/m-p/1429082#M8339</link>
      <description>&lt;P&gt;Dear Wesley Xie,&lt;/P&gt;&lt;P&gt;Thank you so much for your support. Your help has enlighted me how to fix it. It is OK now. My batch script's code snippet is as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;:: Define variables
set CONFIG_PATH_TOOL_ECLIPSE_CL=/path/to/eclipsec.exe
set CONFIG_PATH_PROJECT_WORKSPACE=/path/to/s32ds_workspace
set PATH_FOLDER_PROJECT=/path/to/s32ds_workspace/project_folder
set PATH_FOLDER_TARGET_1=/path/to/target_folder_01
set PATH_FOLDER_TARGET_2=/path/to/target_folder_02

:: Import S32DS project from workspace
%CONFIG_PATH_TOOL_ECLIPSE_CL% -noSplash -data %CONFIG_PATH_PROJECT_WORKSPACE% -import %PATH_FOLDER_PROJECT%\ -application org.eclipse.cdt.managedbuilder.core.headlessbuild

:: Remove existing old generated folders before clean-build
rmdir /q /s %PATH_FOLDER_TARGET_1%
rmdir /q /s %PATH_FOLDER_TARGET_2%

:: Clean-build all configurations
%CONFIG_PATH_TOOL_ECLIPSE_CL% -noSplash -data %CONFIG_PATH_PROJECT_WORKSPACE% -import %PATH_FOLDER_PROJECT%\ -application org.eclipse.cdt.managedbuilder.core.headlessbuild -cleanBuild all&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Turgay&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 13:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32DS-command-line-build-occur-quot-sources-mk-does-not-exist/m-p/1429082#M8339</guid>
      <dc:creator>turgaykale</dc:creator>
      <dc:date>2022-03-16T13:35:58Z</dc:date>
    </item>
  </channel>
</rss>

