almondyoung / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

download.py Host architecture arm is not supported. #347

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. build for arm

What is the expected output?
build/link

What do you see instead?

________ running '/usr/bin/python trunk/third_party/binutils/download.py' in 
'/home/linaro/libyuv'
Host architecture arm is not supported.

Original issue reported on code.google.com by fbarch...@google.com on 28 Jul 2014 at 8:58

GoogleCodeExporter commented 8 years ago
./build/install-build-deps.sh --arm
./build/linux/install-arm-sysroot.py
export GYP_DEFINES="target_arch=arm arm_float_abi=hard"
export CC=arm-linux-gnueabihf-gcc
export CXX=arm-linux-gnueabihf-g++
export AR=arm-linux-gnueabihf-ar
export CC_host=gcc
export CXX_host=g++
export RANLIB=arm-linux-gnueabihf-ranlib
export AS=arm-linux-gnueabihf-as
gclient runhooks
ninja -C out/Debug libyuv_unittest
arm-linux-gnueabihf-objdump -d out/Debug/obj/source/libyuv_neon.row_neon.o

Original comment by fbarch...@chromium.org on 28 Jul 2014 at 11:32