[erlang-questions] Newbie~~The ERLANG/OTP V5.5.2 create a target system on WIN2003 Server
LUKE
luke@REDACTED
Tue Jan 16 07:37:59 CET 2007
Create a target system fail.
step1:
i create a file(C:\Program Files\erl5.5.2\mysystem.rel)
file content:
%% mysystem.rel
{release,
{"MYSYSTEM", "FIRST"},
{erts, "5.5.2"},
[{kernel, "2.11.2"},
{stdlib, "1.14.2"},
{sasl, "2.1.4"},
{pea, "1.0"}]}.
step2:
mkdir C:\target_system\myapps\pea-1.0\ebin
cd C:\Program Files\erl5.5.2\
execute the command erl -pa C:\target_system\myapps\pea-1.0\ebin
step3:
1> target_system:create("mysystem").
The result is
** exited: {undef,[{target_system,create,["mysystem"]},
{erl_eval,do_apply,5},
{shell,exprs,6},
{shell,eval_loop,3}]} **
=ERROR REPORT==== 16-Jan-2007::14:34:57 ===
Error in process <0.28.0> with exit value: {undef,[{target_system,create,["mysys
tem"]},{erl_eval,do_apply,5},{shell,exprs,6},{shell,eval_loop,3}]}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20070116/ffb8301e/attachment.htm>
More information about the erlang-questions
mailing list