-
Notifications
You must be signed in to change notification settings - Fork 132
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
pCloud CLI for ARM #175
Comments
I have simply removed the -mtune parameter and it compiles OK. Lots of warnings, but running fine on a Raspberry Pi 3 (32-bit, armv7l, Raspbian 11 bullseye, kernel 5.15) |
For my RP 4b -mtune=cortex-a72 seems to work. Maybe being more specific with with the processor your Pi has might help? |
Yes its works at arm based
And after that you can compile without any problem |
For my RPi 4 this one worked: |
I am trying to compile and install pCloud CLI in a RaspberryPI, but it throws a compilation error:
cci: error : unrecognized -mtune target: core2
When I change mtune parameter in the Makefiles to set something like: arm7, arm8 or arm9, it throws many other compilation warnings and errors like:
or
Do someone try that?
pCloud developers, Do you plan a usable cli for ARM?
The text was updated successfully, but these errors were encountered: