Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 448 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 448 Bytes

WebOS Toolchain

Information

Toolchains for WebOS && any armv7-linux

How to use?

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