sbsv2/raptor/notes/delete_on_failed_compile.txt
author mikek
Fri, 04 Jun 2010 13:09:28 +0100
changeset 18 de5b887c98f7
permissions -rw-r--r--
Upgrading to Raptor 2.14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     1
In certain circumstances, such as failure to obtain licenses, RVCT 2.2's armcc 
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     2
program still produces object files whose contents is junk. This causes build 
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     3
problems later as from Make's point of view those object files are "up to 
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     4
date" so the build tries to link them. Of course, these attempts at linking 
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     5
fail and the build is broken.
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     6
de5b887c98f7 Upgrading to Raptor 2.14
mikek
parents:
diff changeset
     7
This is a work around for that RVCT 2.2 problem.