!pbdtvoHxUGLhcEvnlu:nixos.org

Exotic Nix Targets

340 Members
105 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
16 Dec 2025
@aleksana:mozilla.orgFind me at aleksana:qaq.li https://github.com/asterinas/asterinas 16:58:43
17 Dec 2025
@aleksana:mozilla.orgFind me at aleksana:qaq.li
[root@asterinas:~]# cat /proc/version
Linux version 5.13.0 (root@kiryca) (rustc 1.94.0-nightly) #1 Wed Dec 17 02:57:56 UTC 2025
03:35:54
@aleksana:mozilla.orgFind me at aleksana:qaq.li2025-12-17-T11-50-44.png
Download 2025-12-17-T11-50-44.png
03:51:52
@aleksana:mozilla.orgFind me at aleksana:qaq.liThe ext2 filesystem driver is quite unstable and can crash at any time due to heavy writes03:58:33
22 Dec 2025
@amadaluzia:pub.solaramadaluzia[psolar] changed their display name from amadALTuzia (pub.solar) to amadaluzia[psolar].17:31:17
24 Dec 2025
@hacker1024:matrix.orghacker1024

Hi all,
I'm trying to write a derivation for an embedded C++ microcontroller application.
For this, I must use a copy of libstdc++ with something like --enable-cxx-flags='-fno-exceptions -fno-rtti' (docs here).
Is there a way to configure Nixpkgs to use these settings for libstdc++ for the host platform? Something to add to the following, for example?

import <nixpkgs> {
  crossSystem = {
    config = "arm-none-eabihf";
    libc = "newlib-nano";
    gcc = {
      cpu = "cortex-m7";
      fpu = "fpv5-d16";
      float-abi = "hard";
      thumb = true;
    };
    rust.rustcTarget = "thumbv7em-none-eabihf";
    isStatic = true;
  }
}
06:04:25

Show newer messages


Back to Room ListRoom Version: 6