I'm using a release compiled on R14B04. This release try to load some BEAM files compiled on R15B.
Then I got this:
15:15:20.762 [error] beam/beam_load.c(1365): Error loading module store_manager:
use of opcode 153; this emulator supports only up to 152
How can I fix that without recompiling my whole release under R15B?
Regards,
Zabrane
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
You can recompile the R15B modules with R14B(04).
bengt
> Greetings,
>
> You can recompile the R15B modules with R14B(04).
That's what I want to avoid too. I don't have an R14B04 compiler anymore on my machines.
Regards,
Zabrane