This is a port of binutils to develop an assembler for the C55x
The current focus is on the assembler,linker and objdump. These are almost complete but not ready for production use.
Back to the c55x-binutils soureforge page:
http://sourceforge.net/projects/c55x-binutils/
Known Issues
To compile type in the following lines in the binutils directory
./configure --target=c55x --prefix=/usr
make
make install
CVS Download Instructions
Type in the following lines to download the source (hit return for password):
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/c55x-binutils login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/c55x-binutils co binutils
Testing (for Developers)
Binutils uses dejagnu for the testing.
Run "make check" to run the tests