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
Describe the bug Running make cgi inside src/newton fails due to the following error:
make cgi
src/newton
make: *** No rule to make target 'newton-irPass-estimatorSynthesisBackend/o', needed by 'cgi'. Stop.
To Reproduce Steps to reproduce the behavior:
git clone --recursive [email protected]:phillipstanleymarbell/Noisy-lang-compiler.git
config.local
submodules/libflex
LIBFLEXPATH=<path-to-repo>/Noisy-lang-compiler/submodules/libflex CONFIGPATH=<path-to-repo>/home/janith/Noisy-lang-compiler/submodules/libflex OSTYPE=linux MACHTYPE=x86_64
make
Host OS (please complete the following information):
lsb_release -a
clang --version
gcc --version
Your local changes (please complete the following information):
Output of git diff: No changes made
git diff
Output of git remote -v:
git remote -v
origin [email protected]:phillipstanleymarbell/Noisy-lang-compiler.git (fetch) origin [email protected]:phillipstanleymarbell/Noisy-lang-compiler.git (push)
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Line 168 seems to be a duplicate of Line 163.
So removing this line fixed the issue. I'll make a PR with this change.
Sorry, something went wrong.
janithpet
No branches or pull requests
Describe the bug
Running
make cgi
insidesrc/newton
fails due to the following error:To Reproduce
Steps to reproduce the behavior:
git clone --recursive [email protected]:phillipstanleymarbell/Noisy-lang-compiler.git
config.local
in root directory, andsubmodules/libflex
.config.local
looks like:make
insubmodules/libflex
.make cgi
insrc/newton
.Host OS (please complete the following information):
lsb_release -a
)clang --version
)gcc --version
)Your local changes (please complete the following information):
Output of
git diff
:No changes made
Output of
git remote -v
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: