-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't build on Raspberry Pi 4 #1
Comments
It's definitely an issue with running make. At that point its trying to build the FFmpeg C source code (FFmpeg version Hmm, it should really be showing the make output log when it fails. I just published a new version ( First, do you have make installed? If not, please retry building ffmpeg-dev with my latest changes so we can see the stdout/stderr log from the make subprocess. |
I'll do that tomorrow. Thanks for your help! :) |
I'm sorry for coming back so late, but it is not working after an update and I'm out of my latin (German saying).
|
Hello guys, greetings Looks like I'm runnning into the same problem with raspi3B+FFmpeg-n4.3.1. I did some investigation, and i doubt that this build error is because instruction USAT(and its brother SSAT) are not being present on the ARMv8(which is the architecture rasp3,4 are using) although the offical ARM doc says they are "available in ARMv6 and above". [0]https://stackoverflow.com/questions/53279286/alternatives-to-missing-ssat-and-usat-instructions-in-arm64 |
If this is the case, i think the fix should be using the USAT alternative instruction while in ARMv8, but since im not a ARM guy i dont know what the alternative instruction(if there is) is. The temporary solution i found is to use C to simulate USAT, this will obviously harm to performace since this approch requies CPU branching. |
crashes here:
ffmpeg-dev-rs/build.rs
Lines 282 to 293 in 3b382ce
--
How can I troubleshoot this?
The text was updated successfully, but these errors were encountered: