Skip to content
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

Trouble with install on RPi 4 #721

Open
robsonek opened this issue Jul 12, 2019 · 2 comments · May be fixed by #732
Open

Trouble with install on RPi 4 #721

robsonek opened this issue Jul 12, 2019 · 2 comments · May be fixed by #732

Comments

@robsonek
Copy link

robsonek commented Jul 12, 2019

root@raspberrypi:~/omxplayer# ./prepare-native-raspbian.sh
Modifying for native build on Debian
Checking dpkg database for missing packages
.................
You are missing required packages.
Run sudo apt-get update && sudo apt-get install git-core libva1 libssh-dev

root@raspberrypi:~/omxplayer# apt-get install git-core libva1 libssh-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'git' instead of 'git-core'
E: Unable to locate package libva1

I`m install on RPi 4 with latest Raspbian Buster

@jdonald jdonald linked a pull request Jul 26, 2019 that will close this issue
@timothee-haudebourg
Copy link

I have a similar problem on RPI3 + debian buster. But the libssl1.0-dev is missing instead of libssh-dev.
I've been able to get it down to

You are missing required packages.
Run sudo apt-get update && sudo apt-get install libssl1.0-dev

by replacing git-core by git and libva1 with libva2 (as in #732). But it remains. I did try to install libss-dev. But the command make ffmpeg fails with

gcc is unable to create an executable file.
If gcc is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.

Seems to be during the ./configure phase.

@timothee-haudebourg
Copy link

Ok nevermind... The error is

gcc: error: unrecognized command line option '-mfpu=vfp'; did you mean '-mcpu='?
gcc: error: unrecognized command line option '-mfloat-abi=hard'

which makes me think that I don't have the correct version of gcc. I think it's on me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants