-
Notifications
You must be signed in to change notification settings - Fork 18
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
openSUSE makefile wrong path libexec -> lib64 #18
Comments
I'm not sure what is going on with your computer or what errors you are getting, but the directory should be libexec. If you symlink libexec to lib64 there does it work? Or does it fail to install in the first place? |
Installing is just fine. Only some paths are missing when compiling software that depends on libraries in this path. |
One thing to mention. Adding --libdir=$(MARSDEV)/$(TARGET)/lib to the configure lines in Makefile located in toolchain/ fixes many issues. I checked my archlinux Installation and there it works flawlessly. |
PR accepted. This can be closed. |
hi andwn,
I tried to install marsdev but the tools are installed into /home/philipp/mars/m68k-elf/lib64/gcc/m68k-elf/10.3.0 instead of /home/philipp/mars/m68k-elf/libexec/gcc/m68k-elf/10.3.0.
I searched a bit for answer in the makefiles etc. but didn't find the solution to fix this.
Many other dependencies have hardcoded libexec so installing to lib64 by default breaks things.
The text was updated successfully, but these errors were encountered: