Toolchains for WebOS && any armv7-linux
require:
-> host x86_64-linux (Debian testing or Ubuntu 12.x)
-> glibc version >= 2.14
command:
git clone git://github.com/ChomperT/toolchain4webos
cd /opt
sudo ln -s $DOWNLOAD_PATH/toolchain4webos/CC CC
export PATH=$PATH:/opt/CC/bin
arm-linux-gnueabi-gcc hello.c
by Chomper