のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2014-06-01から1日間の記事一覧

scan-build skia

$ rm -rf ./out/target/product/hammerhead/obj/SHARED_LIBRARIES/libskia_intermediates/src $ external/clang/tools/scan-build/scan-build --use-analyzer=./out/host/linux-x86/bin/clang make -C /home/m_fujii/KK442r1_org/android all_modules ONE_SH…

make

~/KK442r1_org/android$ make -C /home/m_fujii/KK442r1_org/android all_modules ONE_SHOT_MAKEFILE=' external/skia/Android.mk'

main.mk

766 # phony target that include any targets in $(ALL_MODULES) 767 .PHONY: all_modules 768 ifndef BUILD_MODULES_IN_PATHS 769 all_modules: $(ALL_MODULES) 770 else 771 # BUILD_MODULES_IN_PATHS is a list of paths relative to the top of the tre…

mmm

668 function mmm() 669 { 670 T=$(gettop) 671 if [ "$T" ]; then 672 local MAKEFILE= 673 local MODULES= 674 local ARGS= 675 local DIR TO_CHOP 676 local GET_INSTALL_PATH= 677 local DASH_ARGS=$(echo "$@" | awk -v RS=" " -v ORS=" " '/^-.*$/') 6…

gettop

578 function gettop 579 { 580 local TOPFILE=build/core/envsetup.mk 581 if [ -n "$TOP" -a -f "$TOP/$TOPFILE" ] ; then 582 echo $TOP 583 else 584 if [ -f $TOPFILE ] ; then 585 # The following circumlocution (repeated below as well) ensures 5…

clang skia

external/clang/lib/includeにarm_neon.hをtouchしたら以下のエラーになった。 touchを消したら、エラーがなくなった。

Can't locate Switch.pm in @INC (you may need to install the Switch module)

1:use below command and configure as automatic $cpan App::cpanminus2:install switch $cpanm Switch