porterchen-note.blogspot.com
烏拉諾斯‧修煉地: 2014/5/1
http://porterchen-note.blogspot.com/2014_05_01_archive.html
Kernel headers missing when install VMware tools in Fedora20. Searching for a valid kernel header path. The path " is not a valid path to the 3.11.10-301.fc20.i686 PAE kernel. Would you like to change it? Cp /usr/include/linux/version.h /lib/modules/3.11.10-301.fc20.i686 PAE/build/include/linux. 訂閱: 文章 (Atom). Kernel headers missing when install VMware tools i.
porterchen-note.blogspot.com
烏拉諾斯‧修煉地: 2011/3/1
http://porterchen-note.blogspot.com/2011_03_01_archive.html
Hack svnmailer: Subject with "Log". Change commit email subject to be the first line of change log. 1 vi /usr/lib/python2.7/site-packages/svnmailer/notifier/ mail.py. 2 Add the following blue. If len(subject) short length:. Subject = "%s %s" % (subject, self.getLog(). Reduce to the max . If max length and len(subject) max length:. Subject = "%s." % subject[:max length - 3]. Linux Kernel and Floating Point. From: http:/ www.linuxsmiths.com/blog/? Return (arg1 / arg2);. Building modules, stage 2. 1a: 89 04...
porterchen-note.blogspot.com
烏拉諾斯‧修煉地: udevd: error getting socket: Address family not supported by protocol
http://porterchen-note.blogspot.com/2011/07/udevd-error-getting-socket-address.html
Udevd: error getting socket: Address family not supported by protocol. Built-in "UNIX DOMAIN SOCKETS". (CONFIG UNIX). 訂閱: 張貼留言 (Atom). Udevd: error getting socket: Address family not su.
porterchen-note.blogspot.com
烏拉諾斯‧修煉地: 2010/11/1
http://porterchen-note.blogspot.com/2010_11_01_archive.html
Gcc : error: dereferencing pointer to incomplete type. Drivers/i2c/i2c-dev.c:637: error: dereferencing pointer to incomplete type. Add header file of struct prototype. 訂閱: 文章 (Atom). Gcc : error: dereferencing pointer to incomplete t.
porterchen-note.blogspot.com
烏拉諾斯‧修煉地: 2011/6/1
http://porterchen-note.blogspot.com/2011_06_01_archive.html
Size = sizeof(value);. Printf("1.value[%s], size[%d] n", value, size);. Strcpy(value, "67890");. Printf("2.value[%s], size[%d] n", value, size);. Size = sizeof(value);. Printf("1.value[%s], size[%d] n", value, size);. Strcpy(value, "67890");. Printf("2.value[%s], size[%d] n", value, size);. Error: linux/autoconf.h: No such file or directory. The kernel header file autoconf.h no longer lives at include/linux/autoconf.h. It's now at include/generated/autoconf.h. Add "#include stdlib.h " in your code. Error...
porterchen-note.blogspot.com
烏拉諾斯‧修煉地: undefined reference to `pthread_mutex_trylock@GLIBC_2.4'
http://porterchen-note.blogspot.com/2013/08/undefined-reference-to.html
Undefined reference to `pthread mutex trylock@GLIBC 2.4'. Https:/ bugs.launchpad.net/ubuntu/ source/armel-cross-toolchain-base/ bug/923779. We have a bunch of options here:. 1) patch ld to make cross-ld behave identically to ld. This can be done by setting "NATIVE=yes" in genscripts.sh of binutils. 2) add /usr/lib/arm-linux-gnueabi to default directories (after quick search didn't find out how). This could still risk breaking if there are packages that use LD LIBRARY PATH during buildtime.
porterchen-note.blogspot.com
烏拉諾斯‧修煉地: 2011/4/1
http://porterchen-note.blogspot.com/2011_04_01_archive.html
From: http:/ orzlab.blogspot.com/2007/05/cross-compilelibtool.html. Bin/sh libtool - mode=link target-gcc -c -O2 -o libbar.so . -lfoo. Target-gcc -c -O2 -o libbar.so . /usr/lib/libfoo.so. Usr/lib/libfoo.so: could not read symbols: File in wrong format. Collect2: ld returned 1 exit status. In cross-compilation, the link should point to target installation path, not local host path. 1 Edit libfoo.la. To target lib installation path. Such as "/export/arm toolchain/usr/lib". Change from SIG IGN to SIG DFL.
porterchen-note.blogspot.com
烏拉諾斯‧修煉地: 2011/5/1
http://porterchen-note.blogspot.com/2011_05_01_archive.html
Get external defined string from Makefile. Gcc -D 'HEADER PREFIX="MYIMAGE"' . Define IMAGE HEADER HEADER PREFIX" PKG". Printf("My image full header [%s] n", IMAGE HEADER);. IPv6 forwarding seems to be disabled, exiting. Sysctl net.ipv6.conf.all.forwarding=1. Sbin/ip -6 addr add $ipv6address/$prefixlength dev $interface. Sbin/ifconfig $interface inet6 add $ipv6address/$prefixlength. Sbin/ip -6 route show [dev $device]. Sbin/ip -6 route add $ipv6network/$prefixlength via $ipv6address [dev $device].
porterchen-note.blogspot.com
烏拉諾斯‧修煉地: Kernel headers missing when install VMware tools in Fedora20
http://porterchen-note.blogspot.com/2014/05/kernel-headers-missing-when-install.html
Kernel headers missing when install VMware tools in Fedora20. Searching for a valid kernel header path. The path " is not a valid path to the 3.11.10-301.fc20.i686 PAE kernel. Would you like to change it? Cp /usr/include/linux/version.h /lib/modules/3.11.10-301.fc20.i686 PAE/build/include/linux. 訂閱: 張貼留言 (Atom). Kernel headers missing when install VMware tools i.