ajundi

Results 3 comments of ajundi

TLDR SOLUTION : unset RUSTFLAGS to completely remove it from your environmental variables. `unset RUSTFLAGS` OR assign RUSTFLAGS manually instead of config.toml `RUSTFLAGS="-C link-arg=-Tlink.x" cargo embed` Hi I had the...

Seems the main problem is that my `RUSTFLAGS` env variable is Set as empty. This seems to be overriding rust flag in config file. Needed to run `unset RUSTFLAGS` to...

> How is `RUSTFLAGS` getting set in the first place? That is super-weird, and should not be happening. My bad I was creating a nix shell file and i was...