How to run "install-build-deps.sh" for Chromium Building
1
vote
1
answer
1910
views
I am trying to build chromium from source. Before
gclient sync
, I try running install-build-deps.sh
. But I can't fix this error:
> Package libc6-dev:armhf is not available, but is referred to by
> another package. This may mean that the package is missing, has been
> obsoleted, or is only available from another source
>
> E: Package 'libc6-dev:armhf' has no installation candidate
> E: Unable to locate package linux-libc-dev
>
> You will have to install the above packages yourself.
I try sudo apt-get install libc6-dev:armhf
, but it isn't working.
How can I fix this problem?
Asked by Secil
(13 rep)
Nov 15, 2017, 01:41 PM
Last activity: Nov 15, 2017, 02:06 PM
Last activity: Nov 15, 2017, 02:06 PM