Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Compilation Error ~ stdarg.h No such file or directory #36

Open
ghost opened this issue Nov 18, 2019 · 0 comments
Open

Compilation Error ~ stdarg.h No such file or directory #36

ghost opened this issue Nov 18, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 18, 2019

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!!

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

No branches or pull requests

0 participants