Skip to content
New issue

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

example is not working #2

Closed
naveenmittal04 opened this issue Oct 10, 2017 · 2 comments
Closed

example is not working #2

naveenmittal04 opened this issue Oct 10, 2017 · 2 comments

Comments

@naveenmittal04
Copy link

naveenmittal04 commented Oct 10, 2017

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

@ford-prefect
Copy link
Owner

@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.

@ford-prefect
Copy link
Owner

Thanks for the report, do let me know if you see any other issues or need help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants