sbsv2/raptor/notes/delete_on_failed_compile.txt
author Jon Chatten
Mon, 13 Sep 2010 14:04:04 +0100
changeset 641 8dd670a9f34f
parent 591 22486c9c7b15
permissions -rw-r--r--
sbs version 2.15.2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
591
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     1
In certain circumstances, such as failure to obtain licenses, RVCT 2.2's armcc 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     2
program still produces object files whose contents is junk. This causes build 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     3
problems later as from Make's point of view those object files are "up to 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     4
date" so the build tries to link them. Of course, these attempts at linking 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     5
fail and the build is broken.
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     6
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     7
This is a work around for that RVCT 2.2 problem.