-
Notifications
You must be signed in to change notification settings - Fork 135
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
Cannot build on RPi OS #183
Comments
When I run the command with different mtune option it builds the code with some warnings but seems fine. When I run the rest of the commands everything works, but I cannot run the pcloudcc command, it says "pcloudcc: command not found". Is there a known fix for this? |
I removed the entire flag |
It works fine on RPi OS running on a Pi 4 Model B when you change the mtune to this in Makefile: On the official Debian ports, you can use the following command to get your CPU model: |
perhaps this dockerfile may help: |
I was following the build steps from README to create pCloud drive on RPiOS.
The first steps all work fine for me:
Now when I run the next command "make fs" I get the error:
Is this problem known/does anyone know a fix for it?
I am happy to provide more information if needed!
Thanks in advance, Paul
The text was updated successfully, but these errors were encountered: