-
Notifications
You must be signed in to change notification settings - Fork 907
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
F-stack default make error and work-around #736
Comments
Can you show your compiler environment, Suah as F-Stack, OS, kernel, gcc version, etc. |
F-stack : cloned repo today. (where is the version number?) OS Ubuntu 22.04.1 LTS |
OK, I will test it later. |
|
Fixed. |
I followed the README guide, adapting it to my system.
However, in the compiling f-stack
make
stepI got
[-Werror=arrar-bounds]
on several steps of make.For now, just to try out the system, I ran the offending compilation commands manually, removing the
-Werror
flag. There were 3 such commands:After make was done
make install
worked as expected.Hope this is helpful to other who might be stuck.
Cheers!
The text was updated successfully, but these errors were encountered: