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

failed to open progs.src for reading when in subdirectory #205

Open
hemebond opened this issue Mar 30, 2024 · 0 comments
Open

failed to open progs.src for reading when in subdirectory #205

hemebond opened this issue Mar 30, 2024 · 0 comments

Comments

@hemebond
Copy link

hemebond commented Mar 30, 2024

I don't understand how to get gmqcc to use a progs.src file in a subdirectory.

$ gmqcc --help
usage: gmqcc [options] [files...]options:
  -s filename            add a progs.src file to be used

$ ls qc/progs.src
qc/progs.src

$ gmqcc -s qc/progs.src
failed to open `progs.src` for reading

$ gmqcc -s ./qc/progs.src
failed to open `progs.src` for reading

$ cd qc

$ gmqcc
Mode: progs.src
There are 43 items to compile:
...
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

1 participant