Add gnueabi arm-cross toolchain (#474)
author이춘석/동작제어Lab(SR)/Senior Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 5 Apr 2018 14:30:21 +0000 (23:30 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Thu, 5 Apr 2018 14:30:21 +0000 (23:30 +0900)
gnueabi cross toolchain is needed to support tizen cross build

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
docker/Dockerfile

index ed90668..1464b7c 100644 (file)
@@ -8,3 +8,4 @@ RUN apt-get update && apt-get --yes --force-yes install scons cmake
 RUN apt-get update && apt-get --yes --force-yes install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
 RUN apt-get update && apt-get --yes --force-yes install libboost-all-dev
 RUN apt-get update && apt-get --yes --force-yes install git
+RUN apt-get update && apt-get --yes --force-yes install gcc-5-arm-linux-gnueabi g++-5-arm-linux-gnueabi