You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2021. It is now read-only.
I'm currently trying to compile an Open Source driver for my Realtek WiFi Adapter on a Linux Distribution that is not Linux Mint (Since, I've already tested it with Linux Mint and it works). The Distribution that I want to use is Ubuntu MATE 18.04.1, at first I realized when I was attempting to compile the driver from source. I found out that 'make' wasn't even preinstalled to begin with. I installed 'make', attempted again, but failed due to it having a dependency is missing. I installed the dependency, added a modification to the make file which was 'EXTRA_CFLAGS += $(EXTRA_CFLAGS) -fno-pie' to line 3 in the 'makefile' without making any modifications to any existing code, I gave it another try, but I was prompted this error in the title of this thread. Is there any solutions on how to resolve this? - Any help would be appreciated! Thanks!!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm currently trying to compile an Open Source driver for my Realtek WiFi Adapter on a Linux Distribution that is not Linux Mint (Since, I've already tested it with Linux Mint and it works). The Distribution that I want to use is Ubuntu MATE 18.04.1, at first I realized when I was attempting to compile the driver from source. I found out that 'make' wasn't even preinstalled to begin with. I installed 'make', attempted again, but failed due to it having a dependency is missing. I installed the dependency, added a modification to the make file which was 'EXTRA_CFLAGS += $(EXTRA_CFLAGS) -fno-pie' to line 3 in the 'makefile' without making any modifications to any existing code, I gave it another try, but I was prompted this error in the title of this thread. Is there any solutions on how to resolve this? - Any help would be appreciated! Thanks!!
The text was updated successfully, but these errors were encountered: