Hi,
I’m trying to start with developing modules.
After compiling my module, I don’t seem to be able to produce a .beam file... Using the command:
erlc -I /path/to/my/installation/ebin/ mod_test.erl
I get only one warning:
Warning: behaviour gen_mod undefined
And that’s as far as I can get. Any advices please?