Created
June 24, 2013 22:00
-
-
Save marc1706/5854015 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
target thumb C++: gralloc.qsd8k <= hardware/qcom/display-legacy/libgralloc/gpu.cpp | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp: In function 'int getPmemTotalSize(int, size_t*)': | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:51:19: error: expected primary-expression before 'unsigned' | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:51:19: error: '_IOW' was not declared in this scope | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp: In function 'int connectPmem(int, int)': | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:68:19: error: expected primary-expression before 'unsigned' | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:68:19: error: '_IOW' was not declared in this scope | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp: In function 'int mapSubRegion(int, int, size_t)': | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:75:19: error: expected primary-expression before 'unsigned' | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:75:19: error: '_IOW' was not declared in this scope | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp: In function 'int unmapSubRegion(int, int, size_t)': | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:82:19: error: expected primary-expression before 'unsigned' | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:82:19: error: '_IOW' was not declared in this scope | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp: In function 'int alignPmem(int, size_t, int)': | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:91:19: error: expected primary-expression before 'unsigned' | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:91:19: error: '_IOW' was not declared in this scope | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp: In function 'int cleanPmem(void*, size_t, int, int)': | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:101:19: error: expected primary-expression before 'unsigned' | |
hardware/qcom/display-legacy/libgralloc/pmemalloc.cpp:101:19: error: '_IOW' was not declared in this scope | |
make: *** [/home/marc/android/system/out/target/product/leo/obj/SHARED_LIBRARIES/libmemalloc_intermediates/pmemalloc.o] Fehler 1 | |
make: *** Warte auf noch nicht beendete Prozesse... | |
hardware/qcom/display-legacy/libgralloc/pmem_bestfit_alloc.cpp: In member function 'ssize_t SimpleBestFitAllocator::alloc(size_t, uint32_t)': | |
hardware/qcom/display-legacy/libgralloc/pmem_bestfit_alloc.cpp:152:5: warning: unknown conversion type character 0x20 in format [-Wformat] | |
hardware/qcom/display-legacy/libgralloc/pmem_bestfit_alloc.cpp:152:5: warning: conversion lacks type at end of format [-Wformat] | |
hardware/qcom/display-legacy/libgralloc/pmem_bestfit_alloc.cpp:152:5: warning: too many arguments for format [-Wformat-extra-args] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment