InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more โ
Compiler-builtins Alternatives
Similar projects and alternatives to compiler-builtins
-
-
InfluxDB
InfluxDB โ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
rt-thread
RT-Thread is an open source IoT Real-Time Operating System (RTOS). https://rt-thread.github.io/rt-thread/
-
-
-
-
-
-
-
-
cargo-wasi
Discontinued A lightweight Cargo subcommand to build Rust code for the `wasm32-wasi` target
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
compiler-builtins discussion
compiler-builtins reviews and mentions
- Why do we need for an Undefined Behavior Annex to C++
-
Can I force rust to treat stdlib like other crates in terms of linkage?
I don't know which symbols are missing, haven't done anything on the llvm level. But I had the same problems creating a no-std no-libc application, if you add https://github.com/rust-lang/compiler-builtins as a dependency you should get all the symbols you need, std uses the same but if you want to use it outside of std you'll need nightly since it uses a lot a nightly features. It might apply to your case as well.
-
[Question] Need help with `avr-hal` for Arduino UNO
Ah, I see - you might be hitting https://github.com/rust-lang/compiler-builtins/issues/347.
-
Converting Integers to Floats Using Hyperfocus
There's a PR to the compiler-builtins crate which the rust implementation is based on.
-
rustc + avr = lovelove back again!
I'm glad to inform y'all that after a year, the infamous LLVM ERROR: Not supported instr bugยน has been finally fixed and today's nightly can compile for AVR back again! ๐
- Hey Rustaceans! Got an easy question? Ask here (8/2022)!
- Porting Rust's Std to Rustix
-
Porting Rust's std to rustix
Then, some of the non-trivial things that are needed are already implemented and maintained in other crates, like memcpy and friends in compiler-builtins, all the math routines in libm and malloc in dlmalloc.
-
Rust for Embedded Development
3.Use scons to compile, if errors jumped on link up, find the solution on its official Github.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 17 May 2025
Stats
rust-lang/compiler-builtins is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of compiler-builtins is Rust.
Popular Comparisons
- compiler-builtins VS rt-thread
- compiler-builtins VS relibc
- compiler-builtins VS cargo-wasi
- compiler-builtins VS wee_alloc
- compiler-builtins VS libm
- compiler-builtins VS avr-device
- compiler-builtins VS wasi-rs
- compiler-builtins VS rustix
- compiler-builtins VS mustang
- compiler-builtins VS rust-arduino-test