Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- odsazib@dectylion:~/kernel$ make -j8 Image
- warning: (SND_SOC_APQ8084 && SND_SOC_MSM8X16 && SND_SOC_MSM8994) selects SND_SOC_CPE which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && SND_SOC_WCD_CPE)
- warning: (ARCH_MSM) selects DEVFREQ_GOV_MSM_BW_HWMON which has unmet direct dependencies (PM_DEVFREQ && (ARCH_MSM_KRAIT || ARCH_MSM_BIMC_BWMON))
- .
- .
- .
- In file included from scripts/sortextable.c:166:0:
- scripts/sortextable.c: In function ‘main’:
- scripts/sortextable.h:158:3: warning: ‘relocs_size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- memset(relocs, 0, relocs_size);
- ^
- scripts/sortextable.h:104:6: note: ‘relocs_size’ was declared here
- int relocs_size;
- ^
- In file included from scripts/sortextable.c:164:0:
- scripts/sortextable.h:158:3: warning: ‘relocs_size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- memset(relocs, 0, relocs_size);
- ^
- scripts/sortextable.h:104:6: note: ‘relocs_size’ was declared here
- int relocs_size;
- ^
- .
- .
- .
- CC net/netfilter/nf_conntrack_proto_generic.o
- drivers/input/misc/akm09911.c:473:13: warning: 'AKECS_GetData_Poll_self' defined but not used [-Wunused-function]
- static long AKECS_GetData_Poll_self(struct akm_compass_data *akm, uint8_t *rbuf, int size)
- ^
- .
- .
- .
- .
- drivers/input/touchscreen/ft5x06_ts.c: In function 'hardwareinfo_set':
- drivers/input/touchscreen/ft5x06_ts.c:2192:6: warning: unused variable 'err' [-Wunused-variable]
- int err;
- ^
- .
- .
- .
- .
- .
- drivers/input/touchscreen/ft5x06_720p.c: In function 'hardwareinfo_set':
- drivers/input/touchscreen/ft5x06_720p.c:2296:6: warning: unused variable 'err' [-Wunused-variable]
- int err;
- ^
- ///////////////////
- drivers/soc/qcom/subsystem_restart.c: In function 'subsys_register':
- drivers/soc/qcom/subsystem_restart.c:1481:19: error: 'WT_SUBSYSTEM_REASTART_LEVEL' undeclared (first use in this function)
- if (0 == strncmp(WT_SUBSYSTEM_REASTART_LEVEL, "SYSTEM", 6)) {
- ^
- drivers/soc/qcom/subsystem_restart.c:1481:19: note: each undeclared identifier is reported only once for each function it appears in
- scripts/Makefile.build:308: recipe for target 'drivers/soc/qcom/subsystem_restart.o' failed
- make[3]: *** [drivers/soc/qcom/subsystem_restart.o] Error 1
- make[3]: *** Waiting for unfinished jobs....
- .
- .
- .
- Makefile:822: recipe for target 'drivers' failed
- make: *** [drivers] Error 2
- odsazib@dectylion:~/kernel$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement