<html>
<head>
<meta name="generator" content="Windows Mail 17.5.9600.20911">
<style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, 
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, 
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head>
<body dir="ltr">
<div data-externalstyle="false" dir="ltr" style="font-family: 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft YaHei UI', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif';font-size:12pt;"><div>Hi All,</div><div><br></div><div>In my ghc.mk I have declared:</div><div><br></div><div>$(eval $(call build-prog,driver/ghc-split,dist,0))<br>$(eval $(call bindist,driver/ghc-split,ghc.mk))</div><div><br></div><div>compilation is fine but during testing I get this error:</div><div><br></div><div>===--- building final phase<br>Bad GHC version '7.8.3' for 'bindisttest/a/b/c/ghc-7.11.20150719/bin/ghc-split.exe'<br>bindisttest/ghc.mk:21: recipe for target 'test_bindist' failed</div><div><br></div><div>I assume this is because I tell it to build ghc-split at stage 0, so it's using the bootstrapping compiler which in my case is 7.8.3.<br>Now it's perfectly fine to build this at stage 1 or 2, but when I change it to either of those building fails telling me that<br>ghc-stage1 or ghc-stage2 cannot be found...</div><div><br></div><div>Could the dependency check me wrong? How do I go about fixing this?</div><div><br></div><div>Regards,<br>Tamar</div><div data-signatureblock="true">​</div></div>
</body>
</html>