On Fri, 5 Sep 2008, Richard Erlacher wrote: > I've looked through the download of ucsim, and can find no executables, nor > do I find any source files from which to build them. What would you > recommend as a source for these materials?
I call DOS version as `s51', and I call "UNIX" version as `ucsim'. They are two different things. s51 --- Executable of the DOS version (s51, exe only, no source): http://mazsola.iit.uni-miskolc.hu/~drdani/embedded/ucsim/download/dos/s51.zip Please don't ask the source of this thing, I've lost it. ucsim source ------------ Older versions of ucsim is available on my homepage (source only): http://mazsola.iit.uni-miskolc.hu/~drdani/embedded/ucsim/download/unix/ Newer versions of the source is available in the SDCC package only, sorry but this is not mentioned anywhere. Get it from sdcc.sf.net, the best thing is to check out a working copy of the SVN repository. There is two "branch" of source, "official" is in trunk/sdcc/sim/ucsim, "development" is in branches/ucsim/ucsim-0_6-pre ucsim binary ------------ Get compiled SDCC package for your platform from sdcc.sf.net and look for s51 (on *nix) or for s51.exe (on win). If you are on Debian linux, simply install sdcc-ucsim package. ucsim documentation ------------------- In the source: see doc directory. See the README file too. Online: http://mazsola.iit.uni-miskolc.hu/~drdani/embedded/ucsim In SDCC package: get sdcc-doc from sdcc.sf.net and see doc/ucsim directory. On Debian: /usr/share/doc/sdcc-ucsim Daniel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
