You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue seems to be fixed by changing the version of clang to clang-11
On the system, I :
ran sudo apt remove clang
ran sudo apt autoremove
ran sudo apt install clang-11
created symbolic links to clang and clang++ from clang-11 and clang++-11 in /usr/bin. The previous step installed the clang tools with the -11 suffix in /usr/bin.
reran make (after make clean) in submodules/libflex and src/newton, in that order.
Describe the bug
Compiling using gcc with the versions below cause the errors in the linked file: error.txt
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
insrc/newton
.Host OS (please complete the following information):
lsb_release -a
)clang --version
)gcc --version
)You local changes (please complete the following information):
Output of
git diff
:No changes made
Output of
git remote -v
:error.txt contents:
The text was updated successfully, but these errors were encountered: