SDCC

From RepRap
Revision as of 17:16, 29 October 2007 by VikOlliver (talk | contribs) (version migrated from twiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SDCC (Small Device C Compiler)

We're mostly running this from Debian/Ubuntu machines, so we've built our own DEB files of the version needed for our autoconf process. Vik isn't that familiar with either the sdcc code, or the process of making neat DEB files, so they may well not be perfect. If you can improve on them, please do. I used http://www.togaware.com/linux/survivor/Building_Packages0.html as a reference. Note that the version for DEB packages now lives at the top of debian/changelog rather than being dependent on the parent directory name.

The attached files were created by downloading the sdcc source package with wajig source sdcc, fetching the latest 2.7.4 files from the sdcc repository on SourceForge with

svn co https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc

and replacing the Debian package source directory with the one fetched from SourceForge. You must replace, not just copy or there will be file conflicts.

-- Main.VikOlliver - 29 Oct 2007