!ayCRiZriCVtuCUpeLp:nixos.org

Nix Cross Compiling

484 Members
101 Servers

Load older messages


SenderMessageTime
23 Apr 2025
@dramforever:matrix.orgdramforeveri'm not surprised that arm's gcc is different from what we have in nixpkgs16:28:16
@dramforever:matrix.orgdramforeveror newlib16:28:23
@rosssmyth:matrix.orgrosssmytharm's gcc is just upstream gcc with some config flags afaik. 16:28:40
@rosssmyth:matrix.orgrosssmythDownload 14.2.rel1-x86_64-arm-none-eabi-manifest.txt16:30:29
@rosssmyth:matrix.orgrosssmyththat's the manifest16:30:34
@rosssmyth:matrix.orgrosssmyth* that's the config manifest16:31:04
@rosssmyth:matrix.orgrosssmythThere should be some sort of solution. The arm-embedded gcc supports multiple arches, the mainly limiter is the libc. Clang has some way of only rebuilding compiler-rt for different targets. Even rebuilding the libc would be acceptable.16:33:12
@dramforever:matrix.orgdramforeveri'm not familiar with gcc internals, but i guess we can have some sort of database of "base" gccs16:36:47
@dramforever:matrix.orgdramforever the main difference between gcc and clang in this regard is that one single clang can support all targets 16:37:03
@rosssmyth:matrix.orgrosssmythYes, Clang is sane. But right now a clang stdenv can't be built for arm-embedded16:39:08
@rosssmyth:matrix.orgrosssmythRedacted or Malformed Event16:39:55
@rosssmyth:matrix.orgrosssmyth * Yes, Clang is sane. But right now a clang stdenv can't be built for arm-embedded 16:41:47
@dramforever:matrix.orgdramforevercan you confirm that arm-embedded has ever worked before?16:41:52
@dramforever:matrix.orgdramforever to me it doesn't seem like pkgsCross.arm-embedded.stdenv.cc should successfully build for -mcpu=cortex-m0 16:43:12
@dramforever:matrix.orgdramforeverit is effectively an unimplemented case16:43:29
@dramforever:matrix.orgdramforever* it is effectively an unimplemented case in nixpkgs16:43:34
@rosssmyth:matrix.orgrosssmythDefine "worked"16:44:09
@dramforever:matrix.orgdramforeversuccessfully produce a program for cortex-m016:44:35
@rosssmyth:matrix.orgrosssmythI showed you how I have done it, and it compiled successfully. I have not flashed any firmware, and inspecting the objdump it would have failed to flash.16:44:42
@rosssmyth:matrix.orgrosssmythI also just opened an issue because the armv6-m machinery is messed up and doesn't generate the correct gcc16:45:12
@rosssmyth:matrix.orgrosssmyth* I also just opened an issue because the armv6-m machinery is messed up and doesn't generate the correct gcc wrapper16:45:19
@dramforever:matrix.orgdramforever maybe i misunderstood but did you ever have an old version of nixpkgs that had a working pkgsCross.arm-embedded.stdenv.cc 16:46:29
@dramforever:matrix.orgdramforeveragain, as in, produce code correctly for cortex-m016:46:46
@rosssmyth:matrix.orgrosssmythno16:46:50
@dramforever:matrix.orgdramforeverokay thanks for clarifying16:47:01
@dramforever:matrix.orgdramforever this is the thing i'm getting
../.././newlib/libm/math/e_atanh.c:73:1: sorry, unimplemented: '-fstack-check=specific' for Thumb-1
16:47:41
@dramforever:matrix.orgdramforeverand like, tens of other errors on other similar functions16:47:52
@rosssmyth:matrix.orgrosssmythOk16:48:48
@dramforever:matrix.orgdramforever that's (import ./. { crossSystem = { config = "armv6m-none-eabi"; libc = "newlib"; gcc.float-abi = "softfp"; gcc.cpu = "cortex-m0"; }; }).stdenv.cc on aca270648ecaa9450a6feb34ff2d995e0b0a3444 16:49:16
@rosssmyth:matrix.orgrosssmythThere are many broken things in how arm seems to be handled in generating a stdenv16:49:22

Show newer messages


Back to Room ListRoom Version: 6