If you're on debian or a debian-like machine and you need a simple way to setup a C/C++ cross-compiler (and other tools) for your 32-bit OS, here's a simple script.

This page summarizes the projects mentioned and recommended in the original post on /r/osdev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

    A bug? I would like to hear more, especially if you can come up with an example to demonstrate using compiler explorer.

  • gcc

    It was not so much a compiler bug, but a libstd++ bug. cstdint did not work correctly with -ffreestanding and when gcc was configured with --disable-hosted-libstdcxx. GCC was unable to find cstdint was originally defined by checking stido.h and that’s not available. Here’s the PR that fixes it. And this PR isn’t included with the latest release.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts