-
Notifications
You must be signed in to change notification settings - Fork 57
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
binutils.sh throws an error if path to directory contains a blank #64
Comments
What's the error? This issue can come from unquoted variables, but I don't see any in the script. Unless the problem is in the binutils tarball from GNU which will be hard to track down without a specific error message. |
Hmm, that's unfortunate - I just confirmed that binutils can't be built in a directory with a space. I guess we could @roboklon Is this using WSL2? Another user told me they had to use the "short path", like |
The bug is upstream, in the binutils Makefile. Shell scripts used to configure sub-components use unqoted variables. Example:
You can see e.g. unquoted This bug should be reported (and eventually fixed) upstream, in GNU binutils. |
binutils.sh fails, if the path to the directory contains a blank.
Example:
Compiling binutils in this directory fails:
/home/user/Documents/My Documents/123elf
Compiling binutils in this directory works for me (on the same system, Debian Bullseye 11):
/home/user/Documents/123elf
The text was updated successfully, but these errors were encountered: