-
Notifications
You must be signed in to change notification settings - Fork 455
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
Cannot build for Nexus 6P nougat 7.1.2 #387
Comments
three years ago it was true that nexmon only supported oreo. |
I suggest you to get this version of android: Or you will need to get the kernel of @kimocoder I will link you some bug that I encounter during my test: #195 |
On README.md of this repo it says under supported devices that Nexmon Firmware version 7_112_201_3_sta supports Android version 7.1.2, I would run 8.0.0 but I have NetHunter for my Nexus 6P. On NetHunter repo it says that anything above 7.1.2 can cause USB problems. Wiki page on NetHunter repo: README.md for this repo: |
Do you build the nexmon firmware on a debian base Linux system ?
|
Yes, I have all the requirements, I am using Kali Linux which should be Debian base Linux system and I can build that one but I can't build this one (patches/bcm4358/7_112_201_3_sta). Can you try to build that as well? I have seen another person also made an issue regarding this same thing. |
Do you have the NDK install I compiled them some months/year ago I don't remember everything I did but I think it compiled fine. |
can you please give me these simple answers thank you |
Yes I have NDK r11c installed and in my PATH. |
l am building this on Kali Linux x64 2020.1
I correctly setup NDK and cloned the Nexmon from GitHub but when I try to build it for nougat 7.1.2 (7_112_201_3_sta) It fails with error message:
COMPILING src/ioctl.c => obj/ioctl.o (details: log/compiler.log) src/ioctl.c:48:21: fatal error: bcmpcie.h: No such file or directory compilation terminated make: *** [Makefile:42: obj/ioctl.o] Error 1
log/compiler.log is empty but in log/error.log I have this:
cat: gen/nexmon.pre: No such file or directory
I have no idea how to fix this issue.
The text was updated successfully, but these errors were encountered: