Skip to content

Instantly share code, notes, and snippets.

@handymenny
Created December 23, 2014 20:55
Show Gist options
  • Save handymenny/c0bdc3ca09d5df024da2 to your computer and use it in GitHub Desktop.
Save handymenny/c0bdc3ca09d5df024da2 to your computer and use it in GitHub Desktop.
target thumb C++: recovery <= bootable/recovery/recovery.cpp
target thumb C++: recovery <= bootable/recovery/bootloader.cpp
target thumb C++: recovery <= bootable/recovery/install.cpp
bootable/recovery/install.cpp: In function 'int really_install_package(const char*, int*, bool)':
bootable/recovery/install.cpp:199:1: warning: argument 'path' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
really_install_package(const char *path, int* wipe_cache, bool needs_mount)
^
target thumb C++: recovery <= bootable/recovery/roots.cpp
target thumb C++: recovery <= bootable/recovery/ui.cpp
target thumb C++: recovery <= bootable/recovery/screen_ui.cpp
target thumb C++: recovery <= bootable/recovery/messagesocket.cpp
target thumb C++: recovery <= bootable/recovery/asn1_decoder.cpp
target thumb C++: recovery <= bootable/recovery/verifier.cpp
target thumb C++: recovery <= bootable/recovery/adb_install.cpp
target thumb C++: recovery <= bootable/recovery/default_device.cpp
target thumb C: recovery <= bootable/recovery/fuse_sdcard_provider.c
GEN /home/handymenny/cm-12.0/out/target/product/cooper/obj/KERNEL_OBJ/Makefile
target thumb C: recovery <= bootable/recovery/../../system/core/toolbox/dynarray.c
target thumb C: recovery <= bootable/recovery/../../system/core/toolbox/getprop.c
target thumb C: recovery <= bootable/recovery/../../system/core/toolbox/newfs_msdos.c
scripts/kconfig/conf --silentoldconfig Kconfig
target thumb C: recovery <= bootable/recovery/../../system/core/toolbox/setprop.c
target thumb C: recovery <= bootable/recovery/../../system/core/toolbox/start.c
target thumb C: recovery <= bootable/recovery/../../system/core/toolbox/stop.c
target thumb C: recovery <= bootable/recovery/../../system/core/toolbox/wipe.c
target thumb C: recovery <= bootable/recovery/../../system/vold/vdc.c
target StaticExecutable: recovery (/home/handymenny/cm-12.0/out/target/product/cooper/obj/EXECUTABLES/recovery_intermediates/LINKED/recovery)
bootable/recovery/flashutils/dump_image.c:149: error: undefined reference to 'backup_raw_partition'
bootable/recovery/flashutils/erase_image.c:102: error: undefined reference to 'erase_raw_partition'
bootable/recovery/flashutils/flash_image.c:151: error: undefined reference to 'restore_raw_partition'
collect2: error: ld returned 1 exit status
build/core/executable_internal.mk:66: set di istruzioni per l'obiettivo "/home/handymenny/cm-12.0/out/target/product/cooper/obj/EXECUTABLES/recovery_intermediates/LINKED/recovery" non riuscito
make: *** [/home/handymenny/cm-12.0/out/target/product/cooper/obj/EXECUTABLES/recovery_intermediates/LINKED/recovery] Errore 1
make: *** Attesa per i processi non terminati....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment