We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running To build with the example, you could do something like:
$ stack exec xml2ucm -m examples/mako-mixer_paths.xml -c examples/mako-config.xml -o examples The generated files will be in examples/apq8064-tabla-snd-card/. [Getting error] Invalid option -m
stack version 1.5.1
The text was updated successfully, but these errors were encountered:
@naveenmittal04 you need to use:
$ stack exec -- xml2ucm -m examples/mako-mixer_paths.xml -c examples/mako-config.xml -o examples
This seems to be a change in stack behaviour. I've updated the README to reflect that now.
Sorry, something went wrong.
Thanks for the report, do let me know if you see any other issues or need help.
No branches or pull requests
Running
To build with the example, you could do something like:
$ stack exec xml2ucm -m examples/mako-mixer_paths.xml -c examples/mako-config.xml -o examples
The generated files will be in examples/apq8064-tabla-snd-card/.
[Getting error]
Invalid option -m
stack version 1.5.1
The text was updated successfully, but these errors were encountered: