Hello guys, I have never ported something like this, or used this method. I have a log with a couple errors, probably something as easy as a typo, but I cannot seem to fix this. anyone like to assist?
Code:
In file included from external/gpg/g10/options.h:25:0,
from external/gpg/g10/passphrase.c:47:
external/gpg/g10/main.h:126:7: note: expected 'const unsigned char *' but argument is of type 'const char *'
external/gpg/g10/passphrase.c: In function 'hash_passphrase':
external/gpg/g10/passphrase.c:1033:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
external/gpg/g10/passphrase.c:1056:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
external/gpg/g10/passphrase.c:1060:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
external/gpg/g10/passphrase.c:1062:3: warning: pointer targets in passing argument 2 of 'md_write' differ in signedness [-Wpointer-sign]
In file included from external/gpg/g10/main.h:25:0,
from external/gpg/g10/options.h:25,
from external/gpg/g10/passphrase.c:47:
external/gpg/g10/../include/cipher.h:139:6: note: expected 'const byte *' but argument is of type 'char *'
external/gpg/g10/passphrase.c:1070:17: warning: pointer targets in passing argument 2 of 'md_write' differ in signedness [-Wpointer-sign]
In file included from external/gpg/g10/main.h:25:0,
from external/gpg/g10/options.h:25,
from external/gpg/g10/passphrase.c:47:
external/gpg/g10/../include/cipher.h:139:6: note: expected 'const byte *' but argument is of type 'char *'
external/gpg/g10/passphrase.c:1074:6: warning: pointer targets in passing argument 2 of 'md_write' differ in signedness [-Wpointer-sign]
In file included from external/gpg/g10/main.h:25:0,
from external/gpg/g10/options.h:25,
from external/gpg/g10/passphrase.c:47:
external/gpg/g10/../include/cipher.h:139:6: note: expected 'const byte *' but argument is of type 'char *'
Downloading ubuntu-touch-generic-initrd version 0.16
make: *** No rule to make target `/home/mitchell/out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp', needed by `/home/mitchell/out/target/common/obj/APPS/GalaxyS3Settings_intermediates/src/R.stamp'. Stop.
make: *** Waiting for unfinished jobs....
drivers/media/video/msm/Kconfig:123:warning: choice value used outside its choice group
drivers/media/video/msm/Kconfig:128:warning: choice value used outside its choice group
KCONFIG_SELINUX((null))
KCONFIG_LOG_SELINUX((null))
KCONFIG_VARIANT((null))
***
*** You must specify VARIANT_DEFCONFIG !
***
make[3]: *** [cyanogen_d2_defconfig] Error 1
make[2]: *** [cyanogen_d2_defconfig] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/mitchell/kernel/samsung/d2'
make: *** [/home/mitchell/out/target/product/d2usc/obj/KERNEL_OBJ/.config] Error 2
Couple questions:
1. This part:
Code:
Downloading ubuntu-touch-generic-initrd version 0.16
make: *** No rule to make target `/home/mitchell/out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp', needed by `/home/mitchell/out/target/common/obj/APPS/GalaxyS3Settings_intermediates/src/R.stamp'. Stop.
This is the first error I can see, I have no idea how to fix it, and ideas?
============================================================
2. This:
Code:
KCONFIG_SELINUX((null))
KCONFIG_LOG_SELINUX((null))
KCONFIG_VARIANT((null))
***
*** You must specify VARIANT_DEFCONFIG !
***
make[3]: *** [cyanogen_d2_defconfig] Error 1
make[2]: *** [cyanogen_d2_defconfig] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/mitchell/kernel/samsung/d2'
make: *** [/home/mitchell/out/target/product/d2usc/obj/KERNEL_OBJ/.config] Error 2
What does this even mean?
Any type of help is appriciated. Thank you.
error 1
sandix said:
Hello guys, I have never ported something like this, or used this method. I have a log with a couple errors, probably something as easy as a typo, but I cannot seem to fix this. anyone like to assist?
Code:
In file included from external/gpg/g10/options.h:25:0,
from external/gpg/g10/passphrase.c:47:
external/gpg/g10/main.h:126:7: note: expected 'const unsigned char *' but argument is of type 'const char *'
external/gpg/g10/passphrase.c: In function 'hash_passphrase':
external/gpg/g10/passphrase.c:1033:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
external/gpg/g10/passphrase.c:1056:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
external/gpg/g10/passphrase.c:1060:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
external/gpg/g10/passphrase.c:1062:3: warning: pointer targets in passing argument 2 of 'md_write' differ in signedness [-Wpointer-sign]
In file included from external/gpg/g10/main.h:25:0,
from external/gpg/g10/options.h:25,
from external/gpg/g10/passphrase.c:47:
external/gpg/g10/../include/cipher.h:139:6: note: expected 'const byte *' but argument is of type 'char *'
external/gpg/g10/passphrase.c:1070:17: warning: pointer targets in passing argument 2 of 'md_write' differ in signedness [-Wpointer-sign]
In file included from external/gpg/g10/main.h:25:0,
from external/gpg/g10/options.h:25,
from external/gpg/g10/passphrase.c:47:
external/gpg/g10/../include/cipher.h:139:6: note: expected 'const byte *' but argument is of type 'char *'
external/gpg/g10/passphrase.c:1074:6: warning: pointer targets in passing argument 2 of 'md_write' differ in signedness [-Wpointer-sign]
In file included from external/gpg/g10/main.h:25:0,
from external/gpg/g10/options.h:25,
from external/gpg/g10/passphrase.c:47:
external/gpg/g10/../include/cipher.h:139:6: note: expected 'const byte *' but argument is of type 'char *'
Downloading ubuntu-touch-generic-initrd version 0.16
make: *** No rule to make target `/home/mitchell/out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp', needed by `/home/mitchell/out/target/common/obj/APPS/GalaxyS3Settings_intermediates/src/R.stamp'. Stop.
make: *** Waiting for unfinished jobs....
drivers/media/video/msm/Kconfig:123:warning: choice value used outside its choice group
drivers/media/video/msm/Kconfig:128:warning: choice value used outside its choice group
KCONFIG_SELINUX((null))
KCONFIG_LOG_SELINUX((null))
KCONFIG_VARIANT((null))
***
*** You must specify VARIANT_DEFCONFIG !
***
make[3]: *** [cyanogen_d2_defconfig] Error 1
make[2]: *** [cyanogen_d2_defconfig] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/mitchell/kernel/samsung/d2'
make: *** [/home/mitchell/out/target/product/d2usc/obj/KERNEL_OBJ/.config] Error 2
Couple questions:
1. This part:
Code:
Downloading ubuntu-touch-generic-initrd version 0.16
make: *** No rule to make target `/home/mitchell/out/target/common/obj/APPS/framework-res_intermediates/src/R.stamp', needed by `/home/mitchell/out/target/common/obj/APPS/GalaxyS3Settings_intermediates/src/R.stamp'. Stop.
This is the first error I can see, I have no idea how to fix it, and ideas?
============================================================
2. This:
Code:
KCONFIG_SELINUX((null))
KCONFIG_LOG_SELINUX((null))
KCONFIG_VARIANT((null))
***
*** You must specify VARIANT_DEFCONFIG !
***
make[3]: *** [cyanogen_d2_defconfig] Error 1
make[2]: *** [cyanogen_d2_defconfig] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/mitchell/kernel/samsung/d2'
make: *** [/home/mitchell/out/target/product/d2usc/obj/KERNEL_OBJ/.config] Error 2
What does this even mean?
Any type of help is appriciated. Thank you.
Click to expand...
Click to collapse
You can fix error number one by removing the sgs3setting section in "{}{}your directory{}{}/device/samsung/msm8960-common/msm8960.mk"
Or device specific alternative of this file.
Simce the galaxy player 4.0 has official cm11 support, i was wondering how hard would it be to port cm12 to the galaxy player 4.0? I tried to compile cm12 from source. I used beblos's ypg1 cm11 device tree/kernel, but compiling failed.
Code:
bootable/recovery/minadbd/services.c: In function 'sideload_host_service':
bootable/recovery/minadbd/services.c:55:5: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t' [-Wformat=]
printf("sideload-host file size %llu block size %lu\n", file_size, block_size);
^
target thumb C: libminadbd <= bootable/recovery/minadbd/usb_linux_client.c
target thumb C: libminadbd <= bootable/recovery/minadbd/utils.c
target thumb C: libfusesideload <= bootable/recovery/fuse_sideload.c
make: *** No rule to make target `/home/owner/android/system/out/target/product/ypg1/utilities/flash_image', needed by `TARGET_KERNEL_BINARIES'. Stop.
make: *** Waiting for unfinished jobs....
host Java: dumpkey (/home/owner/android/system/out/host/common/obj/JAVA_LIBRARIES/dumpkey_intermediates/classes)
bootable/recovery/fuse_sideload.c: In function 'fuse_reply':
bootable/recovery/fuse_sideload.c:108:21: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
vec[1].iov_base = data;
^
this is where it initally fails.
Sent from my GT-P3110 using Tapatalk
dorfd1 said:
Simce the galaxy player 4.0 has official cm11 support, i was wondering how hard would it be to port cm12 to the galaxy player 4.0? I tried to compile cm12 from source. I used beblos's ypg1 cm11 device tree/kernel, but compiling failed.
Code:
bootable/recovery/minadbd/services.c: In function 'sideload_host_service':
bootable/recovery/minadbd/services.c:55:5: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'uint32_t' [-Wformat=]
printf("sideload-host file size %llu block size %lu\n", file_size, block_size);
^
target thumb C: libminadbd <= bootable/recovery/minadbd/usb_linux_client.c
target thumb C: libminadbd <= bootable/recovery/minadbd/utils.c
target thumb C: libfusesideload <= bootable/recovery/fuse_sideload.c
make: *** No rule to make target `/home/owner/android/system/out/target/product/ypg1/utilities/flash_image', needed by `TARGET_KERNEL_BINARIES'. Stop.
make: *** Waiting for unfinished jobs....
host Java: dumpkey (/home/owner/android/system/out/host/common/obj/JAVA_LIBRARIES/dumpkey_intermediates/classes)
bootable/recovery/fuse_sideload.c: In function 'fuse_reply':
bootable/recovery/fuse_sideload.c:108:21: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
vec[1].iov_base = data;
^
this is where it initally fails.
Sent from my GT-P3110 using Tapatalk
Click to expand...
Click to collapse
It looks like the "utilities" in the out dir has moved... Look inside "symbols" in the out dir and change your code accordingly
I do not have a symbols folder
dorfd1 said:
I do not have a symbols folder
Click to expand...
Click to collapse
It should be here: /home/owner/android/system/out/target/product/ypg1/symbols
If it's not there then, probably, none of the symbols have been built yet.
You probably need to modify your shbootimg.mk in your device tree.
If you have $(PRODUCT_OUT)/utilities/flash_image you probably need to change it to $(PRODUCT_OUT)/symbols/system/bin/flash_image ...
This is just a guess though... but I've had similar problems with CM12 on venturi...
Meticulus said:
It should be here: /home/owner/android/system/out/target/product/ypg1/symbols
If it's not there then, probably, none of the symbols have been built yet.
You probably need to modify your shbootimg.mk in your device tree.
If you have $(PRODUCT_OUT)/utilities/flash_image you probably need to change it to $(PRODUCT_OUT)/symbols/system/bin/flash_image ...
This is just a guess though... but I've had similar problems with CM12 on venturi...
Click to expand...
Click to collapse
I did the changes and I will try to compile again later. Thanks for your help.
Code:
LOCAL_PATH := $(call my-dir)
# Uncompress ramdisk.img to avoid double compression
uncompressed_ramdisk := $(PRODUCT_OUT)/ramdisk.cpio
$(uncompressed_ramdisk): $(INSTALLED_RAMDISK_TARGET)
$(MINIGZIP) -d < $(INSTALLED_RAMDISK_TARGET) > [email protected]
# Add ramdisk dependencies to kernel
TARGET_KERNEL_BINARIES: $(recovery_ramdisk) $(uncompressed_ramdisk) $(PRODUCT_OUT)/symbols/system/bin/flash_image $(PRODUCT_OUT)/utilities/busybox $(PRODUCT_OUT)/symbols/system/bin/make_ext4fs $(PRODUCT_OUT)/utilities/erase_image $(PRODUCT_OUT)/symbols/system/bin/bml_over_mtd
#
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
$(INSTALLED_BOOTIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
$(call pretty,"Boot image: [email protected]")
$(hide) $(ACP) $(INSTALLED_KERNEL_TARGET) [email protected]
$(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_BOOTIMAGE_TARGET)
$(ACP) $(INSTALLED_BOOTIMAGE_TARGET) [email protected]
my shbootimg.mk
Code:
Export includes file: system/core/adf/libadf/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libadf_intermediates/export_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libadf_intermediates/import_includes
Export includes file: external/zlib/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/libz_intermediates/export_includes
Export includes file: system/core/libbacktrace/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/libbacktrace_intermediates/export_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libz_intermediates/import_includes
Export includes file: external/stlport/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/libstlport_intermediates/export_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libstdc++_intermediates/import_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libsuspend_intermediates/import_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libhealthd.default_intermediates/import_includes
Export includes file: system/core/healthd/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/EXECUTABLES/healthd_intermediates/export_includes
Notice file: external/libpng/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//system/lib/libpng.a.txt
Notice file: external/zlib/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//system/lib/libz.a.txt
Notice file: system/core/libutils/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//system/lib/libutils.a.txt
Notice file: bionic/libc/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//system/lib/libstdc++.a.txt
Export includes file: external/f2fs-tools/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libf2fs_fmt_intermediates/export_includes
Export includes file: external/e2fsprogs/lib/uuid/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libext2_uuid_static_intermediates/export_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libf2fs_fmt_intermediates/import_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libext2_uuid_static_intermediates/import_includes
Export includes file: external/f2fs-tools/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/EXECUTABLES/mkfs.f2fs_intermediates/export_includes
Notice file: external/f2fs-tools/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//root/sbin/mkfs.f2fs.txt
Notice file: external/f2fs-tools/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//system/lib/libf2fs_fmt.a.txt
Import includes file: /home/owner/android/system/out/host/linux-x86/obj32/EXECUTABLES/checkseapp_intermediates/import_includes
Export includes file: external/sepolicy/tools/Android.mk -- /home/owner/android/system/out/host/linux-x86/obj32/EXECUTABLES/checkseapp_intermediates/export_includes
Notice file: external/sepolicy/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//root/seapp_contexts.txt
Notice file: external/sepolicy/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//root/selinux_version.txt
Notice file: external/sepolicy/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//root/sepolicy.txt
Notice file: external/sepolicy/NOTICE -- /home/owner/android/system/out/target/product/ypg1/obj/NOTICE_FILES/src//root/service_contexts.txt
make: Circular /home/owner/android/system/out/target/product/ypg1/ramdisk-recovery.img <- /home/owner/android/system/out/target/product/ypg1/boot.img dependency dropped.
Target buildinfo: /home/owner/android/system/out/target/product/ypg1/root/default.prop
Export includes file: bootable/recovery/minzip/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libminzip_intermediates/export_includes
build/tools/post_process_props.py /home/owner/android/system/out/target/product/ypg1/root/default.prop
Export includes file: bootable/recovery/mtdutils/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libmtdutils_intermediates/export_includes
Export includes file: bootable/recovery/minadbd/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libminadbd_intermediates/export_includes
Export includes file: bootable/recovery/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libfusesideload_intermediates/export_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libsparse_static_intermediates/import_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libminzip_intermediates/import_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libmtdutils_intermediates/import_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libminadbd_intermediates/import_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libfusesideload_intermediates/import_includes
Export includes file: bootable/recovery/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/EXECUTABLES/recovery_intermediates/export_includes
Target buildinfo: /home/owner/android/system/out/target/product/ypg1/system/build.prop
host Java: bouncycastle-host (/home/owner/android/system/out/host/common/obj/JAVA_LIBRARIES/bouncycastle-host_intermediates/classes)
Target buildinfo from: device/samsung/ypg1/system.prop
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/EXECUTABLES/flash_image_intermediates/import_includes
find: `/home/owner/android/system/out/target/product/ypg1/obj/EXECUTABLES/busybox_intermediates': No such file or directory
Prepare config for busybox binary
make -C external/busybox prepare O=/home/owner/android/system/out/target/product/ypg1/obj/busybox/full
make[1]: Entering directory `/home/owner/android/system/external/busybox'
GEN /home/owner/android/system/out/target/product/ypg1/obj/busybox/full/Makefile
GEN include/applets.h
GEN include/usage.h
GEN networking/Kbuild
GEN networking/Config.in
GEN networking/udhcp/Kbuild
GEN networking/udhcp/Config.in
GEN networking/libiproute/Kbuild
GEN runit/Kbuild
GEN runit/Config.in
GEN sysklogd/Kbuild
GEN sysklogd/Config.in
GEN shell/Kbuild
GEN shell/Config.in
GEN modutils/Kbuild
GEN modutils/Config.in
GEN findutils/Kbuild
GEN findutils/Config.in
GEN debianutils/Kbuild
GEN debianutils/Config.in
GEN loginutils/Kbuild
GEN loginutils/Config.in
GEN procps/Kbuild
GEN procps/Config.in
GEN util-linux/Kbuild
GEN util-linux/Config.in
GEN util-linux/volume_id/Kbuild
GEN util-linux/volume_id/Config.in
GEN miscutils/Kbuild
GEN miscutils/Config.in
GEN libbb/Kbuild
GEN libbb/Config.in
GEN e2fsprogs/Kbuild
GEN e2fsprogs/Config.in
GEN e2fsprogs/old_e2fsprogs/Kbuild
GEN e2fsprogs/old_e2fsprogs/Config.in
GEN e2fsprogs/old_e2fsprogs/ext2fs/Kbuild
GEN e2fsprogs/old_e2fsprogs/uuid/Kbuild
GEN e2fsprogs/old_e2fsprogs/e2p/Kbuild
GEN e2fsprogs/old_e2fsprogs/blkid/Kbuild
GEN editors/Kbuild
GEN editors/Config.in
GEN printutils/Kbuild
GEN printutils/Config.in
GEN mailutils/Kbuild
GEN mailutils/Config.in
GEN applets/Kbuild
GEN libpwdgrp/Kbuild
GEN scripts/Kbuild
GEN console-tools/Kbuild
GEN console-tools/Config.in
GEN coreutils/Kbuild
GEN coreutils/Config.in
GEN coreutils/libcoreutils/Kbuild
GEN archival/Kbuild
GEN archival/Config.in
GEN archival/libarchive/Kbuild
GEN selinux/Kbuild
GEN selinux/Config.in
GEN init/Kbuild
GEN init/Config.in
Using /home/owner/android/system/external/busybox as source for busybox
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/split-include
/home/owner/android/system/external/busybox/scripts/basic/split-include.c: In function ‘main’:
/home/owner/android/system/external/busybox/scripts/basic/split-include.c:134:11: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
HOSTCC scripts/basic/docproc
GEN /home/owner/android/system/out/target/product/ypg1/obj/busybox/full/Makefile
HOSTCC scripts/kconfig/conf.o
/home/owner/android/system/external/busybox/scripts/kconfig/conf.c: In function ‘conf_choice’:
/home/owner/android/system/external/busybox/scripts/kconfig/conf.c:354:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
/home/owner/android/system/external/busybox/scripts/kconfig/conf.c: In function ‘conf_askvalue’:
/home/owner/android/system/external/busybox/scripts/kconfig/conf.c:106:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
HOSTCC scripts/kconfig/kxgettext.o
HOSTCC scripts/kconfig/mconf.o
/home/owner/android/system/external/busybox/scripts/kconfig/mconf.c: In function ‘show_textbox’:
/home/owner/android/system/external/busybox/scripts/kconfig/mconf.c:847:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
/home/owner/android/system/external/busybox/scripts/kconfig/mconf.c: In function ‘exec_conf’:
/home/owner/android/system/external/busybox/scripts/kconfig/mconf.c:481:6: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s Config.in
#
# using defaults found in .config
#
Export includes file: external/busybox/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libclearsilverregex_intermediates/export_includes
Export includes file: external/busybox/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libuclibcrpc_intermediates/export_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libclearsilverregex_intermediates/import_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/STATIC_LIBRARIES/libuclibcrpc_intermediates/import_includes
Export includes file: external/busybox/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/UTILITY_EXECUTABLES/static_busybox_intermediates/export_includes
Export includes file: system/extras/ext4_utils/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/libext4_utils_intermediates/export_includes
Export includes file: external/libselinux/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/libselinux_intermediates/export_includes
Export includes file: system/core/libsparse/Android.mk -- /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/libsparse_intermediates/export_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/libselinux_intermediates/import_includes
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/libsparse_intermediates/import_includes
make: *** No rule to make target `/home/owner/android/system/out/target/product/ypg1/utilities/erase_image', needed by `TARGET_KERNEL_BINARIES'. Stop.
make: *** Waiting for unfinished jobs....
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/libz_intermediates/import_includes
SPLIT include/autoconf.h -> include/config/*
HOSTCC applets/usage
/home/owner/android/system/external/busybox/applets/usage.c: In function ‘main’:
/home/owner/android/system/external/busybox/applets/usage.c:52:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
HOSTCC applets/applet_tables
GEN include/bbconfigopts.h
/home/owner/android/system/external/busybox/applets/applet_tables.c: In function ‘main’:
/home/owner/android/system/external/busybox/applets/applet_tables.c:144:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
GEN include/usage_compressed.h
GEN include/applet_tables.h
HOSTCC applets/usage_pod
CC applets/applets.o
LD applets/built-in.o
make[1]: Leaving directory `/home/owner/android/system/external/busybox'
@dorfd1 Normally the flash_image get compiled at the same time as building it. My guess it maybe the librairy isn't added yet into the CM tree so what I do as a dirty quickfix is to take a flash_image from somewhere else (I would take it from CM11 builds) and copy it to the /utilities directory.
Forgot to fix this one:
$(PRODUCT_OUT)/utilities/erase_image
$(PRODUCT_OUT)/symbols/system/bin/erase_image ?
Also: You might need to explicitly add the recovery ramdisk too.:
https://github.com/Meticulus/androi...mmit/d10d588bdbabf9cc8480ae6b540b9ff051b718a0
I commented out bml over mtd and erase image. Now cm12 is compiling, I assume I can add those binaries back into the zip by using the cm11 ones?
Sent from my GT-P3110 using Tapatalk
I did have another error during compiling, but the forum was down and I was not able to share it, I am compiling again and will share the error when I get it.
Code:
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:323:19: warning: unused parameter 'size' [-Wunused-parameter]
jpg_return_status JpegEncoder::encodeThumbImg(unsigned int *size, bool useMain)
^
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp: In member function 'android::jpg_return_status android::JpegEncoder::makeExif(unsigned char*, exif_attribute_t*, unsigned int*, bool)':
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:615:44: warning: narrowing conversion of '((tmp >> 8) & 255u)' from 'unsigned int' to 'unsigned char' inside { } is ill-formed in C++11 [-Wnarrowing]
unsigned char size_mm[2] = {(tmp >> 8) & 0xFF, tmp & 0xFF};
^
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:615:56: warning: narrowing conversion of '(tmp & 255u)' from 'unsigned int' to 'unsigned char' inside { } is ill-formed in C++11 [-Wnarrowing]
unsigned char size_mm[2] = {(tmp >> 8) & 0xFF, tmp & 0xFF};
^
target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/framebuffer.cpp
target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/mapper.cpp
target thumb C++: hwcomposer.s5pc110 <= hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp
target thumb C++: hwcomposer.s5pc110 <= hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:45:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:26:
hardware/samsung/exynos3/s5pc110/libhwcomposer/../include/sec_lcd.h:46:0: warning: "FBIO_WAITFORVSYNC" redefined [enabled by default]
#define FBIO_WAITFORVSYNC _IO ('F', 32)
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:34:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:26:
bionic/libc/kernel/uapi/linux/fb.h:46:0: note: this is the location of the previous definition
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:453:12: warning: unused parameter 'ctx' [-Wunused-parameter]
static int get_dst_phys_addr(struct hwc_context_t *ctx,
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:45:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:34:
hardware/samsung/exynos3/s5pc110/libhwcomposer/../include/sec_lcd.h:46:0: warning: "FBIO_WAITFORVSYNC" redefined [enabled by default]
#define FBIO_WAITFORVSYNC _IO ('F', 32)
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:34:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:34:
bionic/libc/kernel/uapi/linux/fb.h:46:0: note: this is the location of the previous definition
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:55:1: warning: missing initializer for member 'hw_module_t::dso' [-Wmissing-field-initializers]
};
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:55:1: warning: missing initializer for member 'hw_module_t::reserved' [-Wmissing-field-initializers]
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:70:12: warning: unused parameter 'win_idx' [-Wunused-parameter]
static int set_src_dst_info(hwc_layer_1_t *cur,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp: In function 'int hwc_prepare(hwc_composer_device_1_t*, size_t, hwc_display_contents_1_t**)':
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:247:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < list->numHwLayers ; i++) {
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp: At global scope:
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:290:12: warning: unused parameter 'numDisplays' [-Wunused-parameter]
static int hwc_set(hwc_composer_device_1_t *dev,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:483:12: warning: unused parameter 'disp' [-Wunused-parameter]
static int hwc_blank(struct hwc_composer_device_1 *dev,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:531:12: warning: unused parameter 'dpy' [-Wunused-parameter]
static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy,
^
target thumb C++: keystore.default <= system/security/softkeymaster/module.cpp
target thumb C: lights.s5pc110 <= device/samsung/ypg1/liblight/lights.c
target thumb C: local_time.default <= hardware/libhardware/modules/local_time/local_time_hw.c
device/samsung/ypg1/liblight/lights.c: In function 'write_int':
device/samsung/ypg1/liblight/lights.c:41:1: warning: unknown escape sequence: '\040' [enabled by default]
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
^
device/samsung/ypg1/liblight/lights.c:41:2: error: stray '\' in program
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
^
In file included from system/core/include/cutils/log.h:1:0,
from device/samsung/ypg1/liblight/lights.c:19:
device/samsung/ypg1/liblight/lights.c:41:29: error: 's' undeclared (first use in this function)
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
^
device/samsung/ypg1/liblight/lights.c:41:29: note: each undeclared identifier is reported only once for each function it appears in
device/samsung/ypg1/liblight/lights.c:41:31: error: expected ')' before string constant
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_notifications':
device/samsung/ypg1/liblight/lights.c:81:2: warning: too many arguments for format [-Wformat-extra-args]
ALOGI("color %u fm %u status %u is lit %u brightness", state->color, state->flashMode, v, (state->color & 0x00ffffff), brightness);
^
device/samsung/ypg1/liblight/lights.c:67:59: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_notifications(struct light_device_t* dev,
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_backlight':
device/samsung/ypg1/liblight/lights.c:87:55: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_backlight(struct light_device_t *dev,
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_buttons':
device/samsung/ypg1/liblight/lights.c:100:53: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_buttons(struct light_device_t *dev,
^
make: *** [/home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/lights.s5pc110_intermediates/lights.o] Error 1
make: *** Waiting for unfinished jobs....
hardware/libhardware/modules/local_time/local_time_hw.c: In function 'ltdev_get_local_freq':
hardware/libhardware/modules/local_time/local_time_hw.c:53:67: warning: unused parameter 'dev' [-Wunused-parameter]
static uint64_t ltdev_get_local_freq(struct local_time_hw_device* dev)
^
it is saying that dev is an unused parmeter
dorfd1 said:
Code:
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:323:19: warning: unused parameter 'size' [-Wunused-parameter]
jpg_return_status JpegEncoder::encodeThumbImg(unsigned int *size, bool useMain)
^
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp: In member function 'android::jpg_return_status android::JpegEncoder::makeExif(unsigned char*, exif_attribute_t*, unsigned int*, bool)':
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:615:44: warning: narrowing conversion of '((tmp >> 8) & 255u)' from 'unsigned int' to 'unsigned char' inside { } is ill-formed in C++11 [-Wnarrowing]
unsigned char size_mm[2] = {(tmp >> 8) & 0xFF, tmp & 0xFF};
^
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:615:56: warning: narrowing conversion of '(tmp & 255u)' from 'unsigned int' to 'unsigned char' inside { } is ill-formed in C++11 [-Wnarrowing]
unsigned char size_mm[2] = {(tmp >> 8) & 0xFF, tmp & 0xFF};
^
target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/framebuffer.cpp
target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/mapper.cpp
target thumb C++: hwcomposer.s5pc110 <= hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp
target thumb C++: hwcomposer.s5pc110 <= hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:45:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:26:
hardware/samsung/exynos3/s5pc110/libhwcomposer/../include/sec_lcd.h:46:0: warning: "FBIO_WAITFORVSYNC" redefined [enabled by default]
#define FBIO_WAITFORVSYNC _IO ('F', 32)
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:34:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:26:
bionic/libc/kernel/uapi/linux/fb.h:46:0: note: this is the location of the previous definition
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:453:12: warning: unused parameter 'ctx' [-Wunused-parameter]
static int get_dst_phys_addr(struct hwc_context_t *ctx,
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:45:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:34:
hardware/samsung/exynos3/s5pc110/libhwcomposer/../include/sec_lcd.h:46:0: warning: "FBIO_WAITFORVSYNC" redefined [enabled by default]
#define FBIO_WAITFORVSYNC _IO ('F', 32)
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:34:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:34:
bionic/libc/kernel/uapi/linux/fb.h:46:0: note: this is the location of the previous definition
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:55:1: warning: missing initializer for member 'hw_module_t::dso' [-Wmissing-field-initializers]
};
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:55:1: warning: missing initializer for member 'hw_module_t::reserved' [-Wmissing-field-initializers]
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:70:12: warning: unused parameter 'win_idx' [-Wunused-parameter]
static int set_src_dst_info(hwc_layer_1_t *cur,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp: In function 'int hwc_prepare(hwc_composer_device_1_t*, size_t, hwc_display_contents_1_t**)':
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:247:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < list->numHwLayers ; i++) {
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp: At global scope:
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:290:12: warning: unused parameter 'numDisplays' [-Wunused-parameter]
static int hwc_set(hwc_composer_device_1_t *dev,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:483:12: warning: unused parameter 'disp' [-Wunused-parameter]
static int hwc_blank(struct hwc_composer_device_1 *dev,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:531:12: warning: unused parameter 'dpy' [-Wunused-parameter]
static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy,
^
target thumb C++: keystore.default <= system/security/softkeymaster/module.cpp
target thumb C: lights.s5pc110 <= device/samsung/ypg1/liblight/lights.c
target thumb C: local_time.default <= hardware/libhardware/modules/local_time/local_time_hw.c
device/samsung/ypg1/liblight/lights.c: In function 'write_int':
device/samsung/ypg1/liblight/lights.c:41:1: warning: unknown escape sequence: '\040' [enabled by default]
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
^
device/samsung/ypg1/liblight/lights.c:41:2: error: stray '\' in program
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
^
In file included from system/core/include/cutils/log.h:1:0,
from device/samsung/ypg1/liblight/lights.c:19:
device/samsung/ypg1/liblight/lights.c:41:29: error: 's' undeclared (first use in this function)
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
^
device/samsung/ypg1/liblight/lights.c:41:29: note: each undeclared identifier is reported only once for each function it appears in
device/samsung/ypg1/liblight/lights.c:41:31: error: expected ')' before string constant
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_notifications':
device/samsung/ypg1/liblight/lights.c:81:2: warning: too many arguments for format [-Wformat-extra-args]
ALOGI("color %u fm %u status %u is lit %u brightness", state->color, state->flashMode, v, (state->color & 0x00ffffff), brightness);
^
device/samsung/ypg1/liblight/lights.c:67:59: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_notifications(struct light_device_t* dev,
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_backlight':
device/samsung/ypg1/liblight/lights.c:87:55: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_backlight(struct light_device_t *dev,
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_buttons':
device/samsung/ypg1/liblight/lights.c:100:53: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_buttons(struct light_device_t *dev,
^
make: *** [/home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/lights.s5pc110_intermediates/lights.o] Error 1
make: *** Waiting for unfinished jobs....
hardware/libhardware/modules/local_time/local_time_hw.c: In function 'ltdev_get_local_freq':
hardware/libhardware/modules/local_time/local_time_hw.c:53:67: warning: unused parameter 'dev' [-Wunused-parameter]
static uint64_t ltdev_get_local_freq(struct local_time_hw_device* dev)
^
it is saying that dev is an unused parmeter
Click to expand...
Click to collapse
The problem would seem to be here:
Code:
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
There is a space between the escape char and the escaped char. I think it should be like this
Code:
ALOGV("write_int: path=\"%s\", value=\"%d\".", path, value);
Meticulus said:
The problem would seem to be here:
Code:
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
There is a space between the escape char and the escaped char. I think it should be like this
Code:
ALOGV("write_int: path=\"%s\", value=\"%d\".", path, value);
Click to expand...
Click to collapse
Are you referring to lights.c?
dorfd1 said:
Are you referring to lights.c?
Click to expand...
Click to collapse
Yes, from the log you posted:
Code:
device/samsung/ypg1/liblight/lights.c:41:2: error: stray '\' in program
ALOGV("write_int: path=\ "%s\", value=\"%d\".", path, value);
Code:
o_hw.c
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/audio.primary.s5pc110_intermediates/import_includes
target thumb C++: libaudiohw_legacy <= hardware/libhardware_legacy/audio/AudioHardwareInterface.cpp
target thumb C++: libaudiohw_legacy <= hardware/libhardware_legacy/audio/audio_hw_hal.cpp
target thumb C: audio.usb.default <= hardware/libhardware/modules/usbaudio/audio_hw.c
target thumb C: audio.usb.default <= hardware/libhardware/modules/usbaudio/alsa_device_profile.c
hardware/libhardware/modules/usbaudio/alsa_device_profile.c: In function 'profile_enum_channel_counts':
hardware/libhardware/modules/usbaudio/alsa_device_profile.c:284:9: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
profile->direction == PCM_OUT ? std_out_channel_counts : std_in_channel_counts;
^
target thumb C: audio.usb.default <= hardware/libhardware/modules/usbaudio/alsa_device_proxy.c
target thumb C: audio.usb.default <= hardware/libhardware/modules/usbaudio/logging.c
target thumb C: audio.usb.default <= hardware/libhardware/modules/usbaudio/format.c
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/audio_policy.default_intermediates/import_includes
target thumb C++: libaudiopolicy_legacy <= hardware/libhardware_legacy/audio/AudioPolicyManagerBase.cpp
target thumb C++: libaudiopolicy_legacy <= hardware/libhardware_legacy/audio/AudioPolicyCompatClient.cpp
target thumb C++: libaudiopolicy_legacy <= hardware/libhardware_legacy/audio/audio_policy_hal.cpp
target thumb C++: audio_policy.s5pc110 <= device/samsung/ypg1/libaudio/AudioPolicyManager.cpp
Import includes file: /home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/camera.s5pc110_intermediates/import_includes
target thumb C++: libs3cjpeg <= hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp
target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/gralloc.cpp
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:323:19: warning: unused parameter 'size' [-Wunused-parameter]
jpg_return_status JpegEncoder::encodeThumbImg(unsigned int *size, bool useMain)
^
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp: In member function 'android::jpg_return_status android::JpegEncoder::makeExif(unsigned char*, exif_attribute_t*, unsigned int*, bool)':
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:615:44: warning: narrowing conversion of '((tmp >> 8) & 255u)' from 'unsigned int' to 'unsigned char' inside { } is ill-formed in C++11 [-Wnarrowing]
unsigned char size_mm[2] = {(tmp >> 8) & 0xFF, tmp & 0xFF};
^
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:615:56: warning: narrowing conversion of '(tmp & 255u)' from 'unsigned int' to 'unsigned char' inside { } is ill-formed in C++11 [-Wnarrowing]
unsigned char size_mm[2] = {(tmp >> 8) & 0xFF, tmp & 0xFF};
^
target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/framebuffer.cpp
target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/mapper.cpp
target thumb C++: hwcomposer.s5pc110 <= hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp
target thumb C++: hwcomposer.s5pc110 <= hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:45:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:34:
hardware/samsung/exynos3/s5pc110/libhwcomposer/../include/sec_lcd.h:46:0: warning: "FBIO_WAITFORVSYNC" redefined [enabled by default]
#define FBIO_WAITFORVSYNC _IO ('F', 32)
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:34:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:34:
bionic/libc/kernel/uapi/linux/fb.h:46:0: note: this is the location of the previous definition
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:55:1: warning: missing initializer for member 'hw_module_t::dso' [-Wmissing-field-initializers]
};
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:55:1: warning: missing initializer for member 'hw_module_t::reserved' [-Wmissing-field-initializers]
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:70:12: warning: unused parameter 'win_idx' [-Wunused-parameter]
static int set_src_dst_info(hwc_layer_1_t *cur,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp: In function 'int hwc_prepare(hwc_composer_device_1_t*, size_t, hwc_display_contents_1_t**)':
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:247:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < list->numHwLayers ; i++) {
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp: At global scope:
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:290:12: warning: unused parameter 'numDisplays' [-Wunused-parameter]
static int hwc_set(hwc_composer_device_1_t *dev,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:483:12: warning: unused parameter 'disp' [-Wunused-parameter]
static int hwc_blank(struct hwc_composer_device_1 *dev,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:531:12: warning: unused parameter 'dpy' [-Wunused-parameter]
static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy,
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:45:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:26:
hardware/samsung/exynos3/s5pc110/libhwcomposer/../include/sec_lcd.h:46:0: warning: "FBIO_WAITFORVSYNC" redefined [enabled by default]
#define FBIO_WAITFORVSYNC _IO ('F', 32)
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:34:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:26:
bionic/libc/kernel/uapi/linux/fb.h:46:0: note: this is the location of the previous definition
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:453:12: warning: unused parameter 'ctx' [-Wunused-parameter]
static int get_dst_phys_addr(struct hwc_context_t *ctx,
^
target thumb C++: keystore.default <= system/security/softkeymaster/module.cpp
target thumb C: lights.s5pc110 <= device/samsung/ypg1/liblight/lights.c
device/samsung/ypg1/liblight/lights.c: In function 'set_light_notifications':
device/samsung/ypg1/liblight/lights.c:81:2: warning: too many arguments for format [-Wformat-extra-args]
ALOGI("color %u fm %u status %u is lit %u brightness", state->color, state->flashMode, v, (state->color & 0x00ffffff), brightness);
^
device/samsung/ypg1/liblight/lights.c:67:59: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_notifications(struct light_device_t *dev, struct light_state_t const *state)
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_backlight':
device/samsung/ypg1/liblight/lights.c:87:55: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_backlight(struct light_device_t *dev, struct light_state_t const *state)
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_buttons':
device/samsung/ypg1/liblight/lights.c:100:53: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_buttons(struct light_device_t *dev, struct light_state_t const* state)
^
target thumb C: local_time.default <= hardware/libhardware/modules/local_time/local_time_hw.c
target thumb C: power.default <= hardware/libhardware/modules/power/power.c
hardware/libhardware/modules/local_time/local_time_hw.c: In function 'ltdev_get_local_freq':
hardware/libhardware/modules/local_time/local_time_hw.c:53:45: error: parameter name omitted
static uint64_t ltdev_get_local_freq(struct local_time_hw_device* )
^
make: *** [/home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/local_time.default_intermediates/local_time_hw.o] Error 1
make: *** Waiting for unfinished jobs....
hardware/libhardware/modules/power/power.c: In function 'power_init':
hardware/libhardware/modules/power/power.c:28:45: warning: unused parameter 'module' [-Wunused-parameter]
static void power_init(struct power_module *module)
^
hardware/libhardware/modules/power/power.c: In function 'power_set_interactive':
hardware/libhardware/modules/power/power.c:32:56: warning: unused parameter 'module' [-Wunused-parameter]
static void power_set_interactive(struct power_module *module, int on)
^
hardware/libhardware/modules/power/power.c:32:68: warning: unused parameter 'on' [-Wunused-parameter]
static void power_set_interactive(struct power_module *module, int on)
^
hardware/libhardware/modules/power/power.c: In function 'power_hint':
hardware/libhardware/modules/power/power.c:36:45: warning: unused parameter 'module' [-Wunused-parameter]
static void power_hint(struct power_module *module, power_hint_t hint,
^
hardware/libhardware/modules/power/power.c:37:30: warning: unused parameter 'data' [-Wunused-parameter]
void *data) {
^
I repo synced and now it got a little further. is it stopping because of the unused parameters?
dorfd1 said:
Code:
hardware/samsung/exynos3/s5pc110/libs3cjpeg/JpegEncoder.cpp:615:56: warning: narrowing conversion of '(tmp & 255u)' from 'unsigned int' to 'unsigned char' inside { } is ill-formed in C++11 [-Wnarrowing]
unsigned char size_mm[2] = {(tmp >> 8) & 0xFF, tmp & 0xFF};
^
target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/framebuffer.cpp
target thumb C++: gralloc.default <= hardware/libhardware/modules/gralloc/mapper.cpp
target thumb C++: hwcomposer.s5pc110 <= hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp
target thumb C++: hwcomposer.s5pc110 <= hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:45:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:34:
hardware/samsung/exynos3/s5pc110/libhwcomposer/../include/sec_lcd.h:46:0: warning: "FBIO_WAITFORVSYNC" redefined [enabled by default]
#define FBIO_WAITFORVSYNC _IO ('F', 32)
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:34:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:34:
bionic/libc/kernel/uapi/linux/fb.h:46:0: note: this is the location of the previous definition
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:55:1: warning: missing initializer for member 'hw_module_t::dso' [-Wmissing-field-initializers]
};
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:55:1: warning: missing initializer for member 'hw_module_t::reserved' [-Wmissing-field-initializers]
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:70:12: warning: unused parameter 'win_idx' [-Wunused-parameter]
static int set_src_dst_info(hwc_layer_1_t *cur,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp: In function 'int hwc_prepare(hwc_composer_device_1_t*, size_t, hwc_display_contents_1_t**)':
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:247:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < list->numHwLayers ; i++) {
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp: At global scope:
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:290:12: warning: unused parameter 'numDisplays' [-Wunused-parameter]
static int hwc_set(hwc_composer_device_1_t *dev,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:483:12: warning: unused parameter 'disp' [-Wunused-parameter]
static int hwc_blank(struct hwc_composer_device_1 *dev,
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWC.cpp:531:12: warning: unused parameter 'dpy' [-Wunused-parameter]
static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy,
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:45:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:26:
hardware/samsung/exynos3/s5pc110/libhwcomposer/../include/sec_lcd.h:46:0: warning: "FBIO_WAITFORVSYNC" redefined [enabled by default]
#define FBIO_WAITFORVSYNC _IO ('F', 32)
^
In file included from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.h:34:0,
from hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:26:
bionic/libc/kernel/uapi/linux/fb.h:46:0: note: this is the location of the previous definition
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
^
hardware/samsung/exynos3/s5pc110/libhwcomposer/SecHWCUtils.cpp:453:12: warning: unused parameter 'ctx' [-Wunused-parameter]
static int get_dst_phys_addr(struct hwc_context_t *ctx,
^
target thumb C++: keystore.default <= system/security/softkeymaster/module.cpp
target thumb C: lights.s5pc110 <= device/samsung/ypg1/liblight/lights.c
target thumb C: local_time.default <= hardware/libhardware/modules/local_time/local_time_hw.c
hardware/libhardware/modules/local_time/local_time_hw.c: In function 'ltdev_get_local_freq':
hardware/libhardware/modules/local_time/local_time_hw.c:53:45: error: parameter name omitted
static uint64_t ltdev_get_local_freq(struct local_time_hw_device* )
^
make: *** [/home/owner/android/system/out/target/product/ypg1/obj/SHARED_LIBRARIES/local_time.default_intermediates/local_time_hw.o] Error 1
make: *** Waiting for unfinished jobs....
device/samsung/ypg1/liblight/lights.c: In function 'set_light_notifications':
device/samsung/ypg1/liblight/lights.c:81:2: warning: too many arguments for format [-Wformat-extra-args]
ALOGI("color %u fm %u status %u is lit %u brightness", state->color, state->flashMode, v, (state->color & 0x00ffffff), brightness);
^
device/samsung/ypg1/liblight/lights.c:67:59: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_notifications(struct light_device_t *dev, struct light_state_t const *state)
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_backlight':
device/samsung/ypg1/liblight/lights.c:87:55: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_backlight(struct light_device_t *dev, struct light_state_t const *state)
^
device/samsung/ypg1/liblight/lights.c: In function 'set_light_buttons':
device/samsung/ypg1/liblight/lights.c:100:53: warning: unused parameter 'dev' [-Wunused-parameter]
static int set_light_buttons(struct light_device_t *dev, struct light_state_t const* state)
I removed the space in line 41 of lights.c but it still says dev is an unused parameter.
Click to expand...
Click to collapse
You are aware that "warnings" do not stop compliation right?
The error is here:
Code:
hardware/libhardware/modules/local_time/local_time_hw.c:53:45: error: parameter name omitted
static uint64_t ltdev_get_local_freq(struct local_time_hw_device* )
And, never seen this one before but it looks like @ line 53 on char 45 of file hardware/libhardware/modules/local_time/local_time_hw.c , there is a function call to "ltdev_get_local_freq" and there is something wrong with the passed parameter....
Meticulus said:
You are aware that "warnings" do not stop compliation right?
The error is here:
Code:
hardware/libhardware/modules/local_time/local_time_hw.c:53:45: error: parameter name omitted
static uint64_t ltdev_get_local_freq(struct local_time_hw_device* )
And, never seen this one before but it looks like @ line 53 on char 45 of file hardware/libhardware/modules/local_time/local_time_hw.c , there is a function call to "ltdev_get_local_freq" and there is something wrong with the passed parameter....
Click to expand...
Click to collapse
I do know that warnings do not stop compilation
I think we need to wait for official nightlies to happen for other devices. I just tried to compile cm12 for my tab 2 and one of the devs said to wait since stuff like surfaceflinger is broken.
Sent from my YP-G1 using Tapatalk
dorfd1 said:
I think we need to wait for official nightlies to happen for other devices. I just tried to compile cm12 for my tab 2 and one of the devs said to wait since stuff like surfaceflinger is broken.
Sent from my YP-G1 using Tapatalk
Click to expand...
Click to collapse
You can wait if you want to but I'm not going to. It is entirely possible that some older device's may not be brought up to CM 12
it’s a fair bet that that many older devices not possessing Kitkat binaries will be dropped from support; meaning most (if not all) pre-ICS devices will not be brought up to CM 12.
Click to expand...
Click to collapse
This means us.
The as of yet unreleased CyanogenMod recovery (found on GitHub) suggests the potential for the removal of ClockworkMod recovery as the default recovery. Having looked at this source code in great detail, I can tell you that it removes on-device backups (commonly known as nandroid) in lieu of adb backups. I know part of the reasoning behind this is the potential for data theft from on device backups, a hypothetical app to extract information directly from the backup on the device’s sdcard or internal storage. Another potential reason for removing on-device backups is the encryption which will be enabled by default in Lollipop. It’s safe to say this encryption will break standard backups in CWM as well as TWRP, and with the recent announcement of Baton (from Nextbit), we can see that Cyanogen is moving backup solutions to the cloud anyway. The CyanogenMod recovery is little more than stock recovery with a touch interface, the support of which doesn’t exist on many old devices; this will likely effect which ones are brought up to CM 12 (much like the above mentioned binaries.)
Click to expand...
Click to collapse
This means us too.
From here: http://www.gadgtspot.com/2014/10/31/roundtable-cyanogenmod-12-roadmap-leaked-fun-times-ahead/
What issues so far did you have with cm12 on venturi?
dorfd1 said:
What issues so far did you have with cm12 on venturi?
Click to expand...
Click to collapse
https://github.com/Meticulus/android_device_samsung_venturi/commits/carbon-l
I want to build cm12 on samsung jfltexx (S4) by Ubuntu 14.04,but it can not.
i follow this to build CM12 http://wiki.cyanogenmod.org/w/Build_for_jfltexx
That is my setp
1.repo sync cm12 codes (it takes me 3 days...):crying:
2.download samsung codes
https://github.com/CyanogenMod/android_device_samsung_jfltexx ---rename jfltexx and copy to device/samsung/
https://github.com/broodplank/samsung-kernel-jfltexx ---rename kernel and copy to out/target/product/jfltexx/
https://github.com/CyanogenMod/android_device_samsung_jf-common ---remane jf-common and copy to device/samsung/
https://github.com/CyanogenMod/android_device_samsung_qcom-common ---remane and copy to device/samsung/
3.
$ source build/envsetup.sh
$ breakfast jfltexx
$ cd device/samsung/jfltexx
--connect my phone to computer
$ ./extract-files.sh
--(but no files found)
--copy the system folder from "cm12-plus-5.0-Beta5.1-jfltexx.zip" to vendor/samsung/jfltexx/
--copy jf-common to vendor/samsung/jfltexx
$ croot
$ brunch jfltexx
--now build is start
but a few minutes later, it show that code and stop to build
i am new here and my english is bad sorry.
and i am new to build android source code,please help me to fix it,thank you!
--------------------------------------------------------------------------------------------------------------------------------------------------------
target arm C: libunz <= external/zlib/src/inftrees.c
target arm C: libunz <= external/zlib/src/inffast.c
target arm C: libunz <= external/zlib/src/trees.c
target arm C: libunz <= external/zlib/src/uncompr.c
target arm C: libunz <= external/zlib/src/zutil.c
Import includes file: /home/qwejay/android/cm/out/target/product/jfltexx/obj/EXECUTABLES/alsaucm_test_intermediates/import_includes
target thumb C: libalsa-intf <= hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_mixer.c
target thumb C: libalsa-intf <= hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c
target thumb C: libalsa-intf <= hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_mixer.c:33:23: fatal error: sound/tlv.h: No such file or directory
#include <sound/tlv.h>
^
compilation terminated.
make: *** [/home/qwejay/android/cm/out/target/product/jfltexx/obj/SHARED_LIBRARIES/libalsa-intf_intermediates/alsa_mixer.o] error 1
make: *** Waiting for the unfinished task....
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:139:31: error: 'SND_AUDIOCODEC_AC3_PASS_THROUGH' undeclared here (not in a function)
FORMAT_AC3_PASS_THROUGH = SND_AUDIOCODEC_AC3_PASS_THROUGH,
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:141:31: error: 'SND_AUDIOCODEC_WMA_PRO' undeclared here (not in a function)
FORMAT_WMA_PRO = SND_AUDIOCODEC_WMA_PRO,
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:142:31: error: 'SND_AUDIOCODEC_DTS' undeclared here (not in a function)
FORMAT_DTS = SND_AUDIOCODEC_DTS,
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:143:31: error: 'SND_AUDIOCODEC_DTS_LBR' undeclared here (not in a function)
FORMAT_DTS_LBR = SND_AUDIOCODEC_DTS_LBR,
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:144:31: error: 'SND_AUDIOCODEC_DTS_PASS_THROUGH' undeclared here (not in a function)
FORMAT_DTS_PASS_THROUGH = SND_AUDIOCODEC_DTS_PASS_THROUGH,
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c: In function 'pcm_avail':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:443:9: warning: format '%d' expects argument of type 'int', but argument 4 has type 'snd_pcm_uframes_t' [-Wformat=]
ALOGV("hw_ptr = %d buf_size = %d appl_ptr = %d\n",
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:443:9: warning: format '%d' expects argument of type 'int', but argument 6 has type 'snd_pcm_uframes_t' [-Wformat=]
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c: In function 'appl_pt_forward':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:483:3: warning: too many arguments for format [-Wformat-extra-args]
ALOGE("appl_ptr %ld set to ld",
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c: In function 'dst_address':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:561:22: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
return pcm->addr + pcm_offset;
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c: In function 'mmap_transfer':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:565:57: warning: unused parameter 'offset' [-Wunused-parameter]
int mmap_transfer(struct pcm *pcm, void *data, unsigned offset,
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c: In function 'mmap_transfer_capture':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:620:26: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
src_addr = pcm->addr + pcm_offset;
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:596:65: warning: unused parameter 'offset' [-Wunused-parameter]
int mmap_transfer_capture(struct pcm *pcm, void *data, unsigned offset,
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c: In function 'pcm_write_mmap':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:682:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if ((bytes_written >= pcm->sw_p->start_threshold) && (!pcm->start)) {
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:643:50: warning: unused parameter 'data' [-Wunused-parameter]
static int pcm_write_mmap(struct pcm *pcm, void *data, unsigned count)
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c: In function 'enable_timer':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:825:8: warning: return makes integer from pointer without a cast [enabled by default]
return &bad_pcm;
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:854:11: warning: return makes integer from pointer without a cast [enabled by default]
return &bad_pcm;
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c: In function 'pcm_open':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_pcm.c:939:9: warning: return makes pointer from integer without a cast [enabled by default]
return -EINVAL;
^
make: *** [/home/qwejay/android/cm/out/target/product/jfltexx/obj/SHARED_LIBRARIES/libalsa-intf_intermediates/alsa_pcm.o] error 1
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c: In function 'snd_use_case_identifier':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:78:43: warning: unused parameter 'fmt' [-Wunused-parameter]
char *snd_use_case_identifier(const char *fmt, ...)
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c: In function 'snd_use_case_free_list':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:90:40: warning: parameter 'list' set but not used [-Wunused-but-set-parameter]
int snd_use_case_free_list(const char *list[], int items)
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:90:52: warning: unused parameter 'items' [-Wunused-parameter]
int snd_use_case_free_list(const char *list[], int items)
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c: In function 'snd_use_case_get_list':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:133:15: warning: assignment from incompatible pointer type [enabled by default]
*list = (char ***)uc_mgr->card_ctxt_ptr->verb_list;
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:157:15: warning: assignment from incompatible pointer type [enabled by default]
*list = verb_list[verb_index].device_list;
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:181:15: warning: assignment from incompatible pointer type [enabled by default]
*list = verb_list[verb_index].modifier_list;
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c: In function 'snd_use_case_apply_mixer_controls':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:936:65: warning: comparison between pointer and integer [enabled by default]
(check_devices_for_voice_call(uc_mgr, use_case) != NULL))
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c: In function 'snd_use_case_mgr_reload':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:2207:49: warning: unused parameter 'uc_mgr' [-Wunused-parameter]
int snd_use_case_mgr_reload(snd_use_case_mgr_t *uc_mgr) {
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c: In function 'print_list':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:3324:47: warning: unused parameter 'verb_index' [-Wunused-parameter]
static int print_list(card_mctrl_t *list, int verb_index, int count)
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c: In function 'free_list':
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:3884:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
mindex < list[case_index].ena_mixer_list[index].value;
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:3902:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
mindex < list[case_index].dis_mixer_list[index].value;
^
hardware/qcom/audio-caf/msm8960/legacy/libalsa-intf/alsa_ucm.c:3870:40: warning: unused parameter 'verb_index' [-Wunused-parameter]
void free_list(card_mctrl_t *list, int verb_index, int count)
^
--------------------------------------------------------------------------------------------------------------------------------------------------------
I can not fix it X(;
#include <sound/tlv.h>
It is strange. There is something very wrong with this source code. Technically the solution is finding that tlv.h and copying it into that "sound" directory. However, if a source code can't build because of an inclusion error, this means that either the repo is broken or the source code you downloaded is broken for some reason. Fixing that error will just throw another one, not worth trying.
By the way, I don't get all the downloading and renaming part, that's explained in a different way on the guide! In order to get the files specific to the device:
Breakfast jfltexx
./extract-files.sh
And then build it! If you are getting problems with the building of the vendor apps, look for "TheMuppets" github page.
Why are you building cm12? 12.1 is the latest.
Ciuffy's SM-G900F CM 12.1 spirit hath marked this way.