added workaround to allow building with PDK 3.0.4 and RVCT4.0 tools
authorLukasz Forynski <lukasz.forynski@gmail.com>
Mon, 22 Nov 2010 12:21:46 +0000
changeset 119 2c1b345d77c2
parent 118 7f1628607b77
child 120 10294cf40451
child 122 d8dcdd4c8ab4
added workaround to allow building with PDK 3.0.4 and RVCT4.0 tools
omap3530/beagleboard/bld.inf
--- a/omap3530/beagleboard/bld.inf	Sun Nov 21 02:23:11 2010 +0000
+++ b/omap3530/beagleboard/bld.inf	Mon Nov 22 12:21:46 2010 +0000
@@ -46,6 +46,38 @@
 //
 
 PRJ_EXTENSIONS
+
+
+
+// Workaround
+// update regarding these are changes associated with introduction of bootstrap.flm - see Bug 2149
+// and bsptemplate/asspandvariant/template_variant/bld.inf for more info.
+
+start		extension		base.bootstrap bootstrap
+#ifdef SYMBIAN_OLD_EXPORT_LOCATION
+option INC_PATH   /epoc32/include
+#else
+option INC_PATH  /epoc32/include/platform
+#endif
+#ifdef GCCE
+option		GCCE			GCCE
+#endif
+#ifdef ARMCC
+option		ARMCC			ARMCC
+#endif
+option		NAME			_beagle_bootrom
+option		CPU				arm
+option		MEMMODEL		Multiple
+option		SOURCES			./bootstrap/beagle.s
+option		EXTRA_SRC_PATH		./bootstrap
+option		EXTRA_INC_PATH		./bootstrap
+option		INCLUDES		./bootstrap/config.inc
+option		E32PATH			../../../../os/kernelhwsrv/kernel
+
+end
+// Workaround end
+
+
 start		extension		base/bootstrap
 
 #ifdef SYMBIAN_OLD_EXPORT_LOCATION