Eu estou tentando construir um compilador cruzado para o meu Raspberry Pi para finalmente compilar ffmpeg
para ele e estou seguindo este tutorial .
Depois de ter configurado o ct-ng e ao chamar nt-cg build
ele falha e imprime isto:
[INFO ] Performing some trivial sanity checks
[INFO ] Build started 20150217.180740
[INFO ] Building environment variables
[INFO ] =================================================================
[INFO ] Retrieving needed toolchain components' tarballs
[ERROR] Could not retrieve 'cloog-ppl-0.15.10'.
[00:31] / make: *** [build] Error 1
Dando uma olhada no build.log
eu acho
...
[INFO ] Retrieving needed toolchain components' tarballs
[DEBUG] Already have 'linux-2.6.36'
[DEBUG] Already have 'gmp-5.0.1'
[DEBUG] Already have 'mpfr-3.0.0'
[DEBUG] Already have 'ppl-0.11'
[EXTRA] Retrieving 'cloog-ppl-0.15.10'
[DEBUG] Trying 'ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar.bz2'
[DEBUG] ==> Executing: 'curl -s --ftp-pasv -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar.bz2 --connect-timeout 30 -L -f'
[DEBUG] ==> Executing: 'curl -s -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar.bz2 --connect-timeout 30 -L -f'
[DEBUG] Trying 'ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar.gz'
[DEBUG] ==> Executing: 'curl -s --ftp-pasv -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar.gz --connect-timeout 30 -L -f'
[DEBUG] ==> Executing: 'curl -s -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar.gz --connect-timeout 30 -L -f'
[DEBUG] Trying 'ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tgz'
[DEBUG] ==> Executing: 'curl -s --ftp-pasv -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tgz --connect-timeout 30 -L -f'
[DEBUG] ==> Executing: 'curl -s -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tgz --connect-timeout 30 -L -f'
[DEBUG] Trying 'ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar'
[DEBUG] ==> Executing: 'curl -s --ftp-pasv -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar --connect-timeout 30 -L -f'
[DEBUG] ==> Executing: 'curl -s -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10.tar --connect-timeout 30 -L -f'
[DEBUG] Trying 'ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10'
[DEBUG] ==> Executing: 'curl -s --ftp-pasv -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10 --connect-timeout 30 -L -f'
[DEBUG] ==> Executing: 'curl -s -O --retry 3 ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.10 --connect-timeout 30 -L -f'
[ERROR] Could not retrieve 'cloog-ppl-0.15.10'.
A tentativa manual de buscar o arquivo parece não funcionar porque não está disponível (?)
Eu realmente compilei o mais novo CLOO mas não sei como apontar nt-cg na direção certa.
Qualquer ajuda seria apreciada.
Tags ffmpeg raspberry-pi