728x90

In file included from external/oprofile/libpp/arrange_profiles.cpp:24:0:

external/oprofile/libpp/format_output.h:94:22: error: reference ‘counts’ cannot be declared ‘mutable’ [-fpermissive]

make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/liboprofile_pp_intermediates/arrange_profiles.o] Error 1




SOLUTION

external/oprofile/libpp/format_output.h
Fix/Work-around:
- mutable counts_t & counts;
+ counts_t & counts;


728x90

'Programming > android' 카테고리의 다른 글

perl 5.18 switch module error  (0) 2015.03.20
android img upload(fastboot)  (0) 2014.09.29
Can't locate Switch.pm  (0) 2014.09.29
android-x86 build 도중 만난 errors  (0) 2014.07.13
android Kitkat 을 VMware에 설치해보자  (0) 2014.07.13
linker.cpp error  (0) 2013.12.19
Android Version & Source tree  (0) 2013.09.13
LogFilter : Android Log viewer MFC version  (0) 2013.09.11
build error  (0) 2013.07.02
bluez scan  (3) 2013.04.03

+ Recent posts