목록전체 글 (1052)
도전2022
- Openmoko under QEMU http://wiki.openmoko.org/wiki/Qemu - Neo 1973 and Windows http://wiki.openmoko.org/wiki/Neo1973_and_Windows - USB Networking http://wiki.openmoko.org/wiki/USB_Networking - Android porting http://wiki.openmoko.org/wiki/Android_porting - Debian http://wiki.openmoko.org/wiki/Debian
root@hotdigi-desktop:~/src/obj2# make rm -f wine && ln -s ../wine-1.1.33/tools/winewrapper wine make[1]: Entering directory `/root/src/obj2/tools' gcc -c -I../../wine-1.1.33/tools -I. -I../../wine-1.1.33/include -I../include -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wtype-limits -Wpointer-arith -g -static -o makedep.o ../../..
root@hotdigi-desktop:~/src/WineObj# ../wine-1.1.33/configure --prefix="/bin" --without-freetype checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compilin..
http://www.winehq.org/download/ 에서 소스코드를 다운 받는다. (http://sourceforge.net/projects/wine/files/Source/) Wine User Guide http://www.winehq.org/docs/wineusr-guide/index 설치 1 Installing Wine from source http://www.winehq.org/docs/wineusr-guide/installing-wine-source $ ./configure $ make depend $ make # make install 설치 2 http://appdb.winehq.org/objectManager.php?sClass=version&iId=13139 http://tonyvsl..
http://x86osx.com/bbs/view.php?id=news&no=1403&ksn=1&kss=1&ksc=0&kst=1&ksm=1&kw=david%20k 제목: 2009 해킨토시 드라이버 팩이 올라왔네요. 한가지 더 : MAC OS X Leopard 10.5.5 VMware Image 이름: David K Date: 2009-03-26 03:55Read: 5736 / Vote: 7 Link#1: http://thepiratebay.org/torrent/4795320/DRIVER_PACK_2009_FOR_MAC_OS_X Link#2: http://thepiratebay.org/torrent/4798016/MAC_OS_X_Leopard_10.5.5_VMware_Image 추천 하신분들 (7분) 자작나..
1. Vmware 6.5.2 에서 Ubunt 9.04 사용시 mouse 가 Vmware Workstation Windows 바깥으로 나가지 못하는 문제 http://www.ubuntu-kr.org/viewtopic.php?p=23449 $sudo apt-get install xserver-xorg-input-vmmouse 2. Vmware 6.5에서 "USB controller initialization failed" 에러가 발생할때 해결 방법 http://orangepark.tistory.com/135 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\hcmon\ 에 이동후에 "Parameters" key를 추가하고, "DisableDriverCheck" 라..
debian-gta02:~/obj# date Mon Dec 14 00:00:15 UTC 2009 debian-gta02:~/obj# ../qemu-0.12.0-rc1/configure --target-list=arm-softmmu Install prefix /usr/local BIOS directory /usr/local/share/qemu binary directory /usr/local/bin Manual directory /usr/local/share/man ELF interp prefix /usr/gnemul/qemu-%M Source path /root/qemu-0.12.0-rc1 C compiler gcc Host C compiler gcc CFLAGS -O2 -g QEMU_CFLAGS -Wo..
arm-unknown-linux-gnueabi-gcc -I/root/src/qemu-0.12.0-rc1/slirp -Wold-style-definition -I. -I/root/src/qemu-0.12.0-rc1 -U_FORTIFY_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/root/src/qemu-0.12.0-rc1/fpu -I/root/src/qemu..