"Uso del código de operación 153; este emulador solo admite hasta 152 "

Soy nuevo en Erlang y Cowboy.

Estoy probando el ejemplo muy simple dehttps://ninenines.eu/docs/en/cowboy/2.0/guide/getting_started/ pero ya estoy atascado Después de hacer el 'make run' me sale

mess@server [erlang_test]# /usr/local/bin/make run
 DEPEND erlang_test.d
 ERLC   erlang_test_app.erl erlang_test_sup.erl
 APP    erlang_test
 GEN    /home/mess/erlang_test/.erlang.mk/relx

=ERROR REPORT==== 26-Oct-2016::01:03:06 ===
Loading of /home/mess/erlang_test/.erlang.mk/relx/relx/ebin/relx.beam failed: badfile
escript: exception error: undefined function relx:main/1
  in function  escript:run/2
  in call from escript:start/1
  in call from init:start_it/1
  in call from init:start_em/1

=ERROR REPORT==== 26-Oct-2016::01:03:06 ===
beam/beam_load.c(1365): Error loading module relx:
  use of opcode 153; this emulator supports only up to 152

make: *** [erlang.mk:6350: relx-rel] Error 127

alguna idea de lo que está pasando? Solo veo un archivo .erlang.mk / relx pero ningún directorio con un relax.beam más profundo.

¡Gracias!

Respuestas a la pregunta(1)

Su respuesta a la pregunta