/autocompiler-by-target_

c auto cross-compiler

Primary LanguagePython

Auto cross-compiler

Introduction

Cross compile any C file for embedded devices like mips, powerpc, m68k etc.

Example

$ autocompile script.c script - will output a file for each arch: script-mips, script-m68k etc.

Installation

$ python install.py install/uninstall