Hi, I also faced the same issue as you. A colleague showed me the 'way' :) .1 Check Makefile for "AR=" (not sure why it is blank, but that's the reason why all references to it with '-rc' are not found) .2 Add the path to the 'ar' command (#>which ar) Hope this helps, James Tan