]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Add dependency on rpp-lib to CCS project
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 28 Apr 2015 22:37:32 +0000 (00:37 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 28 Apr 2015 22:37:32 +0000 (00:37 +0200)
This ensures that rpp-lib is built before rpp-test-sw (which is useful
at least for buildbot)

rpp-test-sw/.cproject
rpp-test-sw/Makefile.inc

index 68c17675138a4bb9a9a877d3040b2974433139ce..63162eb821dd72c99e3a4a441a1621d8e720d697 100644 (file)
                                        </sourceEntries>
                                </configuration>
                        </storageModule>
-                       <storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
+                       <storageModule moduleId="org.eclipse.cdt.core.externalSettings">
+                               <externalSettings containerId="rpp-lib;" factoryId="org.eclipse.cdt.core.cfg.export.settings.sipplier"/>
+                       </storageModule>
                </cconfiguration>
                <cconfiguration id="com.ti.ccstudio.buildDefinitions.TMS470.Release.506254331">
                        <storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="com.ti.ccstudio.buildDefinitions.TMS470.Release.506254331" moduleId="org.eclipse.cdt.core.settings" name="Release">
index 796d36cef8b8f5b06ea3cd983166341fc3b9c6de..b5da23900a9874123b1e87d85cd400172e6807fa 100644 (file)
@@ -7,7 +7,7 @@ CONFIG = $(makefile_inc_dir)/../rpp-lib/Makefile.config
 ifneq ($(wildcard $(CONFIG)),)
 include $(CONFIG)
 else
-$(error "rpp-lib not compiled! Run `make -C $(makefile_inc_dir)/../rpp-lib/build/<target>/Release`")
+$(error "rpp-lib not compiled! Either run `make -C $(makefile_inc_dir)/../rpp-lib/build/<target>/Release` or build the appropriate CCS project.")
 endif
 
 include $(makefile_inc_dir)/../rpp-lib/build/Makefile.rules