I am trying to compile the swift runtime from apple in the the HiKey board, using the out of the box operating system or the latest debían jessie in a microsd. In both cases I follow these steps:
sudo apt-get update
sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libcurl4-openssl-dev autoconf libtool systemtap-sdt-dev
sudo apt-get install screen
sudo reboot now
screen
mkdir swift-source
cd swift-source
git clone https://github.com/apple/swift.git
./swift/utils/update-checkout --clone
./swift/utils/build-script -r -t
After some minutes, the system crashes and reboots. No error is shown in any log.
I do all the steps using ssh.
Any ideas?
Thanks in advance,
Jose M.