I am trying to get erlIDE to work with -compile options, for example.
-compile ('S'). % Create Assembler
to no avail. What am I doing wrong?
NOTE. I also tried setting the project parameters for the compiler without any success.
EDIT: Could it be that erlc is called and forcibly generates a ray and thus ignores the order in which assembler output is generated?
source
share