Created
December 23, 2014 20:55
-
-
Save handymenny/c0bdc3ca09d5df024da2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[32mtarget thumb C++:[0m recovery <= bootable/recovery/recovery.cpp | |
[32mtarget thumb C++:[0m recovery <= bootable/recovery/bootloader.cpp | |
[32mtarget thumb C++:[0m 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) | |
^ | |
[32mtarget thumb C++:[0m recovery <= bootable/recovery/roots.cpp | |
[32mtarget thumb C++:[0m recovery <= bootable/recovery/ui.cpp | |
[32mtarget thumb C++:[0m recovery <= bootable/recovery/screen_ui.cpp | |
[32mtarget thumb C++:[0m recovery <= bootable/recovery/messagesocket.cpp | |
[32mtarget thumb C++:[0m recovery <= bootable/recovery/asn1_decoder.cpp | |
[32mtarget thumb C++:[0m recovery <= bootable/recovery/verifier.cpp | |
[32mtarget thumb C++:[0m recovery <= bootable/recovery/adb_install.cpp | |
[32mtarget thumb C++:[0m recovery <= bootable/recovery/default_device.cpp | |
[32mtarget thumb C:[0m recovery <= bootable/recovery/fuse_sdcard_provider.c | |
GEN /home/handymenny/cm-12.0/out/target/product/cooper/obj/KERNEL_OBJ/Makefile | |
[32mtarget thumb C:[0m recovery <= bootable/recovery/../../system/core/toolbox/dynarray.c | |
[32mtarget thumb C:[0m recovery <= bootable/recovery/../../system/core/toolbox/getprop.c | |
[32mtarget thumb C:[0m recovery <= bootable/recovery/../../system/core/toolbox/newfs_msdos.c | |
scripts/kconfig/conf --silentoldconfig Kconfig | |
[32mtarget thumb C:[0m recovery <= bootable/recovery/../../system/core/toolbox/setprop.c | |
[32mtarget thumb C:[0m recovery <= bootable/recovery/../../system/core/toolbox/start.c | |
[32mtarget thumb C:[0m recovery <= bootable/recovery/../../system/core/toolbox/stop.c | |
[32mtarget thumb C:[0m recovery <= bootable/recovery/../../system/core/toolbox/wipe.c | |
[32mtarget thumb C:[0m recovery <= bootable/recovery/../../system/vold/vdc.c | |
[32mtarget StaticExecutable:[0m 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