creating a target system

Dietmar Schaefer dietmar@REDACTED
Thu Mar 3 10:49:08 CET 2005


Hi !


I am trying to build a target system.

Here is my cmmc.rel file




{release,
  {"4dp-cmmc", "1.0"},
  { erts,
    [kernel,
     stdlib,
     sasl,
     mnesia,
     snmp,
     cmmc-foc]}.


calling target_system:create("cmmc").


I get:

** exited: {undef,[{sys_pre_expand,module,
                                   [[{function,
                                         1,
                                         foo,
                                         0,
                                         [{clause,
                                              1,
                                              [],
                                              [],
                                              [{call,
                                                   1,
                                                   {remote,1|...},
                                                   [{...}]}]}]}],
                                    []]},
                   {shell,expand_records,2},
                   {shell,exprs,6},
                   {shell,eval_loop,3}]} **


Using the mysystem.rel file from "System Principles"  I get the same !


BTW: I am using R10B2 on FC2



Regards


Dietmar



More information about the erlang-questions mailing list