Pass generated code to custom compiler binary to then run?
Hi,
I was just wondering if there is a way to change the sandbox run configuration from Javac to a custom compiler executable, please? So after the source code has been generated, it is passed to the executable that will cross-compile to c++ and run it. The only thing I need to do is have MPS, when the user selects the green run button (in the sandbox or eventually standalone IDE), just send the generated file location to the executable through cmd args. May I ask if this even possible, please?
Thank you :)
Please sign in to leave a comment.
I suspect you will need to define your own make facet - https://confluence.jetbrains.com/display/MPSD20171/HowTo+--+Integrating+into+the+MPS+Make+Framework