Open paud0 opened 1 year ago
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 -mtune=core2
from Makefile and it worked for me on Ubuntu for Raspberry
It works fine on RPi OS running on a Pi 4 Model B when you change the mtune to this in Makefile:
-mtune=cortex-a72
On the official Debian ports, you can use the following command to get your CPU model:
raspinfo | grep perfevents
perhaps this dockerfile may help: https://github.com/jlloyola/pcloudcc_docker/blob/main/Dockerfile#L37-L42
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