Skip to content

ChomperT/toolchain4webos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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