<p>git clean -Xfd .<br>
export ERL_TOP=/path/to/repo<br>
./otp_build setup -a</p>
<p>That little script usually solves all my compile issues. If that does not help you probably have some issue with your toolchain. </p>
<p>Lukas</p>
<div class="gmail_quote">On Dec 13, 2011 5:17 PM, "Damian Dobroczyński" <<a href="mailto:qoocku@gmail.com">qoocku@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi list.<br>
<br>
I've obtained such error while compiling Erlang from the freshest github<br>
otp repo ("master" branch):<br>
<br>
...<br>
erlc -W  +debug_info +inline -o../ebin hipe_rtl.erl<br>
{"init terminating in do_boot",{'cannot get bootfile','start_clean.boot'}}<br>
<br>
What is the possible reason?<br>
<br>
-- D.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div>