のねのBlog

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

2013-03-07から1日間の記事一覧

Cannot obtain needed object

Git

Try these commands:git fsck git gc

WinMergeのrepoのフィルタ

name: Exclude Source Control desc: Exclude Source Control files and directories def: include f: \.(vs[sp])?scc$ ## Visual SourceSafe files d: \\\.svn$ ## Subversion working copy d: \\_svn$ ## Subversion working copy ASP.NET Hack d: \\cvs$ …

b2g(FirefoxOS) arm emulatorのビルド(その3) hardware/libhardware_legacy/wifi/wifi.c:26:36: error: libwpa_client/wpa_ctrl.h: No such file or directory

b2g arm emulatorのビルド(その1) - のねの日記 b2g arm emulatorのビルド(その2) - のねの日記 b2g arm emulatorのビルド(その3) - のねの日記 $. ./build/envsetup.sh $. ./setup.sh $cd external/wpa_supplicant_8/ $mm これもだめか。Androidのソース…

bashで関数を定義したかどうか調べる方法

ビルトイン関数 typeを使うことで指定した名前が関数であるかどうか判断できます。

bash_profileとbashrcの違い

前者2つの使い分けですが、~/.bash_profileで環境変数、~/.bashrcでシェル変数やエイリアスを定義するようにしておき~/.bash_profileから~/.bashrcを読み込むようにするのが定石です。

wpa_supplicant

wpa_supplicant wpa_supplicant_6 wpa_supplicant_8

b2g arm emulator用のフォルダ

firefoxosのemulator用のフォルダ Deleting obsolete path /B2G/development Deleting obsolete path /B2G/device/generic/goldfish Deleting obsolete path /B2G/external/qemu Deleting obsolete path /B2G/prebuilts/gcc/linux-x86/host/i686-linux-glibc…

b2g arm emulatorのビルド(その2) "libwpa_client/wpa_ctrl.h" "no such file or directory"

b2g arm emulatorのビルド(その1) - のねの日記 b2g arm emulatorのビルド(その2) - のねの日記 b2g arm emulatorのビルド(その3) - のねの日記 hardware/libhardware_legacy/wifi/wifi.c:26:36: error: libwpa_client/wpa_ctrl.h: No such file or direc…

b2g arm emulatorのビルド(その1)

b2g arm emulatorのビルド(その2) - のねの日記 b2g arm emulatorのビルド(その3) - のねの日記 host StaticLib: libGLcommon (out/host/linux-x86/obj/STATIC_LIBRARIES/libGLcommon_intermediates/libGLcommon.a) host SharedLib: libGLES_CM_translator…

B2G(FirefoxOS)のconfig.sh

B2G/config.sh GitHubのB2Gより引用 #!/bin/bash REPO=${REPO:-./repo}echo ${name:-value} もし変数nameが空白(セットされていない場合も含む)であれば、「value」がその値となります。以下のコマンド郡と同じような意味となります。 repo_sync() { rm -r…