Release note: add delete on failed compile work-around for RVCT 2.2. wip
authorDaniel Jacobs <daniel.jacobs@nokia.com>
Thu, 01 Apr 2010 11:57:33 +0100
branchwip
changeset 449 a81dda3943ac
parent 448 27b8f8ec3e0b
child 450 63f3bc391c14
Release note: add delete on failed compile work-around for RVCT 2.2.
sbsv2/raptor/RELEASE-NOTES.html
sbsv2/raptor/notes/delete_on_failed_compile.txt
--- a/sbsv2/raptor/RELEASE-NOTES.html	Thu Apr 01 11:42:19 2010 +0100
+++ b/sbsv2/raptor/RELEASE-NOTES.html	Thu Apr 01 11:57:33 2010 +0100
@@ -6,6 +6,15 @@
 
 <h1>Release Notes for Symbian Build System v2</h1>
 
+<h2>next version</h2>
+<ul>
+
+<li><a href="notes/delete_on_failed_compile.txt"> Work-around for failed RVCT 2.2 compiles             </a></li>
+
+</ul>
+
+
+
 <h2>version 2.13.0</h2>
 
 <h3>New Features</h3>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbsv2/raptor/notes/delete_on_failed_compile.txt	Thu Apr 01 11:57:33 2010 +0100
@@ -0,0 +1,7 @@
+In certain circumstances, such as failure to obtain licenses, RVCT 2.2's armcc 
+program still produces object files whose contents is junk. This causes build 
+problems later as from Make's point of view those object files are "up to 
+date" so the build tries to link them. Of course, these attempts at linking 
+fail and the build is broken.
+
+This is a work around for that RVCT 2.2 problem.