mped-oticon / nix_32bit

Examples of 32-bit development env on 64-bit host

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What?

Various shell.nix files to instantiate a 32-bit (+64-bit) environment, assuming 64-bit host.

Why?

To have a few concrete examples for own reference.

How?

AMD64 architectures are backwards compatible with i386. Therefore we do not need binfmt, but just proper libraries.

About

Examples of 32-bit development env on 64-bit host


Languages

Language:Nix 58.2%Language:Makefile 33.2%Language:C 8.6%