Closed BrianNormant closed 2 months ago
I already went through this same exact problem before. What you need to do is override fasmg to update it to the latest version. My recommendation is to use my Nix flake, which has the CE C toolchain.
Thanks a lot, I was writing a flake for it and I was about to give up, compiling llvm 10 times in a row is a pain. But using your flake I worked perfectly.
What you need to do is override fasmg to update it to the latest version If I understand correctly the nixpkgs?ref=unstable version of fasmg is out of date? Another question, what is the patchPhase for innix-calculators/pkgs/build-support/ce-toolchain/default.nix
That aside, you solved my problem, I'm closing this.
The patchPhase is required to make it work AND have a reproducible output that isn't based on timestamps. I could've used a patch, but I need to learn how to patch using patch files.
Hi,
I'm trying to compile from source on nixos, I downloaded and compiled clang for ez80 from the link in the wiki I installed fasmg from the link.
But when I run
make
I get a failure with this error message:Am I missing something?