sbsv2/raptor/notes/delete_on_failed_compile.txt
changeset 18 de5b887c98f7
equal deleted inserted replaced
14:eb060913c963 18:de5b887c98f7
       
     1 In certain circumstances, such as failure to obtain licenses, RVCT 2.2's armcc 
       
     2 program still produces object files whose contents is junk. This causes build 
       
     3 problems later as from Make's point of view those object files are "up to 
       
     4 date" so the build tries to link them. Of course, these attempts at linking 
       
     5 fail and the build is broken.
       
     6 
       
     7 This is a work around for that RVCT 2.2 problem.