simh VS cargo-gccrs

Compare simh vs cargo-gccrs and see what are their differences.

cargo-gccrs

Gaining support for cargo via rustc-wrapper (by Rust-GCC)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
simh cargo-gccrs
39 5
1,614 22
0.6% -
8.9 1.6
about 1 month ago 11 months ago
C Rust
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

simh

Posts with mentions or reviews of simh. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-29.
  • SIMH – Old Computer Emulator
    3 projects | news.ycombinator.com | 29 Sep 2023
    It sounds like there was a config option available to disable the signature addition to the image file ( https://github.com/simh/simh/issues/1059#issuecomment-108689... ). I could see a benefits for having an embedded image signature for preservation and corruption detection issues.

    I don't think complaining about the design is toxic, but recruiting uninvolved people on twitter, and harassing out of ban certainly is. Also reading the bug thread it seems the person with the issue wasn't the same as the one who instigated the harasment. (https://github.com/simh/simh/issues/1059#issuecomment-108675...)

  • Multics Simulator
    2 projects | news.ycombinator.com | 29 Aug 2023
    Perhaps, however, SIMH (http://simh.trailing-edge.com/, https://opensimh.org/) also calls itself a simulator rather than an emulator. Six of one, half dozen of the other, I guess!
  • Mystery? Of the few 1968 Honeywell Kitchen (Pedestal )Computers built, where are they now?
    1 project | /r/thisweekinretro | 25 May 2023
  • Winner of the lookalike contest
    1 project | /r/controlgame | 23 May 2023
    You can get emulators for the machine: SIMH
  • How many platforms do you deal with?
    1 project | /r/PLC | 2 May 2023
  • Anyone know how to attach a network device to a simulated VAX in simh?
    1 project | /r/linuxmint | 5 Apr 2023
    I looked into this recently too, given the large amount of instructions at https://github.com/simh/simh/blob/master/0readme_ethernet.txt I decided it was too much bother for now.
  • Pico_1140: A PDP11/40 emulator that will run Unix v5/v6 on a Raspberry Pi Pico
    2 projects | news.ycombinator.com | 16 Mar 2023
    In case anyone was wondering:

    > The de facto emulator for most old computers is Simh https://github.com/simh/simh. The size and complexity of the individual machine apps is such that a direct port to a memory limited system is not feasible.

  • GCC gets a new frontend for Rust
    6 projects | /r/programming | 26 Feb 2023
    VAX has its die hard fans, and the historical value of the VAX and what it did to shape our computing world can't be overstated. As both a learning tool and a way to preserve history, simh and VAX emulation are wonderfully accessible. VAX running modern NetBSD does an excellent job illustrating where performance regressions happen and where bad assumptions are made. None of these are compelling reasons to target a new toolchain to a classic architecture by themselves, but the interest is there.
  • Zork compiled from MDL source code
    2 projects | /r/PDP10 | 22 Feb 2023
    A long time ago you posted a suggestion in the original SIMH GitHub as an issue to have Interlan NI1010A added. https://github.com/simh/simh/issues/380
  • The IBM 701
    1 project | news.ycombinator.com | 15 Feb 2023
    https://github.com/simh/simh

    Richard Cornwell has implemented the IBM 701, IBM 704, IBM 7010/1410, IBM 7070/7074, IBM 7080/702/705/7053 and IBM 7090/7094/709/704 simulators.

cargo-gccrs

Posts with mentions or reviews of cargo-gccrs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-26.
  • Rust Support Is Being Built into the GNU GCC Compiler
    1 project | news.ycombinator.com | 20 Mar 2023
    We have `cargo-gccrs` for this, so a cargo subcommand which intercepts arguments given to `rustc` and converts them into `gccrs` arguments :)

    https://github.com/rust-GCC/cargo-gccrs/

    it's still in a relatively early stage as we are focusing on the compiler. But the idea is for it to be a drop-in replacement for compilation and execution operations, so you'd have `cargo gccrs build`, `cargo gccrs run`, `cargo gccrs test`, etc

  • GCC gets a new frontend for Rust
    6 projects | /r/programming | 26 Feb 2023
    gccrs is the compiler (like rustc). You can use cargo with gccrs : https://github.com/Rust-GCC/cargo-gccrs
  • GCC Rust front-end approved by GCC Steering Committee
    3 projects | /r/rust | 11 Jul 2022
    See https://github.com/Rust-GCC/cargo-gccrs. There will definetly some sort of cargo support in the end. Either by having a behave-like-rustc wrapper around gccrs or by adding support directly to cargo or a cargo fork.
  • GCC Rust Approved by GCC Steering Committee
    9 projects | news.ycombinator.com | 11 Jul 2022
    Cargo support for gccrs is part of this project:

    https://github.com/Rust-GCC/cargo-gccrs

    Moreover, modules are less interesting to me in embedded development as is access to Rust's borrow checker for gaining certainty of small portions of larger projects, which are written in other languages.

  • GCC Rust in 2021
    2 projects | /r/rust | 20 Dec 2021
    - With the [cargo-gccrs](https://github.com/Rust-GCC/cargo-gccrs/) we want to integrate gccrs as seamless as possible into the Rust ecosystem. So yes.

What are some alternatives?

When comparing simh and cargo-gccrs you can also consider the following projects:

AppleWin - Apple II emulator for Windows

rustc_codegen_gcc - libgccjit AOT codegen for rustc

windows

hubris - A lightweight, memory-protected, message-passing kernel for deeply embedded systems.

GW-BASIC - Assembling Microsoft GW-BASIC from 1983, with MASM or JWasm • "pre-release" binaries at https://codeberg.org/tkchia/GW-BASIC/releases • source mirror of https://codeberg.org/tkchia/GW-BASIC • fork of https://github.com/dspinellis/GW-BASIC

gccrs - GCC Front-End for Rust

8bc - B compiler for the PDP-8

Rust-for-Linux - Adding support for the Rust language to the Linux kernel.

GW-BASIC - The original source code of Microsoft GW-BASIC from 1983

miri - An interpreter for Rust's mid-level intermediate representation

Pico_1140 - A PDP11/40 emulator that will run Unix v5/6

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Apple’s stable releases of Clang as well as support the Swift project.