Using ELLCC

Contents1 Getting Started2 Cross Compiling3 Tool Configuration Files4 Upgrading a Binary Distribution5 Checking Current Component Versions Getting Started If ELLCC is installed on your system you can run the ecc or ecc++ compiler by using the compiler’s full path name: [test@main ~]$ /home/test/ellcc/bin/ecc main.c Or you can add the ELLCC bin directory to your PATH. … Continue reading Using ELLCC