Introduction
BCC
is a cross-compiler for LEON2 and LEON3 processors. It is based one the
GNU compiler tools and the Newlib standalone C-library. The
cross-compiler system allows compilation of sequential (non-tasking) C
and C++ applications. It supports both hard and soft floating-point
operations, as well as both V7 and V8 multiply and divide instructions.
BCC consists of the following packages:
Installation
BCC is provided as a bzipped tar-file. It should be unpacked in the /opt directory of the host:
cd /opt
tar xjf bcc-linux-1.0.7.tar.bz2
After installation, add /opt/sparc-elf/bin to the PATH variable. Do not add any other path, and in particular not /opt/sparc/elf/sparc-elf/bin!