crossrust
Cross-compiler script
A script to set up a cross-compilation environment for Rust on macOS to run on FreeBSD.
How to cross compile Rust from OS X to FreeBSD
14 stars
3 watching
2 forks
Language: Shell
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
rust-cross/rust-musl-cross | Docker images and build scripts for compiling static Rust binaries with musl-cross | 646 |
rust-osdev/cargo-xbuild | Automates cross-compilation of sysroot crates for Rust projects | 258 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,873 |
peco602/rust-universal-compiler | A container solution to compile Rust projects across multiple operating systems. | 32 |
yubrot/llrl | An experimental compiler for a Lisp-like programming language with a focus on self-hosting and compilation to LLVM backend. | 156 |
ryanmjacobs/c | A utility for compiling and executing C scripts in one go! | 2,099 |
willcrichton/lia | A high-level language for Rust that allows users to write efficient code in a dynamic, Javascript-esque syntax | 338 |
freed-wu/zsh-completions-for-cross-compilers | Provides zsh completions for cross-compilers and related tools. | 0 |
georust/proj | A Rust crate providing bindings to the PROJ v9.4 API for coordinate transformations and conversions. | 146 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
jameysharp/corrode | A tool that translates C source code to Rust syntax while preserving semantics. | 2,157 |
rhysu/c99sh | A script that compiles and runs C99, C11, and C++ code with control over compilation flags, libraries, and more. | 107 |
champii/rock | A Rust-based compiler and runtime environment designed to provide a safe and efficient way to execute functional programming languages. | 67 |
steeve/cross-compiler | Dockerfiles for building cross-compilation environments for various programming languages | 107 |
ifrostizz/murph | Transpiles EVM bytecode into huff bytecode | 117 |