<div dir="ltr">I'm trying to get my command line Erlang program, ios7crypt.erl, to compile and run, but I'm getting an error.<div><br></div><div>Source:</div><div><br></div><div><a href="https://github.com/mcandre/ios7crypt/blob/master/erlang/ios7crypt.erl">https://github.com/mcandre/ios7crypt/blob/master/erlang/ios7crypt.erl</a></div>
<div><br></div><div>Trace:</div><div><br></div><div><div><font face="courier new, monospace">$ make</font></div><div><font face="courier new, monospace">erlc -Wall +debug_info ios7crypt.erl</font></div><div><font face="courier new, monospace">erl -noshell -s ios7crypt -- -e monkey</font></div>
<div><font face="courier new, monospace">{"init terminating in do_boot",{undef,[{ios7crypt,start,[],[]},{init,start_it,1,[]},{init,start_em,1,[]}]}}</font></div><div><font face="courier new, monospace"><br></font></div>
<div><font face="courier new, monospace">Crash dump was written to: erl_crash.dump</font></div><div><font face="courier new, monospace">init terminating in do_boot ()</font></div><div><font face="courier new, monospace">make: *** [test] Error 1</font></div>
<div><br></div><div>Am I using the wrong syntax to run ios7crypt, or am I declaring the start/1 function incorrectly?</div><div><br></div>-- <br><div></div>Cheers,<div><br></div><div>Andrew Pennebaker</div><div><a href="http://www.yellosoft.us" target="_blank">www.yellosoft.us</a></div>

</div></div>