Code Monkey home page Code Monkey logo

oneplus6's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

oneplus6's Issues

error compiling: drivers/bluetooth/btfm_slim.o no such file or directory

CC drivers/bluetooth/btfm_slim.o
drivers/bluetooth/btfm_slim.c:26:23: fatal error: btfm_slim.h: No such file or directory
#include <btfm_slim.h>
^
compilation terminated.
scripts/Makefile.build:336: recipe for target 'drivers/bluetooth/btfm_slim.o' failed
make[2]: *** [drivers/bluetooth/btfm_slim.o] Error 1
scripts/Makefile.build:650: recipe for target 'drivers/bluetooth' failed
make[1]: *** [drivers/bluetooth] Error 2
Makefile:1087: recipe for target 'drivers' failed
make: *** [drivers] Error 2

Makefile:152: recipe for target 'sub-make' failed

make[1]: Leaving directory '/home/test/OnePlus6/out'
Makefile:152: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2

the errors I can find are:
/home/test/OnePlus6/Makefile:1087: recipe for target 'net' failed
make[1]: *** [net] Error 2

../scripts/Makefile.build:650: recipe for target 'net/mac80211' failed
make[2]: *** [net/mac80211] Error 2
make[2]: *** Waiting for unfinished jobs....

In file included from ../include/linux/linkage.h:4:0,
from ../include/linux/kernel.h:6,
from ../net/mac80211/tx.c:16:
../net/mac80211/tx.c: In function 'ieee80211_tx_h_sequence':
../net/mac80211/tx.c:817:19: error: 'union ' has no member named 'mntr_flags'
!(tx->sdata->u.mntr_flags & MONITOR_FLAG_COOK_FRAMES))) {
^
../include/linux/compiler.h:168:42: note: in definition of macro 'unlikely'

define unlikely(x) __builtin_expect(!!(x), 0)

                                      ^

../scripts/Makefile.build:336: recipe for target 'net/mac80211/tx.o' failed
make[3]: *** [net/mac80211/tx.o] Error 1
make[3]: *** Waiting for unfinished jobs....

Error: unknown option
scripts/Makefile.lib:319: recipe for target 'arch/arm64/boot/dts/qcom/sdm845-v2.1.dtb' failed
make[3]: *** [arch/arm64/boot/dts/qcom/sdm845-v2.1.dtb] Error 1
../scripts/Makefile.build:650: recipe for target 'arch/arm64/boot/dts/qcom' failed
make[2]: *** [arch/arm64/boot/dts/qcom] Error 2
arch/arm64/Makefile:161: recipe for target 'dtbs' failed
make[1]: *** [dtbs] Error 2
make[1]: *** Waiting for unfinished jobs....

./scripts/dtc/dtc: invalid option -- '@'

Microphone gain automatically reset after using microphone

Hi, I've noticed that if you set a microphone gain value it automatically reset to default after using the microphone (for example, recording a video), is it supposed to work like this? I'm not the only one with this problem, according to the XDA thread a lot of other people have this too but for speaker gain (which I haven't tested yet)

how to make ...sdm845-v2.1.dtb

make O=output -j1
CHK include/config/kernel.release
Using .. as source for kernel
GEN ./Makefile
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL ../scripts/checksyscalls.sh
CHK scripts/mod/devicetable-offsets.h
CHK include/generated/compile.h
CHK kernel/config_data.h
GEN .version
LD vmlinux.o
MODPOST vmlinux.o
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
KSYM .tmp_kallsyms1.o
KSYM .tmp_kallsyms2.o
LD vmlinux
SORTEX vmlinux
SYSMAP System.map
DTC arch/arm64/boot/dts/qcom/sdm845-v2.1.dtb
./scripts/dtc/dtc: invalid option -- '@'
Usage: dtc [options]

Options: -[qI:O:o:V:d:R:S:p:fb:i:H:sW:E:hv]
-q, --quiet
Quiet: -q suppress warnings, -qq errors, -qqq all
-I, --in-format
Input formats are:
dts - device tree source text
dtb - device tree blob
fs - /proc/device-tree style directory
-o, --out
Output file
-O, --out-format
Output formats are:
dts - device tree source text
dtb - device tree blob
asm - assembler source
-V, --out-version
Blob version to produce, defaults to 17 (for dtb and asm output)
-d, --out-dependency
Output dependency file
-R, --reserve
Make space for reserve map entries (for dtb and asm output)
-S, --space
Make the blob at least long (extra space)
-p, --pad
Add padding to the blob of long (extra space)
-b, --boot-cpu
Set the physical boot cpu
-f, --force
Try to produce output even if the input tree has errors
-i, --include
Add a path to search for include files
-s, --sort
Sort nodes and properties before outputting (useful for comparing trees)
-H, --phandle
Valid phandle formats are:
legacy - "linux,phandle" properties only
epapr - "phandle" properties only
both - Both "linux,phandle" and "phandle" properties
-W, --warning
Enable/disable warnings (prefix with "no-")
-E, --error
Enable/disable errors (prefix with "no-")
-h, --help
Print this help and exit
-v, --version
Print version and exit

Error: unknown option
make[4]: *** [scripts/Makefile.lib:319:arch/arm64/boot/dts/qcom/sdm845-v2.1.dtb] 错误 1
make[3]: *** [../scripts/Makefile.build:650:arch/arm64/boot/dts/qcom] 错误 2
make[2]: *** [arch/arm64/Makefile:161:dtbs] 错误 2
make[1]: *** [Makefile:152:sub-make] 错误 2
make: *** [Makefile:24:__sub-make] 错误 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.