목록IT/IT ::Projects (27)
두근두근이야기
frameworks/compile/slang/slang_rs_export_foreach.cpp: In static member function ‘static slang::RSExportForEach* slang::RSExportForEach::Create(slang::RSContext*, const clang::FunctionDecl*)’: frameworks/compile/slang/slang_rs_export_foreach.cpp:249:23: error: variable ‘ParamName’ set but not used [-Werror=unused-but-set-variable] host C++: llvm-rs-cc
out/host/linux-x86/obj/STATIC_LIBRARIES/libLLVMSupport_intermediates/libLLVMSupport.a(Mutex.o): In function `llvm::sys::MutexImpl::tryacquire()': /home/ljh/odroid/android/external/llvm/lib/Support/Mutex.cpp:143: undefined reference to `pthread_mutex_trylock' collect2: ld returned 1 exit status make: *** [out/host/linux-x86/obj/EXECUTABLES/test-librsloader_intermediates/test-librsloader] Error 1 ..
external/gtest/src/../include/gtest/internal/gtest-param-util.h:122:11: error: ‘ptrdiff_t’ does not name a type make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libgtest_main_host_intermediates/gtest_main.o] Error 1 vi external/gtest/include/gtest/internal/gtest-param-util.h+#include
vi external/oprofile/libpp/format_ouput.h-mutable counts_t & counts;+counts_t & counts; // mutable 삭제
vi external/mesa3d/src/glsl/lnker.cpp 를 열어서 +#include 를 추가해준다.
Install: out/host/linux-x86/bin/mksnapshot host Prebuilt: mkuserimg.sh (out/host/linux-x86/obj/EXECUTABLES/mkuserimg.sh_intermediates/mkuserimg.sh) Install: out/host/linux-x86/bin/mkuserimg.sh Install: out/host/linux-x86/bin/mkyaffs2image host Prebuilt: monkeyrunner (out/host/linux-x86/obj/EXECUTABLES/monkeyrunner_intermediates/monkeyrunner) Install: out/host/linux-x86/bin/monkeyrunner host C++:..
오드로이드 우분투 이미지를 부팅하다가 plymounthd: ply-terminal.c 611: ply_terminal_open: Assertion 'terminal != (void *)0)' failed #vi /etc/X11/xorg.config에 가서/dev/fb* 을 /dev/fb0으로 바꾸어주면 된다. 위의 작업은 미니컴 혹은 오드로이드(ctrl + alt + function Key) 를 눌러서 작업해 주면 된다.
소스 explorer 하는 거 같은데 upnp 포함. http://mediatomb.cc/doxygen/index.html
http://madraziw.blogspot.kr/2010/08/first-download-libupnp-source-code.html How to use libupnp sample code First, download the libupnp source code http://sourceforge.net/projects/pupnp/files/ version is libupnp-1.6.6 now we extract and compiler it mad@mad-desktop:~$ tar -jxvf libupnp-1.6.6.tar.bz2 mad@mad-desktop:~$ cd libupnp-1.6.6/ mad@mad-desktop:~/libupnp-1.6.6$ ./configure mad@mad-desktop:~..