Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile apparently runs "strip" without arguments #1

Open
ProducerMatt opened this issue Aug 3, 2022 · 0 comments
Open

Makefile apparently runs "strip" without arguments #1

ProducerMatt opened this issue Aug 3, 2022 · 0 comments

Comments

@ProducerMatt
Copy link

ProducerMatt commented Aug 3, 2022

Attempting to compile on NixOS. The compilation goes fine until:

(etc.)
gcc -c -DNDEBUG=1 -g  type.c
gcc  hugs.o edit.o observe.o builtin.o char.o compiler.o errors.o evaluator.o ffi.o goal.o input.o machdep.o machine.o module.o opts.o output.o plugin...
strip
Usage: /nix/store/rq6bh3qfrqnyqwik0w3q6w180zg3w2pa-binutils-2.38/bin/strip <option(s)> in-file(s)
 Removes symbols and sections from files
 The options are:
(etc.)

Any idea what's happening?

EDIT: for any Nix users, here's the NUR package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant