# HG changeset patch # User Daniel Jacobs # Date 1270119453 -3600 # Node ID a81dda3943acdc0fff64bcd2449c96fe29227856 # Parent 27b8f8ec3e0b4119e6c9ecbc8ee390fd9831f6d1 Release note: add delete on failed compile work-around for RVCT 2.2. diff -r 27b8f8ec3e0b -r a81dda3943ac sbsv2/raptor/RELEASE-NOTES.html --- 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 @@

Release Notes for Symbian Build System v2

+

next version

+ + + +

version 2.13.0

New Features

diff -r 27b8f8ec3e0b -r a81dda3943ac sbsv2/raptor/notes/delete_on_failed_compile.txt --- /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.